asposediagram.api

Class ContextTypeValue

Utility class containing constants. Specifies properties of the group or shape to use for the comparison. Possible values are shown in the following table.

Field Summary
const  intSHAPE_TEXT
Shape text.
const  intSHAPE_DATA_ITEM_CUSTOM_PROPERTY_LABEL
Shape-data-item (custom property) label.
const  intUSER_CELL_LOCAL_ROW_NAME
User cell local row name.
const  intGEOMETRY_ANGLE
Geometry angle.
const  intGEOMETRY_WIDTH
Geometry width.
const  intGEOMETRY_HEIGHT
Geometry height.
const  intSHAPE_ID
Shape ID.
const  intMASTER_NAME
Master name.
const  intSHAPE_LOCAL_NAME
Shape local name.
const  intSHAPE_TYPE
Shape type.
const  intDATA_1
Data1.
const  intDATA_2
Data2.
const  intDATA_3
Data3.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • SHAPE_TEXT

        const int SHAPE_TEXT
        Shape text.
      • SHAPE_DATA_ITEM_CUSTOM_PROPERTY_LABEL

        const int SHAPE_DATA_ITEM_CUSTOM_PROPERTY_LABEL
        Shape-data-item (custom property) label.
      • USER_CELL_LOCAL_ROW_NAME

        const int USER_CELL_LOCAL_ROW_NAME
        User cell local row name.
      • GEOMETRY_ANGLE

        const int GEOMETRY_ANGLE
        Geometry angle.
      • GEOMETRY_WIDTH

        const int GEOMETRY_WIDTH
        Geometry width.
      • GEOMETRY_HEIGHT

        const int GEOMETRY_HEIGHT
        Geometry height.
      • SHAPE_ID

        const int SHAPE_ID
        Shape ID.
      • MASTER_NAME

        const int MASTER_NAME
        Master name.
      • SHAPE_LOCAL_NAME

        const int SHAPE_LOCAL_NAME
        Shape local name.
      • SHAPE_TYPE

        const int SHAPE_TYPE
        Shape type.
      • DATA_1

        const int DATA_1
        Data1.
      • DATA_2

        const int DATA_2
        Data2.
      • DATA_3

        const int DATA_3
        Data3.
      • UNDEFINED

        const int UNDEFINED
        Undefined.