class HexaPDF:: Type:: Actions:: URI
Parent | HexaPDF::Type::Action |
---|
Represents an URI
action dictionary, mostly used for opening Internet pages.
See: PDF2.0 s12.6.4.8
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 |
S | Symbol | true | :URI |
URI | String | true | nil |
IsMap | TrueClass or FalseClass | false | nil |