java.lang.Object
com.aspose.diagram.VisRuleTargetsValue
public class VisRuleTargetsValue
| Field Summary | ||
|---|---|---|
static final int | VIS_RULE_TARGET_SHAPE | |
| The rule applies to the document itself. | ||
static final int | VIS_RULE_TARGET_PAGE | |
| The rule applies to pages in the document. | ||
static final int | VIS_RULE_TARGET_DOCUMENT | |
| The rule applies to shapes in the document. | ||
static final int | UNDEFINED | |
| Undefined. | ||
| Field Detail |
|---|
VIS_RULE_TARGET_SHAPE | |
public static final int VIS_RULE_TARGET_SHAPE | |
VIS_RULE_TARGET_PAGE | |
public static final int VIS_RULE_TARGET_PAGE | |
VIS_RULE_TARGET_DOCUMENT | |
public static final int VIS_RULE_TARGET_DOCUMENT | |
UNDEFINED | |
public static final int UNDEFINED | |