com.aspose.diagram

Class VisRuleTargetsValue

  • java.lang.Object
    • com.aspose.diagram.VisRuleTargetsValue
public class VisRuleTargetsValue 
extends java.lang.Object

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

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

    • Field Detail

      • VIS_RULE_TARGET_SHAPE

        public static final int VIS_RULE_TARGET_SHAPE
        The rule applies to the document itself.
      • VIS_RULE_TARGET_PAGE

        public static final int VIS_RULE_TARGET_PAGE
        The rule applies to pages in the document.
      • VIS_RULE_TARGET_DOCUMENT

        public static final int VIS_RULE_TARGET_DOCUMENT
        The rule applies to shapes in the document.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.