Class: Pdfrb::Annotation::Link
- Defined in:
- lib/pdfrb/annotation/types.rb
Overview
Link annotation (hyperlink). ยง12.5.6.5
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.default_fields ⇒ Object
29 30 31 |
# File 'lib/pdfrb/annotation/types.rb', line 29 def default_fields { H: :I } # Invert highlight by default end |
.subtype ⇒ Object
27 |
# File 'lib/pdfrb/annotation/types.rb', line 27 def subtype; :Link; end |