pdfpagelayout-ag凯发旗舰厅



com.spire.pdf
enum pdfpagelayout

java.lang.object
  extended by java.lang.enum<pdfpagelayout>
      extended by com.spire.pdf.pdfpagelayout
all implemented interfaces:
java.lang.comparable<pdfpagelayout>

public enum pdfpagelayout
extends java.lang.enum<pdfpagelayout>

a name object specifying the page layout to be used when the document is opened.


enum constant summary
one_column
          display the pages in one column.
single_page
          default value.
two_column_left
          display the pages in two columns, with odd numbered pages on the left.
two_column_right
          display the pages in two columns, with odd numbered pages on the right.
two_page_left
          display the pages two at a time, with odd-numbered pages on the left
two_page_right
          display the pages two at a time, with odd-numbered pages on the right
 
method summary
 java.lang.string getname()
          gets the name object specifying the page layout to be used when the document is opened.
 int getvalue()
          gets the value object specifying the page layout to be used when the document is opened.
 
enum constant detail

single_page

public static final pdfpagelayout single_page
default value. display one page at a time.

one_column

public static final pdfpagelayout one_column
display the pages in one column.

two_column_left

public static final pdfpagelayout two_column_left
display the pages in two columns, with odd numbered pages on the left.

two_column_right

public static final pdfpagelayout two_column_right
display the pages in two columns, with odd numbered pages on the right.

two_page_left

public static final pdfpagelayout two_page_left
display the pages two at a time, with odd-numbered pages on the left

two_page_right

public static final pdfpagelayout two_page_right
display the pages two at a time, with odd-numbered pages on the right
method detail

getname

public java.lang.string getname()
gets the name object specifying the page layout to be used when the document is opened.

getvalue

public int getvalue()
gets the value object specifying the page layout to be used when the document is opened.


网站地图