get_substitutions method

get_substitutions

Gets the information about fonts that will be replaced on the presentation’s rendering.

Returns

Collection of all fonts substitution FontSubstitutionInfo.

def get_substitutions(self):
    ...

get_substitutions

Gets the information about fonts that will be replaced during rendering of the specified slides.

Returns

A collection of all font substitutions (FontSubstitutionInfo) for the specified slides.

def get_substitutions(self, slides):
    ...
ParameterTypeDescription
slidesList[int]An array of slide indexes for which to retrieve font substitution information, starting from 1.

See Also