Class: HexaPDF::Layout::ListBox::ItemResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/hexapdf/layout/list_box.rb

Overview

Stores the information when fitting an item of the list box.

Instance Attribute Summary collapse

Instance Attribute Details

#box_fitterObject

Returns the value of attribute box_fitter

Returns:

  • (Object)

    the current value of box_fitter



65
66
67
# File 'lib/hexapdf/layout/list_box.rb', line 65

def box_fitter
  @box_fitter
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



65
66
67
# File 'lib/hexapdf/layout/list_box.rb', line 65

def height
  @height
end

#markerObject

Returns the value of attribute marker

Returns:

  • (Object)

    the current value of marker



65
66
67
# File 'lib/hexapdf/layout/list_box.rb', line 65

def marker
  @marker
end

#marker_pos_xObject

Returns the value of attribute marker_pos_x

Returns:

  • (Object)

    the current value of marker_pos_x



65
66
67
# File 'lib/hexapdf/layout/list_box.rb', line 65

def marker_pos_x
  @marker_pos_x
end