|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<pdfpagelayout>
com.spire.pdf.pdfpagelayout
public 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 |
---|
public static final pdfpagelayout single_page
public static final pdfpagelayout one_column
public static final pdfpagelayout two_column_left
public static final pdfpagelayout two_column_right
public static final pdfpagelayout two_page_left
public static final pdfpagelayout two_page_right
method detail |
---|
public java.lang.string getname()
public int getvalue()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |