java.lang.Object
com.aspose.diagram.ValidationProperties
public class ValidationProperties
| Property Getters/Setters Summary | ||
|---|---|---|
com.aspose.cells.DateTime | getLastValidated() | |
| The date and time the document was last validated | ||
int | getShowIgnored() | |
void | setShowIgnored(int) | |
| Whether to show ignored validation issues in the Issues window. The value of the property is BOOL integer constant. | ||
| Property Getters/Setters Detail |
|---|
getLastValidated | |
public com.aspose.cells.DateTime getLastValidated() | |
getShowIgnored/setShowIgnored | |
public int getShowIgnored() / public void setShowIgnored(int value) | |