asposediagram.api

Class RelationFlag

Utility class containing constants. Stores the relationships between shapes.

Field Summary
const  intMEMBERS_OF_CONTAINER_SHAPES
Shapes that are members of this container.
const  intMEMBERS_OF_LIST_SHAPES
Shapes that are members of this list.
const  intASSOCIATED_WITH_CALLOUTS
Callouts that are associated with this shape.
const  intMEMBER_OF_CONTAINERS
Containers that this shape is a member of.
const  intMEMBER_OF_LIST
List that this list item is a member of
const  intSHAPE_ASSOCIATED_WITH_CALLOUT
Shape associated with this callout
const  intLEFT_BOUNDARY_EDGE
Container on the left boundary edge of which this shape sits
const  intRIGHT_BOUNDARY_EDGE
Container on the right boundary edge of which this shape sits
const  intTOP_BOUNDARY_EDGE
Container on the top boundary edge of which this shape sits
const  intBOTTOM_BOUNDARY_EDGE
Container on the bottom boundary edge of which this shape sits
const  intLIST_OVERLAPS
List that this list overlaps
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • MEMBERS_OF_CONTAINER_SHAPES

        const int MEMBERS_OF_CONTAINER_SHAPES
        Shapes that are members of this container.
      • MEMBERS_OF_LIST_SHAPES

        const int MEMBERS_OF_LIST_SHAPES
        Shapes that are members of this list.
      • ASSOCIATED_WITH_CALLOUTS

        const int ASSOCIATED_WITH_CALLOUTS
        Callouts that are associated with this shape.
      • MEMBER_OF_CONTAINERS

        const int MEMBER_OF_CONTAINERS
        Containers that this shape is a member of.
      • MEMBER_OF_LIST

        const int MEMBER_OF_LIST
        List that this list item is a member of
      • SHAPE_ASSOCIATED_WITH_CALLOUT

        const int SHAPE_ASSOCIATED_WITH_CALLOUT
        Shape associated with this callout
      • LEFT_BOUNDARY_EDGE

        const int LEFT_BOUNDARY_EDGE
        Container on the left boundary edge of which this shape sits
      • RIGHT_BOUNDARY_EDGE

        const int RIGHT_BOUNDARY_EDGE
        Container on the right boundary edge of which this shape sits
      • TOP_BOUNDARY_EDGE

        const int TOP_BOUNDARY_EDGE
        Container on the top boundary edge of which this shape sits
      • BOTTOM_BOUNDARY_EDGE

        const int BOTTOM_BOUNDARY_EDGE
        Container on the bottom boundary edge of which this shape sits
      • LIST_OVERLAPS

        const int LIST_OVERLAPS
        List that this list overlaps
      • UNDEFINED

        const int UNDEFINED
        Undefined.