Class: Pdfrb::Annotation::Popup
- Defined in:
- lib/pdfrb/annotation/types.rb
Overview
Popup annotation. ยง12.5.6.13. Usually paired with a markup annot via the markup's /Popup key.
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.default_fields ⇒ Object
66 67 68 |
# File 'lib/pdfrb/annotation/types.rb', line 66 def default_fields { Open: false } end |
.subtype ⇒ Object
64 |
# File 'lib/pdfrb/annotation/types.rb', line 64 def subtype; :Popup; end |