com.aspose.diagram

Class WarningInfo

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

Warning info

Constructor Summary
WarningInfo(intwarningType, java.lang.Stringdescription)
Create warning info.
 
Property Getters/Setters Summary
java.lang.StringgetDescription()
Get description of warning info.
intgetWarningType()
Get warning type. The value of the property is WarningType integer constant.
 

    • Constructor Detail

      • WarningInfo

        public WarningInfo(int warningType, java.lang.String description)
        Create warning info.
        Parameters:
        warningType - A WarningType value. warning type
        description - warning description
    • Property Getters/Setters Detail

      • getWarningType

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

        public java.lang.String getDescription()
        
        Get description of warning info.