| 
 | |||||||||
| 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_ColumnDisplay the pages in one column. | |
| Single_PageDefault Value. | |
| Two_Column_LeftDisplay the pages in two columns, with odd numbered pages on the left. | |
| Two_Column_RightDisplay the pages in two columns, with odd numbered pages on the right. | |
| Two_Page_LeftDisplay the pages two at a time, with odd-numbered pages on the left | |
| Two_Page_RightDisplay 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 | ||||||||