com.spire.doc.documents
Enum GroupedShapeOrigin

java.lang.Object
  extended by java.lang.Enum<GroupedShapeOrigin>
      extended by com.spire.doc.documents.GroupedShapeOrigin
All Implemented Interfaces:
java.lang.Comparable<GroupedShapeOrigin>

public enum GroupedShapeOrigin
extends java.lang.Enum<GroupedShapeOrigin>

Specify vertical/horizontal origin the object in the GroupedShape.


Enum Constant Summary
Center
          Center.
Upper_Left_Corner
           On the upper left corner.
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

Upper_Left_Corner

public static final GroupedShapeOrigin Upper_Left_Corner
On the upper left corner.


Center

public static final GroupedShapeOrigin Center
Center.

Method Detail

getValue

public int getValue()