pagealignment-人生就是博尊龙凯时
com.spire.doc.documents
enum pagealignment
java.lang.object
java.lang.enum<pagealignment>
com.spire.doc.documents.pagealignment
- all implemented interfaces:
- java.lang.comparable<pagealignment>
public enum pagealignment
- extends java.lang.enum<pagealignment>
specifies alignment of the text on a page.
enum constant summary |
bottom
text is aligned at the bottom of the page. |
justified
text is spanned to fill the page. |
middle
text is aligned at the middle of the page. |
top
text is aligned at the top of the page. |
top
public static final pagealignment top
- text is aligned at the top of the page.
middle
public static final pagealignment middle
- text is aligned at the middle of the page.
justified
public static final pagealignment justified
- text is spanned to fill the page.
bottom
public static final pagealignment bottom
- text is aligned at the bottom of the page.
getvalue
public int getvalue()