|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| AbstractAction | Abstract implementation of an action, where the common methods are stored. |
| GotoAction | A Goto Action instruct a PDF Viewer application to go to a specified destination. |
| HideAction | A Hide action allows to hide or to make visible annotations or form fields. |
| JavaScriptAction | A JavaScript action causes a script to be compiled and executed by the JavaScript interpreter of a PDF Viewer application. |
| LaunchAction | A launch action launches an application or opens or prints a document. |
| NamedAction | Allows a specific action to be executed when viewing a document. |
| ResetFormAction | A Reset Form action resets selected interactive form fields to their default values. |
| SubmitFormAction | A Submit Form Action transmits the names and values of selected interactive Form Fields to a specified uniform resource locator (URL), presumably the address of a World Wide Web server that will process them and send back a response. |
| URIAction | A URI action specify a resource on the Internet—typically a file that is the destination of a hypertext link, although it can also resolve to a query or other entity. |
Contains the implementation classes to define PDF Actions.
Actions are tasks which are performed by a PDF Viewer application when their container are activated.
Actions can be associated with:
AbstractAnnotationAbstractFieldAbstractOutlineItemPdfDocument.addOpenAction(AbstractAction)
GotoActionGo to a destination in the current document. HideActionSet an annotation’s Hidden flag. JavaScriptActionExecute a JavaScript script. LaunchActionLaunch an application, usually to open a file. NamedActionExecute an action predefined by the viewer application. ResetFormActionSet fields to their default values. SubmitFormActionSend data to a uniform resource locator. URIActionResolve a uniform resource identifier. GoToR Go to a destination in another document. GoToE Go to a destination in an embedded file. Thread Begin reading an article thread. Sound Play a sound. Movie Play a movie. ImportData Import field values from a file. SetOCGState Set the states of optional content groups. Rendition Controls the playing of multimedia content. Trans Updates the display of a document, using a transition dictionary. GoTo3DView Set the current view of a 3D annotation.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||