Class: Pdfrb::Annotation::Text
- Defined in:
- lib/pdfrb/annotation/types.rb
Overview
Text annotation (sticky note). ยง12.5.6.4
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.default_fields ⇒ Object
17 18 19 |
# File 'lib/pdfrb/annotation/types.rb', line 17 def default_fields { Name: :Comment } end |
.subtype ⇒ Object
15 |
# File 'lib/pdfrb/annotation/types.rb', line 15 def subtype; :Text; end |