com.aspose.words

Class WarningInfo

  • java.lang.Object
    • com.aspose.words.WarningInfo
public class WarningInfo 
extends java.lang.Object

Contains information about a warning that Aspose.Words issued during document loading or saving.

You do not create instances of this class. Objects of this class are created and passed by Aspose.Words to the IWarningCallback.warning(com.aspose.words.WarningInfo) method.

See Also:
IWarningCallback

Property Getters/Setters Summary
java.lang.StringgetDescription()
Returns the description of the warning.
intgetSource()
Returns the source of the warning. The value of the property is WarningSource integer constant.
intgetWarningType()
Returns the type of the warning. The value of the property is WarningType integer constant.
 

    • Property Getters/Setters Detail

      • getDescription

        public java.lang.String getDescription()
        
        Returns the description of the warning.
      • getSource

        public int getSource()
        
        Returns the source of the warning. The value of the property is WarningSource integer constant.
      • getWarningType

        public int getWarningType()
        
        Returns the type of the warning. The value of the property is WarningType integer constant.