warning method

warning(info)

Implements the IWarningCallback interface. Adds a warning to this collection.

def warning(self, info: aspose.words.WarningInfo):
    ...
ParameterTypeDescription
infoWarningInfo

See Also