|
Gnostice PDFOne
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PdfPageLayout
This interface defines constants for specifying page layout to be used when document is displayed.
Field Summary | |
---|---|
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. |
Field Detail |
---|
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
|
Pro. Ed. v5.4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |