Module: Poppler::ActionType

Defined in:
(unknown)

Constant Summary collapse

UNKNOWN =

unknown action

0 or :unknown
NONE =

no action specified

1 or :none
GOTO_DEST =

go to destination

2 or :goto_dest
GOTO_REMOTE =

go to destination in another document

3 or :goto_remote
LAUNCH =

launch app (or open document)

4 or :launch
URI =

URI

5 or :uri
NAMED =

predefined action

6 or :named
MOVIE =

play movies. Since 0.14

7 or :movie
RENDITION =

play multimedia content. Since 0.14

8 or :rendition
OCG_STATE =

state of layer. Since 0.14

9 or :ocg_state
JAVASCRIPT =

Javascript. Since 0.18

10 or :javascript
RESET_FORM =

resets form. Since 0.90

11 or :reset_form