com.aspose.diagram

Class Validation

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

Stores information about diagram validation for the document.

Property Getters/Setters Summary
IssueCollectiongetIssues()
Contains all the Issue elements for the document.
RuleSetCollectiongetRuleSets()
Includes a RuleSet element for each validation rule set in the document.
ValidationPropertiesgetValidationProperties()
Encapsulates properties related to validation for the document.
 

    • Property Getters/Setters Detail

      • getRuleSets

        public RuleSetCollection getRuleSets()
        
        Includes a RuleSet element for each validation rule set in the document.
      • getIssues

        public IssueCollection getIssues()
        
        Contains all the Issue elements for the document.
      • getValidationProperties

        public ValidationProperties getValidationProperties()
        
        Encapsulates properties related to validation for the document.