asposediagram.api

Class VisRuleTargetsValue

Utility class containing constants. Specifies contents that define the target of the validation rule; passed to and returned by the ValidationRule.TargetType property.

Field Summary
const  intVIS_RULE_TARGET_SHAPE
The rule applies to the document itself.
const  intVIS_RULE_TARGET_PAGE
The rule applies to pages in the document.
const  intVIS_RULE_TARGET_DOCUMENT
The rule applies to shapes in the document.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • VIS_RULE_TARGET_SHAPE

        const int VIS_RULE_TARGET_SHAPE
        The rule applies to the document itself.
      • VIS_RULE_TARGET_PAGE

        const int VIS_RULE_TARGET_PAGE
        The rule applies to pages in the document.
      • VIS_RULE_TARGET_DOCUMENT

        const int VIS_RULE_TARGET_DOCUMENT
        The rule applies to shapes in the document.
      • UNDEFINED

        const int UNDEFINED
        Undefined.