public interface PdfPageLayout
Modifier and Type | Field and Description |
---|---|
static int |
ONE_COLUMN
Constant for displaying pages in a single column.
|
static int |
SINGLE_PAGE
Constant for displaying one page at a time.
|
static int |
TWO_COLUMN_LEFT
Constant for displaying pages in two columns, with odd-numbered
pages on the left-side column.
|
static int |
TWO_COLUMN_RIGHT
Constant for displaying pages in two columns, with odd-numbered
pages on the right-side column.
|
static int |
TWO_PAGE_LEFT
Constant for displaying two pages at a time, with odd-numbered
pages on the left.
|
static int |
TWO_PAGE_RIGHT
Constant for displaying two pages at a time, with odd-numbered
pages on the right.
|
static final int SINGLE_PAGE
static final int ONE_COLUMN
static final int TWO_COLUMN_LEFT
static final int TWO_COLUMN_RIGHT
static final int TWO_PAGE_LEFT
static final int TWO_PAGE_RIGHT