java.lang.Object
com.aspose.diagram.RuleSet
public class RuleSet
| Constructor Summary |
|---|
RuleSet()
Constructor. |
| Property Getters/Setters Summary | ||
|---|---|---|
java.lang.String | getDescription() | |
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. | ||
int | getEnabled() | |
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. | ||
long | getID() | |
void | setID(long value) | |
| Specifies the unique identifier of the validation rule set. | ||
java.lang.String | getName() | |
void | setName(java.lang.String value) | |
| Specifies the local name of the validation rule set. Defaults to NameU attribute value. | ||
java.lang.String | getNameU() | |
void | setNameU(java.lang.String value) | |
| Specifies the universal name of the validation rule set. | ||
RuleCollection | getRules() | |
| Rule collection. | ||
int | getRuleSetFlags() | |
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. | ||
| Constructor Detail |
|---|
public RuleSet()
| Property Getters/Setters Detail |
|---|
getID/setID | |
public long getID() / public void setID(long value) | |
getNameU/setNameU | |
public java.lang.String getNameU() / public void setNameU(java.lang.String value) | |
getName/setName | |
public java.lang.String getName() / public void setName(java.lang.String value) | |
getDescription/setDescription | |
public java.lang.String getDescription() / public void setDescription(java.lang.String value) | |
getEnabled/setEnabled | |
public int getEnabled() / public void setEnabled(int value) | |
getRuleSetFlags/setRuleSetFlags | |
public int getRuleSetFlags() / public void setRuleSetFlags(int value) | |
getRules | |
public RuleCollection getRules() | |