VisRuleTargetsValue Enumeration |
Specifies contants that define the target of the validation rule; passed to and returned by the ValidationRule.TargetType property.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum VisRuleTargetsValue
Public Enumeration VisRuleTargetsValue
public enum class VisRuleTargetsValue
Members|
| Member name | Value | Description |
|---|
| visRuleTargetShape | 0 |
The rule applies to the document itself.
|
| visRuleTargetPage | 1 |
The rule applies to pages in the document.
|
| visRuleTargetDocument | 2 |
The rule applies to shapes in the document.
|
| Undefined | -2147483648 |
Undefined.
|
See Also