com.aspose.diagram
Class PlaceStyleValue

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

public class PlaceStyleValue 
extends java.lang.Object

Utility class containing constants. Specifies how shapes are placed on the page when shapes are laid out when a user selects Lay Out Shapes (Shape menu).


Field Summary
static final intDEFAULT_RADIAL
           Default. Radial.
static final intTOP_TO_BOTTOM
           Top to bottom.
static final intLEFT_TO_RIGHT
           Left to right.
static final intRADIAL
           Radial.
static final intBOTTOM_TO_TOP
           Bottom to top.
static final intRIGHT_TO_LEFT
           Right to left.
static final intCIRCULAR
           Circular.
static final intUNDEFINED
           Undefined.
 

Field Detail

DEFAULT_RADIAL

public static final int DEFAULT_RADIAL
Default. Radial.

TOP_TO_BOTTOM

public static final int TOP_TO_BOTTOM
Top to bottom.

LEFT_TO_RIGHT

public static final int LEFT_TO_RIGHT
Left to right.

RADIAL

public static final int RADIAL
Radial.

BOTTOM_TO_TOP

public static final int BOTTOM_TO_TOP
Bottom to top.

RIGHT_TO_LEFT

public static final int RIGHT_TO_LEFT
Right to left.

CIRCULAR

public static final int CIRCULAR
Circular.

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.