PTActionType
enum PTActionType {}
PDF supports the standard action types listed in the following table. Plug-in extensions may add new action types.
-
Go to a destination in the current document.
Declaration
Objective-C
e_ptGoTo
-
(‘Go-to remote’) Go to a destination in another document.
Declaration
Objective-C
e_ptGoToR
-
(‘Go-to embedded’; PDF 1.6) Go to a destination in an embedded file.
Declaration
Objective-C
e_ptGoToE
-
Launch an application, usually to open a file.
Declaration
Objective-C
e_ptLaunch
-
Begin reading an article thread.
Declaration
Objective-C
e_ptThread
-
Resolve a uniform resource identifier.
Declaration
Objective-C
e_ptURI
-
Play a sound.
Declaration
Objective-C
e_pta_sound
-
Play a movie.
Declaration
Objective-C
e_pta_Movie
-
Set an annotation’s Hidden flag.
Declaration
Objective-C
e_ptHide
-
Execute an action predefined by the viewer application.
Declaration
Objective-C
e_ptNamed
-
Send data to a uniform resource locator.
Declaration
Objective-C
e_ptSubmitForm
-
Set fields to their default values.
Declaration
Objective-C
e_ptResetForm
-
Import field values from a file.
Declaration
Objective-C
e_ptImportData
-
Execute a JavaScript script.
Declaration
Objective-C
e_ptJavaScript
-
(PDF 1.5) Set the states of optional content groups.
Declaration
Objective-C
e_ptSetOCGState
-
(PDF 1.5) Controls the playing of multimedia content.
Declaration
Objective-C
e_ptRendition
-
Updates the display of a document, using a transition dictionary.
Declaration
Objective-C
e_ptTrans
-
(PDF 1.6) Set the current view of a 3D annotation
Declaration
Objective-C
e_ptGoTo3DView
-
Adobe supplement to ISO 32000; specifies a command to be sent to rich media annotation’s handler
Declaration
Objective-C
e_ptRichMediaExecute
-
Unknown Action type
Declaration
Objective-C
e_pta_Unknown