Class: Pdfrb::Annotation::Text

Inherits:
Base
  • Object
show all
Defined in:
lib/pdfrb/annotation/types.rb

Overview

Text annotation (sticky note). ยง12.5.6.4

Class Method Summary collapse

Methods inherited from Base

create, register_as

Class Method Details

.default_fieldsObject



17
18
19
# File 'lib/pdfrb/annotation/types.rb', line 17

def default_fields
  { Name: :Comment }
end

.subtypeObject



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

def subtype; :Text; end