com.aspose.diagram

Class ValidationProperties

  • java.lang.Object
    • com.aspose.diagram.ValidationProperties
public class ValidationProperties 
extends java.lang.Object

Encapsulates properties related to validation for the document.

Property Getters/Setters Summary
com.aspose.cells.DateTimegetLastValidated()
The date and time the document was last validated
intgetShowIgnored()
void
setShowIgnored(intvalue)
           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()
        
        The date and time the document was last validated
      • getShowIgnored/setShowIgnored

        public int getShowIgnored() / public void setShowIgnored(int value)
        
        Whether to show ignored validation issues in the Issues window. The value of the property is BOOL integer constant.