Class: Arrolio::Renderer::StructureTreeBuilder::StructEntry
- Inherits:
-
Struct
- Object
- Struct
- Arrolio::Renderer::StructureTreeBuilder::StructEntry
- Defined in:
- lib/arrolio/renderer/structure_tree_builder.rb
Overview
Internal structure entry record.
Instance Attribute Summary collapse
-
#alt ⇒ Object
Returns the value of attribute alt.
-
#mcid ⇒ Object
Returns the value of attribute mcid.
-
#page_number ⇒ Object
Returns the value of attribute page_number.
-
#text ⇒ Object
Returns the value of attribute text.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#alt ⇒ Object
Returns the value of attribute alt
92 93 94 |
# File 'lib/arrolio/renderer/structure_tree_builder.rb', line 92 def alt @alt end |
#mcid ⇒ Object
Returns the value of attribute mcid
92 93 94 |
# File 'lib/arrolio/renderer/structure_tree_builder.rb', line 92 def mcid @mcid end |
#page_number ⇒ Object
Returns the value of attribute page_number
92 93 94 |
# File 'lib/arrolio/renderer/structure_tree_builder.rb', line 92 def page_number @page_number end |
#text ⇒ Object
Returns the value of attribute text
92 93 94 |
# File 'lib/arrolio/renderer/structure_tree_builder.rb', line 92 def text @text end |
#type ⇒ Object
Returns the value of attribute type
92 93 94 |
# File 'lib/arrolio/renderer/structure_tree_builder.rb', line 92 def type @type end |