font_saving method
font_saving(args)
Called when Aspose.Words is about to save a font resource.
def font_saving(self, args: aspose.words.saving.FontSavingArgs):
...
Parameter | Type | Description |
---|---|---|
args | FontSavingArgs |
See Also
- module aspose.words.saving
- class IFontSavingCallback