Class: HexaPDF::Type::Annotations::LineEndingStyling::LineEndingStyle
- Inherits:
-
Struct
- Object
- Struct
- HexaPDF::Type::Annotations::LineEndingStyling::LineEndingStyle
- Defined in:
- lib/hexapdf/type/annotations/line_ending_styling.rb
Overview
Describes the line ending style, i.e. the start_style
and the end_style
.
See LineEndingStyling#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
67 68 69 |
# File 'lib/hexapdf/type/annotations/line_ending_styling.rb', line 67 def end_style @end_style end |
#start_style ⇒ Object
Returns the value of attribute start_style
67 68 69 |
# File 'lib/hexapdf/type/annotations/line_ending_styling.rb', line 67 def start_style @start_style end |