asposediagram.api

Class ShapePlaceStyleValue

Utility class containing constants. Determines the placement style for children.

Field Summary
const  intPLACE_DEFAULT
Place default.
const  intPLACE_TOP_TO_BOTTOM
Place top to bottom.
const  intPLACE_TO_RIGHT
Place to right.
const  intPLACE_RADIAL
Place radial.
const  intPLACE_BOTTOM_TO_TOP
Place bottom to top.
const  intPLACE_RIGHT_TO_LEFT
Place right to left.
const  intPLACE_CIRCULAR
Place circular.
const  intPLACE_COMPACT_DOWN_RIGHT
Place compact down right.
const  intPLACE_COMPACT_RIGHT_DOWN
Place compact right down.
const  intPLACE_COMPACT_RIGHT_UP
Place compact right up.
const  intPLACE_COMPACT_UP_RIGHT
Place compact up right.
const  intPLACE_COMPACT_UP_LEFT
Place compact up left.
const  intPLACE_COMPACT_LEFT_UP
Place compact left up.
const  intPLACE_COMPACT_LEFT_DOWN
Place compact left down.
const  intPLACE_COMPACT_DOWN_LEFT
Place compact down left.
const  intPLACE_PARENT_DEFAULT
Place parent default.
const  intPLACE_HIERARCHY_TOP_TO_BOTTOM_LEFT
Place hierarchy top to bottom left.
const  intPLACE_HIERARCHY_TOP_TO_BOTTOM_CENTER
Place hierarchy top to bottom center.
const  intPLACE_HIERARCHY_TOP_TO_BOTTOM_RIGHT
Place hierarchy top to bottom right.
const  intPLACE_HIERARCHY_BOTTOM_TO_LEFT
Place hierarchy bottom to left.
const  intPLACE_HIERARCHY_BOTTOM_TO_CENTER
Place hierarchy bottom to center.
const  intPLACE_HIERARCHY_BOTTOM_TO_RIGHT
Place hierarchy bottom to right.
const  intPLACE_HIERARCHY_LEFT_TO_RIGHT_TOP
Place hierarchy left to right top.
const  intPLACE_HIERARCHY_LEFT_TO_RIGHT_MIDDLE
Place hierarchy left to right middle.
const  intPLACE_HIERARCHY_LEFT_TO_RIGHT_BOTTOM
place hierarchy left to right bottom.
const  intPLACE_HIERARCHY_RIGHT_TO_LEFT_TOP
Place hierarchy right to left top.
const  intPLACE_HIERARCHY_RIGHT_TO_LEFT_MIDDLE
Place hierarchy right to left top.
const  intPLACE_HIERARCHY_RIGHT_TO_LEFT_BOTTOM
Place hierarchy right to left bottom.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • PLACE_DEFAULT

        const int PLACE_DEFAULT
        Place default.
      • PLACE_TOP_TO_BOTTOM

        const int PLACE_TOP_TO_BOTTOM
        Place top to bottom.
      • PLACE_TO_RIGHT

        const int PLACE_TO_RIGHT
        Place to right.
      • PLACE_RADIAL

        const int PLACE_RADIAL
        Place radial.
      • PLACE_BOTTOM_TO_TOP

        const int PLACE_BOTTOM_TO_TOP
        Place bottom to top.
      • PLACE_RIGHT_TO_LEFT

        const int PLACE_RIGHT_TO_LEFT
        Place right to left.
      • PLACE_CIRCULAR

        const int PLACE_CIRCULAR
        Place circular.
      • PLACE_COMPACT_DOWN_RIGHT

        const int PLACE_COMPACT_DOWN_RIGHT
        Place compact down right.
      • PLACE_COMPACT_RIGHT_DOWN

        const int PLACE_COMPACT_RIGHT_DOWN
        Place compact right down.
      • PLACE_COMPACT_RIGHT_UP

        const int PLACE_COMPACT_RIGHT_UP
        Place compact right up.
      • PLACE_COMPACT_UP_RIGHT

        const int PLACE_COMPACT_UP_RIGHT
        Place compact up right.
      • PLACE_COMPACT_UP_LEFT

        const int PLACE_COMPACT_UP_LEFT
        Place compact up left.
      • PLACE_COMPACT_LEFT_UP

        const int PLACE_COMPACT_LEFT_UP
        Place compact left up.
      • PLACE_COMPACT_LEFT_DOWN

        const int PLACE_COMPACT_LEFT_DOWN
        Place compact left down.
      • PLACE_COMPACT_DOWN_LEFT

        const int PLACE_COMPACT_DOWN_LEFT
        Place compact down left.
      • PLACE_PARENT_DEFAULT

        const int PLACE_PARENT_DEFAULT
        Place parent default.
      • PLACE_HIERARCHY_TOP_TO_BOTTOM_LEFT

        const int PLACE_HIERARCHY_TOP_TO_BOTTOM_LEFT
        Place hierarchy top to bottom left.
      • PLACE_HIERARCHY_TOP_TO_BOTTOM_CENTER

        const int PLACE_HIERARCHY_TOP_TO_BOTTOM_CENTER
        Place hierarchy top to bottom center.
      • PLACE_HIERARCHY_TOP_TO_BOTTOM_RIGHT

        const int PLACE_HIERARCHY_TOP_TO_BOTTOM_RIGHT
        Place hierarchy top to bottom right.
      • PLACE_HIERARCHY_BOTTOM_TO_LEFT

        const int PLACE_HIERARCHY_BOTTOM_TO_LEFT
        Place hierarchy bottom to left.
      • PLACE_HIERARCHY_BOTTOM_TO_CENTER

        const int PLACE_HIERARCHY_BOTTOM_TO_CENTER
        Place hierarchy bottom to center.
      • PLACE_HIERARCHY_BOTTOM_TO_RIGHT

        const int PLACE_HIERARCHY_BOTTOM_TO_RIGHT
        Place hierarchy bottom to right.
      • PLACE_HIERARCHY_LEFT_TO_RIGHT_TOP

        const int PLACE_HIERARCHY_LEFT_TO_RIGHT_TOP
        Place hierarchy left to right top.
      • PLACE_HIERARCHY_LEFT_TO_RIGHT_MIDDLE

        const int PLACE_HIERARCHY_LEFT_TO_RIGHT_MIDDLE
        Place hierarchy left to right middle.
      • PLACE_HIERARCHY_LEFT_TO_RIGHT_BOTTOM

        const int PLACE_HIERARCHY_LEFT_TO_RIGHT_BOTTOM
        place hierarchy left to right bottom.
      • PLACE_HIERARCHY_RIGHT_TO_LEFT_TOP

        const int PLACE_HIERARCHY_RIGHT_TO_LEFT_TOP
        Place hierarchy right to left top.
      • PLACE_HIERARCHY_RIGHT_TO_LEFT_MIDDLE

        const int PLACE_HIERARCHY_RIGHT_TO_LEFT_MIDDLE
        Place hierarchy right to left top.
      • PLACE_HIERARCHY_RIGHT_TO_LEFT_BOTTOM

        const int PLACE_HIERARCHY_RIGHT_TO_LEFT_BOTTOM
        Place hierarchy right to left bottom.
      • UNDEFINED

        const int UNDEFINED
        Undefined.