asposediagram.api

Class RuleSet

Represents one set of diagram validation rules.

Constructor Summary
RuleSet()
Constructor.
 
Property Getters/Setters Summary
methodgetDescription()
method
           Specifies the description of the validation rule set that appears in the user interface. Default is an empty string.
methodgetEnabled()
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.
methodgetID()
method
setID(value)
           Specifies the unique identifier of the validation rule set.
methodgetName()
method
setName(value)
           Specifies the local name of the validation rule set. Defaults to NameU attribute value.
methodgetNameU()
method
setNameU(value)
           Specifies the universal name of the validation rule set.
methodgetRules()
Rule collection.
methodgetRuleSetFlags()
method
           Specifies whether the rule set appears in the Rules to Check list. The value of the property is BOOL integer constant.
 

    • Constructor Detail

      • RuleSet

        RuleSet()
        Constructor.
    • Property Getters/Setters Detail

      • getID/setID : long 

        long getID() / setID(value)
        
        Specifies the unique identifier of the validation rule set.
      • getNameU/setNameU : String 

        String getNameU() / setNameU(value)
        
        Specifies the universal name of the validation rule set.
      • getName/setName : String 

        String getName() / setName(value)
        
        Specifies the local name of the validation rule set. Defaults to NameU attribute value.
      • getDescription/setDescription : String 

        String getDescription() / setDescription(value)
        
        Specifies the description of the validation rule set that appears in the user interface. Default is an empty string.
      • getEnabled/setEnabled : int 

        int getEnabled() / 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 : int 

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