Class: Pdfrb::Annotation::FreeText

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

Overview

FreeText annotation (free-form text box). ยง12.5.6.6

Class Method Summary collapse

Methods inherited from Base

create, register_as

Class Method Details

.default_fieldsObject



41
42
43
# File 'lib/pdfrb/annotation/types.rb', line 41

def default_fields
  { DA: "/Helv 0 Tf 0 g" }
end

.subtypeObject



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

def subtype; :FreeText; end