PdfPageLayout
Contents
[
Hide
]
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.Enumeration
All Implemented Interfaces: java.io.Serializable
public class PdfPageLayout extends Enumeration implements Serializable
Describes Pdf page layout.
Constructors
Constructor | Description |
---|---|
PdfPageLayout() | Serialization constructor |
Fields
Field | Description |
---|---|
Default | Default layout. |
SinglePage | Single page. |
OneColumn | Display pages in one column. |
TwoColumnLeft | Display the pages in two columns, with odd-numbered pages on the left. |
TwoColumnRight | Display the pages in two columns, with odd-numbered pages on the right. |
TwoPagesLeft | Display the pages two at a time, with odd-numbered pages on the left. |
TwoPagesRight | Display the pages two at a time, with odd-numbered pages on the right. |
PdfPageLayout()
public PdfPageLayout()
Serialization constructor
Default
public static final PdfPageLayout Default
Default layout.
SinglePage
public static final PdfPageLayout SinglePage
Single page.
OneColumn
public static final PdfPageLayout OneColumn
Display pages in one column.
TwoColumnLeft
public static final PdfPageLayout TwoColumnLeft
Display the pages in two columns, with odd-numbered pages on the left.
TwoColumnRight
public static final PdfPageLayout TwoColumnRight
Display the pages in two columns, with odd-numbered pages on the right.
TwoPagesLeft
public static final PdfPageLayout TwoPagesLeft
Display the pages two at a time, with odd-numbered pages on the left.
TwoPagesRight
public static final PdfPageLayout TwoPagesRight
Display the pages two at a time, with odd-numbered pages on the right.