com.aspose.diagram
Class ShapePlaceStyleValue

java.lang.Object
    extended by com.aspose.diagram.ShapePlaceStyleValue

public class ShapePlaceStyleValue 
extends java.lang.Object

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


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

Field Detail

PLACE_DEFAULT

public static final int PLACE_DEFAULT
Place default.

PLACE_TOP_TO_BOTTOM

public static final int PLACE_TOP_TO_BOTTOM
Place top to bottom.

PLACE_TO_RIGHT

public static final int PLACE_TO_RIGHT
Place to right.

PLACE_RADIAL

public static final int PLACE_RADIAL
Place radial.

PLACE_BOTTOM_TO_TOP

public static final int PLACE_BOTTOM_TO_TOP
Place bottom to top.

PLACE_RIGHT_TO_LEFT

public static final int PLACE_RIGHT_TO_LEFT
Place right to left.

PLACE_CIRCULAR

public static final int PLACE_CIRCULAR
Place circular.

PLACE_COMPACT_DOWN_RIGHT

public static final int PLACE_COMPACT_DOWN_RIGHT
Place compact down right.

PLACE_COMPACT_RIGHT_DOWN

public static final int PLACE_COMPACT_RIGHT_DOWN
Place compact right down.

PLACE_COMPACT_RIGHT_UP

public static final int PLACE_COMPACT_RIGHT_UP
Place compact right up.

PLACE_COMPACT_UP_RIGHT

public static final int PLACE_COMPACT_UP_RIGHT
Place compact up right.

PLACE_COMPACT_UP_LEFT

public static final int PLACE_COMPACT_UP_LEFT
Place compact up left.

PLACE_COMPACT_LEFT_UP

public static final int PLACE_COMPACT_LEFT_UP
Place compact left up.

PLACE_COMPACT_LEFT_DOWN

public static final int PLACE_COMPACT_LEFT_DOWN
Place compact left down.

PLACE_COMPACT_DOWN_LEFT

public static final int PLACE_COMPACT_DOWN_LEFT
Place compact down left.

PLACE_PARENT_DEFAULT

public static final int PLACE_PARENT_DEFAULT
Place parent default.

PLACE_HIERARCHY_TOP_TO_BOTTOM_LEFT

public static final int PLACE_HIERARCHY_TOP_TO_BOTTOM_LEFT
Place hierarchy top to bottom left.

PLACE_HIERARCHY_TOP_TO_BOTTOM_CENTER

public static final int PLACE_HIERARCHY_TOP_TO_BOTTOM_CENTER
Place hierarchy top to bottom center.

PLACE_HIERARCHY_TOP_TO_BOTTOM_RIGHT

public static final int PLACE_HIERARCHY_TOP_TO_BOTTOM_RIGHT
Place hierarchy top to bottom right.

PLACE_HIERARCHY_BOTTOM_TO_LEFT

public static final int PLACE_HIERARCHY_BOTTOM_TO_LEFT
Place hierarchy bottom to left.

PLACE_HIERARCHY_BOTTOM_TO_CENTER

public static final int PLACE_HIERARCHY_BOTTOM_TO_CENTER
Place hierarchy bottom to center.

PLACE_HIERARCHY_BOTTOM_TO_RIGHT

public static final int PLACE_HIERARCHY_BOTTOM_TO_RIGHT
Place hierarchy bottom to right.

PLACE_HIERARCHY_LEFT_TO_RIGHT_TOP

public static final int PLACE_HIERARCHY_LEFT_TO_RIGHT_TOP
Place hierarchy left to right top.

PLACE_HIERARCHY_LEFT_TO_RIGHT_MIDDLE

public static final int PLACE_HIERARCHY_LEFT_TO_RIGHT_MIDDLE
Place hierarchy left to right middle.

PLACE_HIERARCHY_LEFT_TO_RIGHT_BOTTOM

public static final int PLACE_HIERARCHY_LEFT_TO_RIGHT_BOTTOM
place hierarchy left to right bottom.

PLACE_HIERARCHY_RIGHT_TO_LEFT_TOP

public static final int PLACE_HIERARCHY_RIGHT_TO_LEFT_TOP
Place hierarchy right to left top.

PLACE_HIERARCHY_RIGHT_TO_LEFT_MIDDLE

public static final int PLACE_HIERARCHY_RIGHT_TO_LEFT_MIDDLE
Place hierarchy right to left top.

PLACE_HIERARCHY_RIGHT_TO_LEFT_BOTTOM

public static final int PLACE_HIERARCHY_RIGHT_TO_LEFT_BOTTOM
Place hierarchy right to left bottom.

UNDEFINED

public static final int UNDEFINED
Undefined.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.