java.lang.Object
com.aspose.cells.WarningInfo
public class WarningInfo
| Property Getters/Setters Summary | ||
|---|---|---|
java.lang.Object | getCorrectedObject() | |
void | setCorrectedObject(java.lang.Object value) | |
| Gets and sets the corrected object. | ||
java.lang.String | getDescription() | |
| Get description of warning info. | ||
java.lang.Object | getErrorObject() | |
| The error object. | ||
int | getWarningType() | |
| Get warning type. The value of the property is WarningType integer constant. | ||
| Property Getters/Setters Detail |
|---|
getWarningType | |
public int getWarningType() | |
getDescription | |
public java.lang.String getDescription() | |
getErrorObject | |
public java.lang.Object getErrorObject() | |
getCorrectedObject/setCorrectedObject | |
public java.lang.Object getCorrectedObject() / public void setCorrectedObject(java.lang.Object value) | |