textanchor-ag凯发旗舰厅
com.spire.doc
enum textanchor
java.lang.object
java.lang.enum<textanchor>
com.spire.doc.textanchor
- all implemented interfaces:
- java.lang.comparable<textanchor>
public enum textanchor
- extends java.lang.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. |
top
public static final textanchor top
- the object is aligned to the top of the reference origin.
center
public static final textanchor center
- the object is centered relative to the reference origin.
bottom
public static final textanchor bottom
- the object is aligned to the bottom of the reference origin.
getvalue
public int getvalue()