Class: Idml::Render::Footnote::PositionedRun
- Inherits:
-
Struct
- Object
- Struct
- Idml::Render::Footnote::PositionedRun
- 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
-
#font_size ⇒ Object
Returns the value of attribute font_size.
-
#line ⇒ Object
Returns the value of attribute line.
-
#run ⇒ Object
Returns the value of attribute run.
Instance Attribute Details
#font_size ⇒ Object
Returns the value of attribute font_size
23 24 25 |
# File 'lib/idml/render/footnote.rb', line 23 def font_size @font_size end |
#line ⇒ Object
Returns the value of attribute line
23 24 25 |
# File 'lib/idml/render/footnote.rb', line 23 def line @line end |
#run ⇒ Object
Returns the value of attribute run
23 24 25 |
# File 'lib/idml/render/footnote.rb', line 23 def run @run end |