Class: HexaPDF::Type::Annotations::LineEndingStyling::LineEndingStyle

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

Instance Attribute Details

#end_styleObject

Returns the value of attribute end_style

Returns:

  • (Object)

    the current value of end_style



67
68
69
# File 'lib/hexapdf/type/annotations/line_ending_styling.rb', line 67

def end_style
  @end_style
end

#start_styleObject

Returns the value of attribute start_style

Returns:

  • (Object)

    the current value of start_style



67
68
69
# File 'lib/hexapdf/type/annotations/line_ending_styling.rb', line 67

def start_style
  @start_style
end