pagealignment-ag凯发旗舰厅



com.spire.doc.documents
enum pagealignment

java.lang.object
  extended by java.lang.enum<pagealignment>
      extended by 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.
 
method summary
 int getvalue()
           
 
enum constant detail

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.
method detail

getvalue

public int getvalue()


网站地图