warning_callback property
ProcessorContext.warning_callback property
Warning callback used by the processor.
@property
def warning_callback(self) -> aspose.words.IWarningCallback:
...
@warning_callback.setter
def warning_callback(self, value: aspose.words.IWarningCallback):
...
See Also
- module aspose.words.lowcode
- class ProcessorContext