Constructor Summary |
---|
RuleSet()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
method | getDescription() | |
method | setDescription(value) | |
Specifies the description of the validation rule set that appears in the user interface. Default is an empty string. | ||
method | getEnabled() | |
method | 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. | ||
method | getID() | |
method | setID(value) | |
Specifies the unique identifier of the validation rule set. | ||
method | getName() | |
method | setName(value) | |
Specifies the local name of the validation rule set. Defaults to NameU attribute value. | ||
method | getNameU() | |
method | setNameU(value) | |
Specifies the universal name of the validation rule set. | ||
method | getRules() | |
Rule collection.
|
||
method | getRuleSetFlags() | |
method | setRuleSetFlags(value) | |
Specifies whether the rule set appears in the Rules to Check list. The value of the property is BOOL integer constant. |
long getID() / setID(value)
String getNameU() / setNameU(value)
String getName() / setName(value)
String getDescription() / setDescription(value)
int getEnabled() / setEnabled(value)
int getRuleSetFlags() / setRuleSetFlags(value)
RuleCollection getRules()