Package | Description |
---|---|
com.qoppa.notes | |
com.qoppa.viewer |
Constructor and Description |
---|
QPDFNotesView(Context context,
QPDFViewerView.VIEW_MODE viewMode)
If viewMode is null,
VERTICAL_CONTINUOUS will be used. |
Modifier and Type | Method and Description |
---|---|
QPDFViewerView.VIEW_MODE |
QPDFViewerView.getViewMode()
Returns the current view mode.
|
static QPDFViewerView.VIEW_MODE |
QPDFViewerView.VIEW_MODE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QPDFViewerView.VIEW_MODE[] |
QPDFViewerView.VIEW_MODE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
QPDFViewerView(Context context,
QPDFViewerView.VIEW_MODE viewMode)
If viewMode is null,
VERTICAL_CONTINUOUS will be used. |