Class: HexaPDF::Type::Annotations::Line::LineEndingStyle

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#end_styleObject

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_styleObject

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