java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pdftron.pdf.PDFViewCtrl.PagePresentationMode |
Page presentation mode
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PDFViewCtrl.PagePresentationMode | FACING | Display pages two at a time, with odd-numbered pages on left (non-continuous mode). | |||||||||
PDFViewCtrl.PagePresentationMode | FACING_CONT | Display pages in two columns, with odd-numbered pages on left (continuous mode). | |||||||||
PDFViewCtrl.PagePresentationMode | FACING_COVER | Display pages two at a time, with odd-numbered pages on right (non-continuous mode). | |||||||||
PDFViewCtrl.PagePresentationMode | FACING_COVER_CONT | Display pages in two columns, with odd-numbered pages on right (continuous mode). | |||||||||
PDFViewCtrl.PagePresentationMode | FACING_COVER_VERT | Display pages two at a time with vertical scrolling, with odd-numbered pages on right (non-continuous mode). | |||||||||
PDFViewCtrl.PagePresentationMode | FACING_VERT | Display pages two at a time with vertical scrolling, with odd-numbered pages on left (non-continuous mode). | |||||||||
PDFViewCtrl.PagePresentationMode | SINGLE | Display one page at a time (non-continuous mode). | |||||||||
PDFViewCtrl.PagePresentationMode | SINGLE_CONT | Display pages in one column (continuous mode). | |||||||||
PDFViewCtrl.PagePresentationMode | SINGLE_VERT | Displays one page at a time with vertical scrolling (non-continuous mode). |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | getValue() | ||||||||||
static PDFViewCtrl.PagePresentationMode | valueOf(String name) | ||||||||||
static PDFViewCtrl.PagePresentationMode | valueOf(int pagePresentationMode) | ||||||||||
final static PagePresentationMode[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Display pages two at a time, with odd-numbered pages on left (non-continuous mode).
Display pages in two columns, with odd-numbered pages on left (continuous mode).
Display pages two at a time, with odd-numbered pages on right (non-continuous mode).
Display pages in two columns, with odd-numbered pages on right (continuous mode).
Display pages two at a time with vertical scrolling, with odd-numbered pages on right (non-continuous mode).
Display pages two at a time with vertical scrolling, with odd-numbered pages on left (non-continuous mode).
Display one page at a time (non-continuous mode).
Display pages in one column (continuous mode).
Displays one page at a time with vertical scrolling (non-continuous mode).