| Class | Description |
|---|---|
| Action |
The
Action class represents an Action Dictionary which defines
characteristics and behavior of an action. |
| ActionFactory |
Factory for build actions
|
| FileSpecification |
The File Specification diction provides more flexibility then the string
form.
|
| FormAction |
Execute interface for Form actions.
|
| GoToAction |
The class
GoToAction represents the Action type "GoTo". |
| GoToRAction |
A remote go-to action is similar to an ordinary go-to action but jumps to
a destination in another PDF file instead of the current file.
|
| JavaScriptAction |
Upon invocation of a JavaScript action, a conforming processor shall execute a script that is written in the
JavaScript programming language.
|
| LaunchAction |
The launch action launches an applicaiton or opens or prints a
document.
|
| NamedAction |
Named actions that the conformign reader shall support.
|
| ResetFormAction |
Upon invocation of a reset-form action, a conforming processor shall reset
selected interactive form fields to their default values; that is, it shall
set the value of the V entry in the field dictionary to that of the DV entry.
|
| SubmitFormAction |
Upon invocation of a submit-form action, a conforming processor shall transmit the names and values of selected
interactive form fields to a specified uniform resource locator (URL).
|
| URIAction |
The uniform resource identifier (URI) action represents destination
that is a hypertext link
|