java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pdftron.pdf.PDFViewCtrl.PagePresentationMode |
PagePresentationMode lists common modes of presenting PDF pages.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PDFViewCtrl.PagePresentationMode | FACING | only two pages fit in the current view (similar to booklet view). | |||||||||
PDFViewCtrl.PagePresentationMode | FACING_CONTINUOUS | pages are displayed sequentially with two pages per row. | |||||||||
PDFViewCtrl.PagePresentationMode | FACING_CONTINUOUS_COVER | display the pages in two columns, with odd-numbered pages on the right. | |||||||||
PDFViewCtrl.PagePresentationMode | FACING_COVER | display the pages two at a time, with odd-numbered pages on the right. | |||||||||
PDFViewCtrl.PagePresentationMode | SINGLE_CONTINUOUS | pages are displayed sequentially (one underneath another). | |||||||||
PDFViewCtrl.PagePresentationMode | SINGLE_PAGE | only one page at a time fits in the current view. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | getValue() | ||||||||||
static PDFViewCtrl.PagePresentationMode | valueOf(String name) | ||||||||||
final static PagePresentationMode[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
only two pages fit in the current view (similar to booklet view).
pages are displayed sequentially with two pages per row.
display the pages in two columns, with odd-numbered pages on the right.
display the pages two at a time, with odd-numbered pages on the right.
pages are displayed sequentially (one underneath another).
only one page at a time fits in the current view.