Class: HexaPDF::Type::Annotations::MarkupAnnotation
- Inherits:
-
HexaPDF::Type::Annotation
- Object
- Object
- Dictionary
- HexaPDF::Type::Annotation
- HexaPDF::Type::Annotations::MarkupAnnotation
- Defined in:
- lib/hexapdf/type/annotations/markup_annotation.rb
Overview
Markup annotations are used to “mark up” a PDF document, most of the available PDF annotations are actually markup annotations.
See: PDF2.0 s12.5.6.2, HexaPDF::Type::Annotation
Direct Known Subclasses
Defined Under Namespace
Classes: ExData
Constant Summary
Constants included from DictionaryFields
DictionaryFields::Boolean, DictionaryFields::PDFByteString, DictionaryFields::PDFDate
Instance Attribute Summary
Attributes inherited from Object
#data, #document, #must_be_indirect
Method Summary
Methods inherited from HexaPDF::Type::Annotation
#appearance, #appearance_dict, #create_appearance, #flags, #must_be_indirect?
Methods included from Utils::BitField
Methods inherited from Dictionary
#[], #[]=, define_field, define_type, #delete, #each, each_field, #empty?, field, #key?, #to_hash, type, #type
Methods inherited from Object
#<=>, #==, #cache, #cached?, #clear_cache, deep_copy, #deep_copy, #document?, #eql?, field, #gen, #gen=, #hash, #indirect?, #initialize, #inspect, make_direct, #must_be_indirect?, #null?, #oid, #oid=, #type, #validate, #value, #value=
Constructor Details
This class inherits a constructor from HexaPDF::Object