new RuleSet()

Constructor.

Methods

getDescription()

Specifies the description of the validation rule set that appears in the user interface. Default is an empty string.

getEnabled()

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.

getID()

Specifies the unique identifier of the validation rule set.

getName()

Specifies the local name of the validation rule set. Defaults to NameU attribute value.

getNameU()

Specifies the universal name of the validation rule set.

getRules()

Rule collection.

getRuleSetFlags()

Specifies whether the rule set appears in the Rules to Check list. The value of the property is BOOL integer constant.

setDescription()

Specifies the description of the validation rule set that appears in the user interface. Default is an empty string.

setEnabled()

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.

setID()

Specifies the unique identifier of the validation rule set.

setName()

Specifies the local name of the validation rule set. Defaults to NameU attribute value.

setNameU()

Specifies the universal name of the validation rule set.

setRuleSetFlags()

Specifies whether the rule set appears in the Rules to Check list. The value of the property is BOOL integer constant.