Class: HexaPDF::Layout::ListBox::ItemResult
- Inherits:
-
Struct
- Object
- Struct
- HexaPDF::Layout::ListBox::ItemResult
- Defined in:
- lib/hexapdf/layout/list_box.rb
Overview
Stores the information when fitting an item of the list box.
Instance Attribute Summary collapse
-
#box_fitter ⇒ Object
Returns the value of attribute box_fitter.
-
#height ⇒ Object
Returns the value of attribute height.
-
#marker ⇒ Object
Returns the value of attribute marker.
-
#marker_pos_x ⇒ Object
Returns the value of attribute marker_pos_x.
Instance Attribute Details
#box_fitter ⇒ Object
Returns the value of attribute box_fitter
65 66 67 |
# File 'lib/hexapdf/layout/list_box.rb', line 65 def box_fitter @box_fitter end |
#height ⇒ Object
Returns the value of attribute height
65 66 67 |
# File 'lib/hexapdf/layout/list_box.rb', line 65 def height @height end |
#marker ⇒ Object
Returns the value of attribute marker
65 66 67 |
# File 'lib/hexapdf/layout/list_box.rb', line 65 def marker @marker end |
#marker_pos_x ⇒ Object
Returns the value of attribute marker_pos_x
65 66 67 |
# File 'lib/hexapdf/layout/list_box.rb', line 65 def marker_pos_x @marker_pos_x end |