Package com.pspdfkit.annotations.actions
Actions define what happens when you click an annotation, and outline item, etc.
See: Description
-
Enum Summary Enum Description RichMediaExecuteActionType Types of rich media execute actions. AnnotationTriggerEvent Type of the annotation trigger events. RenditionActionType Types of rendition actions. MediaOptions Specifies options when playing media annotations. ActionType Currently supported PDF action types. NamedActionType Known types of named actions in PDF documents. SubmitFormActionFlag Flags specifying various characteristics of form submit action. -
Class Summary Class Description RichMediaExecuteAction Action for starting com.pspdfkit.annotations.RichMediaAnnotations. ActionSender Object that triggered the execution of action, such as an annotation or a form element. GoToAction PDF action representing a change to another page. ResetFormAction Resets one or more form fields to their default value. Action Represents a PDF action used to describe what happens when annotations, bookmarks, etc. RenditionAction A rendition action controls the playing of multimedia content. JavaScriptAction Action that should trigger execution of JavaScript embedded in it. NamedAction PDF action representing a special event. HideAction A hide action hides or shows one or more annotations on the screen by setting or clearing their hidden flags. LaunchAction Represents an action to launch an external application or file. GoToRemoteAction PDF action representing a change to page in another PDF document. AbstractMediaAction Base class for media annotation related actions. UriAction PDF Action representing a link to an external URI. GoToEmbeddedAction Action that allows jumping to a PDF file that is embedded in the document. AbstractFormAction Base class for form related actions. ImportDataAction Action representing request to import data. SubmitFormAction PDF action for sending form data to a URI. ActionAccessors Exposes action methods that are not part of the public API. -
Interface Summary Interface Description ActionResolver Action resolver for running a Action. -
Object Summary Object Description Companion