|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TextAnchor>
com.spire.doc.TextAnchor
public enum TextAnchor
Specifies vertical alignment of a textbox.
Enum Constant Summary | |
---|---|
Bottom
The object is aligned to the bottom of the reference origin. |
|
Center
The object is centered relative to the reference origin. |
|
Top
The object is aligned to the top of the reference origin. |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final TextAnchor Top
public static final TextAnchor Center
public static final TextAnchor Bottom
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |