com.aspose.cells

Class WarningInfo

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

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.
 

    • 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.