|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<HorizontalPosition>
com.spire.doc.HorizontalPosition
public enum HorizontalPosition
Specifies the absolute horizontal position.
Enum Constant Summary | |
---|---|
Center
The object is centered to the reference origin. |
|
Default
|
|
Inline
|
|
Inside
"Inside" horizontal position. |
|
Left
The object is aligned to the left of the reference origin. |
|
None
|
|
Outside
"Outside" horizontal position. |
|
Right
The object is aligned to the right of the reference origin. |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final HorizontalPosition None
public static final HorizontalPosition Left
public static final HorizontalPosition Center
public static final HorizontalPosition Right
public static final HorizontalPosition Inside
public static final HorizontalPosition Outside
public static final HorizontalPosition Inline
public static final HorizontalPosition Default
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |