Package com.crionics.jpdf.action

Contains the implementation classes to define PDF Actions.

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.
 

Package com.crionics.jpdf.action Description

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:

The PDF Specification includes a wide variety of standard action types as follows:
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.
GoToRGo to a destination in another document.
GoToEGo to a destination in an embedded file.
ThreadBegin reading an article thread.
SoundPlay a sound.
MoviePlay a movie.
ImportDataImport field values from a file.
SetOCGStateSet the states of optional content groups.
RenditionControls the playing of multimedia content.
TransUpdates the display of a document, using a transition dictionary.
GoTo3DViewSet the current view of a 3D annotation.



Copyright © 1999-2007 Crionics. All Rights Reserved.