|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ShapeHorizontalAlignment>
com.spire.doc.ShapeHorizontalAlignment
public enum ShapeHorizontalAlignment
Specifies horizontal alignment of a floating shape.
Enum Constant Summary | |
---|---|
Center
The object is centered to the reference origin. |
|
Default
|
|
Inside
Not documented. |
|
Left
The object is aligned to the left of the reference origin. |
|
None
The object is explicitly positioned using position properties. |
|
Outside
Not documented. |
|
Right
The object is aligned to the right of the reference origin. |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final ShapeHorizontalAlignment None
public static final ShapeHorizontalAlignment Left
public static final ShapeHorizontalAlignment Center
public static final ShapeHorizontalAlignment Right
public static final ShapeHorizontalAlignment Inside
public static final ShapeHorizontalAlignment Outside
public static final ShapeHorizontalAlignment Default
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |