Module: HexaPDF::Type::Annotations
- Defined in:
- lib/hexapdf/type/annotations.rb,
lib/hexapdf/type/annotations/line.rb,
lib/hexapdf/type/annotations/link.rb,
lib/hexapdf/type/annotations/text.rb,
lib/hexapdf/type/annotations/circle.rb,
lib/hexapdf/type/annotations/square.rb,
lib/hexapdf/type/annotations/widget.rb,
lib/hexapdf/type/annotations/polygon.rb,
lib/hexapdf/type/annotations/polyline.rb,
lib/hexapdf/type/annotations/border_effect.rb,
lib/hexapdf/type/annotations/square_circle.rb,
lib/hexapdf/type/annotations/border_styling.rb,
lib/hexapdf/type/annotations/interior_color.rb,
lib/hexapdf/type/annotations/polygon_polyline.rb,
lib/hexapdf/type/annotations/markup_annotation.rb,
lib/hexapdf/type/annotations/line_ending_styling.rb,
lib/hexapdf/type/annotations/appearance_generator.rb
Overview
Namespace module for all PDF annotation dictionary types.
See: PDF2.0 s12.5.6, Annotation
Defined Under Namespace
Modules: BorderEffect, BorderStyling, InteriorColor, LineEndingStyling Classes: AppearanceGenerator, Circle, Line, Link, MarkupAnnotation, Polygon, PolygonPolyline, Polyline, Square, SquareCircle, Text, Widget