Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1015 Bytes

File metadata and controls

17 lines (12 loc) · 1015 Bytes

LinkActionType

Represents list of link action types.

Enum

Name Type Value Description
GOTOACTION str "GoToAction" Represents a go-to action that changes the view to a specified destination (page, location, and magnification factor).
GOTOURIACTION str "GoToURIAction" Represents a URI action causes a URI to be resolved.
JAVASCRIPTACTION str "JavascriptAction" Represents javascript action.
LAUNCHACTION str "LaunchAction" Represents a launch action that launches an application or opens or prints a document.
NAMEDACTION str "NamedAction" Represents named actions that PDF viewer applications are expected to support.
SUBMITFORMACTION str "SubmitFormAction" Represents submit-form action.

[Back to Model list] [Back to API list] [Back to README]