Class: Pdfrb::Annotation::FreeText
- 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
Class Method Details
.default_fields ⇒ Object
41 42 43 |
# File 'lib/pdfrb/annotation/types.rb', line 41 def default_fields { DA: "/Helv 0 Tf 0 g" } end |
.subtype ⇒ Object
39 |
# File 'lib/pdfrb/annotation/types.rb', line 39 def subtype; :FreeText; end |