warning_callback property
FontSourceBase.warning_callback property
Called during processing of font source when an issue is detected that might result in formatting fidelity loss.
@property
def warning_callback(self) -> aspose.words.IWarningCallback:
...
@warning_callback.setter
def warning_callback(self, value: aspose.words.IWarningCallback):
...
See Also
- module aspose.words.fonts
- class FontSourceBase