public static final enum

PDFViewCtrl.PagePresentationMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pdftron.pdf.PDFViewCtrl.PagePresentationMode

Class Overview

Page presentation mode

Summary

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

Enum Values

public static final PDFViewCtrl.PagePresentationMode FACING

Display pages two at a time, with odd-numbered pages on left (non-continuous mode).

public static final PDFViewCtrl.PagePresentationMode FACING_CONT

Display pages in two columns, with odd-numbered pages on left (continuous mode).

public static final PDFViewCtrl.PagePresentationMode FACING_COVER

Display pages two at a time, with odd-numbered pages on right (non-continuous mode).

public static final PDFViewCtrl.PagePresentationMode FACING_COVER_CONT

Display pages in two columns, with odd-numbered pages on right (continuous mode).

public static final PDFViewCtrl.PagePresentationMode FACING_COVER_VERT

Display pages two at a time with vertical scrolling, with odd-numbered pages on right (non-continuous mode).

public static final PDFViewCtrl.PagePresentationMode FACING_VERT

Display pages two at a time with vertical scrolling, with odd-numbered pages on left (non-continuous mode).

public static final PDFViewCtrl.PagePresentationMode SINGLE

Display one page at a time (non-continuous mode).

public static final PDFViewCtrl.PagePresentationMode SINGLE_CONT

Display pages in one column (continuous mode).

public static final PDFViewCtrl.PagePresentationMode SINGLE_VERT

Displays one page at a time with vertical scrolling (non-continuous mode).

Public Methods

public int getValue ()

public static PDFViewCtrl.PagePresentationMode valueOf (String name)

public static PDFViewCtrl.PagePresentationMode valueOf (int pagePresentationMode)

public static final PagePresentationMode[] values ()