Package | Description |
---|---|
com.qoppa.pdf |
General classes used by different objects throughout the library.
|
com.qoppa.pdfViewer.actions |
Classes that represent user actions.
|
Modifier and Type | Method and Description |
---|---|
void |
Bookmark.addAction(Action action)
Adds an Action to this Bookmark
|
Modifier and Type | Class and Description |
---|---|
class |
GotoPageAction
A GotoPageAction can be used to position the display a page in a PDF
document.
|
class |
GotoPageRemoteAction
Action that tells the viewer to go to a page in
a different PDF document.
|
class |
HideShowAction
Action that tells the viewer to show or hide fields.
|
class |
JSAction
Action that executes a JavaScript.
|
class |
LaunchAction
Action that tells the viewer to go to 'launch' a
given file.
|
class |
NamedAction
Actions in a document defined by "name".
|
class |
NullAction
NO-OP Action
|
class |
ResetForm
Action that tells the viewer to reset the fields in the form (if there is any)
to their default values.
|
class |
SetOCGState
Action that changes an optional content group's (layer) visibility.
|
class |
SubmitFormAction
Action that submits a form.
|
class |
URLAction
Action that tells the viewer to open a web page
from the URL.
|
Modifier and Type | Method and Description |
---|---|
void |
IPDFActionHandler.handleAction(Action action)
Handle an action
|