class HexaPDF:: Type:: Action
| Parent | HexaPDF::Dictionary |
|---|
Represents a generic PDF action dictionary.
Action dictionaries are used, for example, by annotations or outline items to specify the action that should be performed. Each action class should be defined under the Actions module.
See: PDF2.0 s12.6
Field Definitions
| Name | Type/Allowed Values | Required | Default Value |
|---|---|---|---|
| Type | Symbol | false | :Action |
| S | Symbol | true | nil |
| Next | HexaPDF::Dictionary or HexaPDF::PDFArray or Hash or Array | false | nil |