com.aspose.cells
Class WarningInfo

java.lang.Object
    extended by com.aspose.cells.WarningInfo

public class WarningInfo 
extends java.lang.Object

Warning info


Property Getters/Setters Summary
java.lang.ObjectgetCorrectedObject()
voidsetCorrectedObject(java.lang.Object value)
           Gets and sets the corrected object.
java.lang.StringgetDescription()
           Get description of warning info.
java.lang.ObjectgetErrorObject()
           The error object.
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.

getErrorObject

public java.lang.Object getErrorObject()
The error object.

getCorrectedObject/setCorrectedObject

public java.lang.Object getCorrectedObject() / public void setCorrectedObject(java.lang.Object value)
Gets and sets the corrected object.

setCorrectedObject

public void setCorrectedObject(java.lang.Object value)
Gets and sets the corrected object.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.