aspose.diagram
Class RuleSet

Represents one set of diagram validation rules.

Constructor Summary
RuleSet()
           Constructor.
 
Property Getters/Setters Summary
functiongetDescription()
functionsetDescription(value)
           Specifies the description of the validation rule set that appears in the user interface. Default is an empty string.
functiongetEnabled()
functionsetEnabled(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.
functiongetID()
functionsetID(value)
           Specifies the unique identifier of the validation rule set.
functiongetName()
functionsetName(value)
           Specifies the local name of the validation rule set. Defaults to NameU attribute value.
functiongetNameU()
functionsetNameU(value)
           Specifies the universal name of the validation rule set.
functiongetRules()
           Rule collection.
functiongetRuleSetFlags()
functionsetRuleSetFlags(value)
           Specifies whether the rule set appears in the Rules to Check list. The value of the property is BOOL integer constant.
 

Constructor Detail

RuleSet

function RuleSet()
Constructor.

Property Getters/Setters Detail

getID/setID : long 

function getID() / function setID(value)
Specifies the unique identifier of the validation rule set.

getNameU/setNameU : String 

function getNameU() / function setNameU(value)
Specifies the universal name of the validation rule set.

getName/setName : String 

function getName() / function setName(value)
Specifies the local name of the validation rule set. Defaults to NameU attribute value.

getDescription/setDescription : String 

function getDescription() / function setDescription(value)
Specifies the description of the validation rule set that appears in the user interface. Default is an empty string.

getEnabled/setEnabled : Number 

function getEnabled() / function setEnabled(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 : Number 

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

getRules : RuleCollection 

function getRules()
Rule collection.

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