Class: Idml::Render::Footnote::PositionedRun

Inherits:
Struct
  • Object
show all
Defined in:
lib/idml/render/footnote.rb

Overview

A positioned footnote line plus the run it came from — the unit TextFrameRenderer emits.

Instance Attribute Summary collapse

Instance Attribute Details

#font_sizeObject

Returns the value of attribute font_size



23
24
25
# File 'lib/idml/render/footnote.rb', line 23

def font_size
  @font_size
end

#lineObject

Returns the value of attribute line



23
24
25
# File 'lib/idml/render/footnote.rb', line 23

def line
  @line
end

#runObject

Returns the value of attribute run



23
24
25
# File 'lib/idml/render/footnote.rb', line 23

def run
  @run
end