Class: Arrolio::Renderer::StructureTreeBuilder::StructEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/arrolio/renderer/structure_tree_builder.rb

Overview

Internal structure entry record.

Instance Attribute Summary collapse

Instance Attribute Details

#altObject

Returns the value of attribute alt

Returns:

  • (Object)

    the current value of alt



92
93
94
# File 'lib/arrolio/renderer/structure_tree_builder.rb', line 92

def alt
  @alt
end

#mcidObject

Returns the value of attribute mcid

Returns:

  • (Object)

    the current value of mcid



92
93
94
# File 'lib/arrolio/renderer/structure_tree_builder.rb', line 92

def mcid
  @mcid
end

#page_numberObject

Returns the value of attribute page_number

Returns:

  • (Object)

    the current value of page_number



92
93
94
# File 'lib/arrolio/renderer/structure_tree_builder.rb', line 92

def page_number
  @page_number
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



92
93
94
# File 'lib/arrolio/renderer/structure_tree_builder.rb', line 92

def text
  @text
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



92
93
94
# File 'lib/arrolio/renderer/structure_tree_builder.rb', line 92

def type
  @type
end