Class: Pdfrb::Annotation::Popup

Inherits:
Base
  • Object
show all
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

create, register_as

Class Method Details

.default_fieldsObject



66
67
68
# File 'lib/pdfrb/annotation/types.rb', line 66

def default_fields
  { Open: false }
end

.subtypeObject



64
# File 'lib/pdfrb/annotation/types.rb', line 64

def subtype; :Popup; end