asposediagram.api

Class WarningInfo

Warning info

Constructor Summary
WarningInfo(warningType, description)
Create warning info.
 
Property Getters/Setters Summary
methodgetDescription()
Get description of warning info.
methodgetWarningType()
Get warning type. The value of the property is WarningType integer constant.
 

    • Constructor Detail

      • WarningInfo

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

      • getWarningType : int 

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

        String getDescription()
        
        Get description of warning info.