java.lang.Object
com.aspose.diagram.RelationFlag
public class RelationFlag
| Field Summary | ||
|---|---|---|
static final int | MEMBERS_OF_CONTAINER_SHAPES | |
| Shapes that are members of this container. | ||
static final int | MEMBERS_OF_LIST_SHAPES | |
| Shapes that are members of this list. | ||
static final int | ASSOCIATED_WITH_CALLOUTS | |
| Callouts that are associated with this shape. | ||
static final int | MEMBER_OF_CONTAINERS | |
| Containers that this shape is a member of. | ||
static final int | MEMBER_OF_LIST | |
| List that this list item is a member of | ||
static final int | SHAPE_ASSOCIATED_WITH_CALLOUT | |
| Shape associated with this callout | ||
static final int | LEFT_BOUNDARY_EDGE | |
| Container on the left boundary edge of which this shape sits | ||
static final int | RIGHT_BOUNDARY_EDGE | |
| Container on the right boundary edge of which this shape sits | ||
static final int | TOP_BOUNDARY_EDGE | |
| Container on the top boundary edge of which this shape sits | ||
static final int | BOTTOM_BOUNDARY_EDGE | |
| Container on the bottom boundary edge of which this shape sits | ||
static final int | LIST_OVERLAPS | |
| List that this list overlaps | ||
static final int | UNDEFINED | |
| Undefined. | ||
| Field Detail |
|---|
MEMBERS_OF_CONTAINER_SHAPES | |
public static final int MEMBERS_OF_CONTAINER_SHAPES | |
MEMBERS_OF_LIST_SHAPES | |
public static final int MEMBERS_OF_LIST_SHAPES | |
ASSOCIATED_WITH_CALLOUTS | |
public static final int ASSOCIATED_WITH_CALLOUTS | |
MEMBER_OF_CONTAINERS | |
public static final int MEMBER_OF_CONTAINERS | |
MEMBER_OF_LIST | |
public static final int MEMBER_OF_LIST | |
SHAPE_ASSOCIATED_WITH_CALLOUT | |
public static final int SHAPE_ASSOCIATED_WITH_CALLOUT | |
LEFT_BOUNDARY_EDGE | |
public static final int LEFT_BOUNDARY_EDGE | |
RIGHT_BOUNDARY_EDGE | |
public static final int RIGHT_BOUNDARY_EDGE | |
TOP_BOUNDARY_EDGE | |
public static final int TOP_BOUNDARY_EDGE | |
BOTTOM_BOUNDARY_EDGE | |
public static final int BOTTOM_BOUNDARY_EDGE | |
LIST_OVERLAPS | |
public static final int LIST_OVERLAPS | |
UNDEFINED | |
public static final int UNDEFINED | |