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):
    ...
ParameterTypeDescription
infoWarningInfo

See Also