|
|||||||||
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 |