|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PageAlignment>
com.spire.doc.documents.PageAlignment
public 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. |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final PageAlignment Top
public static final PageAlignment Middle
public static final PageAlignment Justified
public static final PageAlignment Bottom
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |