com.aspose.diagram

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

Represents one set of diagram validation rules.

Constructor Summary
RuleSet()
Constructor.
 
Property Getters/Setters Summary
java.lang.StringgetDescription()
void
setDescription(java.lang.Stringvalue)
           Specifies the description of the validation rule set that appears in the user interface. Default is an empty string.
intgetEnabled()
void
setEnabled(intvalue)
           Specifies whether the rules in the specified validation rule set are checked when validation is triggered for the current document. Default is True. The value of the property is BOOL integer constant.
longgetID()
void
setID(longvalue)
           Specifies the unique identifier of the validation rule set.
java.lang.StringgetName()
void
setName(java.lang.Stringvalue)
           Specifies the local name of the validation rule set. Defaults to NameU attribute value.
java.lang.StringgetNameU()
void
setNameU(java.lang.Stringvalue)
           Specifies the universal name of the validation rule set.
RuleCollectiongetRules()
Rule collection.
intgetRuleSetFlags()
void
setRuleSetFlags(intvalue)
           Specifies whether the rule set appears in the Rules to Check list. The value of the property is BOOL integer constant.
 

    • Constructor Detail

      • RuleSet

        public RuleSet()
        Constructor.
    • Property Getters/Setters Detail

      • getID/setID

        public long getID() / public void setID(long value)
        
        Specifies the unique identifier of the validation rule set.
      • getNameU/setNameU

        public java.lang.String getNameU() / public void setNameU(java.lang.String value)
        
        Specifies the universal name of the validation rule set.
      • getName/setName

        public java.lang.String getName() / public void setName(java.lang.String value)
        
        Specifies the local name of the validation rule set. Defaults to NameU attribute value.
      • getDescription/setDescription

        public java.lang.String getDescription() / public void setDescription(java.lang.String value)
        
        Specifies the description of the validation rule set that appears in the user interface. Default is an empty string.
      • getEnabled/setEnabled

        public int getEnabled() / public void setEnabled(int value)
        
        Specifies whether the rules in the specified validation rule set are checked when validation is triggered for the current document. Default is True. The value of the property is BOOL integer constant.
      • getRuleSetFlags/setRuleSetFlags

        public int getRuleSetFlags() / public void setRuleSetFlags(int value)
        
        Specifies whether the rule set appears in the Rules to Check list. The value of the property is BOOL integer constant.