Class: HexaPDF::Type::Annotations::Line::LineEndingStyle
- Inherits:
-
Struct
- Object
- Struct
- HexaPDF::Type::Annotations::Line::LineEndingStyle
- Defined in:
- lib/hexapdf/type/annotations/line.rb
Overview
Describes the line ending style for a line annotation, i.e. the start_style
and the end_style
.
See Line#line_ending_style for more information.
Instance Attribute Summary collapse
-
#end_style ⇒ Object
Returns the value of attribute end_style.
-
#start_style ⇒ Object
Returns the value of attribute start_style.
Instance Attribute Details
#end_style ⇒ Object
Returns the value of attribute end_style
138 139 140 |
# File 'lib/hexapdf/type/annotations/line.rb', line 138 def end_style @end_style end |
#start_style ⇒ Object
Returns the value of attribute start_style
138 139 140 |
# File 'lib/hexapdf/type/annotations/line.rb', line 138 def start_style @start_style end |