RelationFlag
Contents
[
Hide
]RelationFlag enumeration
Utility class containing constants. Stores the relationships between shapes.
Values
| Name | Description |
|---|---|
| MEMBERS_OF_CONTAINER_SHAPES | Shapes that are members of this container. |
| MEMBERS_OF_LIST_SHAPES | Shapes that are members of this list. |
| ASSOCIATED_WITH_CALLOUTS | Callouts that are associated with this shape. |
| MEMBER_OF_CONTAINERS | Containers that this shape is a member of. |
| MEMBER_OF_LIST | List that this list item is a member of |
| SHAPE_ASSOCIATED_WITH_CALLOUT | Shape associated with this callout |
| LEFT_BOUNDARY_EDGE | Container on the left boundary edge of which this shape sits |
| RIGHT_BOUNDARY_EDGE | Container on the right boundary edge of which this shape sits |
| TOP_BOUNDARY_EDGE | Container on the top boundary edge of which this shape sits |
| BOTTOM_BOUNDARY_EDGE | Container on the bottom boundary edge of which this shape sits |
| LIST_OVERLAPS | List that this list overlaps |
| UNDEFINED | Undefined. |