public class PdfPageLayout extends Enumeration implements Serializable
Describes Pdf page layout.
Modifier and Type | Field and Description |
---|---|
static PdfPageLayout |
Default
Default layout.
|
static PdfPageLayout |
OneColumn
Display pages in one column.
|
static PdfPageLayout |
SinglePage
Single page.
|
static PdfPageLayout |
TwoColumnLeft
Display the pages in two columns, with odd-numbered pages on the left.
|
static PdfPageLayout |
TwoColumnRight
Display the pages in two columns, with odd-numbered pages on the right.
|
static PdfPageLayout |
TwoPagesLeft
Display the pages two at a time, with odd-numbered pages on the left.
|
static PdfPageLayout |
TwoPagesRight
Display the pages two at a time, with odd-numbered pages on the right.
|
Constructor and Description |
---|
PdfPageLayout()
Serialization constructor
|
compareTo, equals, equals, fromDisplayName, fromValue, getAll, hashCode, op_Equality, op_Inequality, toString
public static final PdfPageLayout Default
Default layout.
public static final PdfPageLayout SinglePage
Single page.
public static final PdfPageLayout OneColumn
Display pages in one column.
public static final PdfPageLayout TwoColumnLeft
Display the pages in two columns, with odd-numbered pages on the left.
public static final PdfPageLayout TwoColumnRight
Display the pages in two columns, with odd-numbered pages on the right.
public static final PdfPageLayout TwoPagesLeft
Display the pages two at a time, with odd-numbered pages on the left.
public static final PdfPageLayout TwoPagesRight
Display the pages two at a time, with odd-numbered pages on the right.