warning_callback property

LoadOptions.warning_callback property

Called during a load operation, when an issue is detected that might result in data or formatting fidelity loss.

@property
def warning_callback(self) -> aspose.words.IWarningCallback:
    ...

@warning_callback.setter
def warning_callback(self, value: aspose.words.IWarningCallback):
    ...

See Also