com.aspose.diagram
Class RuleSet

java.lang.Object
    extended by 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()
voidsetDescription(java.lang.String)
           Specifies the description of the validation rule set that appears in the user interface. Default is an empty string.
intgetEnabled()
voidsetEnabled(int)
           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()
voidsetID(long)
           Specifies the unique identifier of the validation rule set.
java.lang.StringgetName()
voidsetName(java.lang.String)
           Specifies the local name of the validation rule set. Defaults to NameU attribute value.
java.lang.StringgetNameU()
voidsetNameU(java.lang.String)
           Specifies the universal name of the validation rule set.
RuleCollectiongetRules()
           Rule collection.
intgetRuleSetFlags()
voidsetRuleSetFlags(int)
           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.

getRules

public RuleCollection getRules()
Rule collection.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.