warning method
warning(info)
Aspose.Words invokes this method when it encounters some issue during document loading or saving that might result in loss of formatting or data fidelity.
def warning(self, info: aspose.words.WarningInfo):
...
Parameter | Type | Description |
---|---|---|
info | WarningInfo |
See Also
- module aspose.words
- class IWarningCallback