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):
...
| Parameter | Type | Description |
|---|---|---|
| slides | List[int] | An array of slide indexes for which to retrieve font substitution information, starting from 1. |
See Also
- class
FontsManager - class
FontSubstitutionInfo - module
aspose.slides - library
Aspose.Slides