Method: Prawn::Document::ColumnBox#left_side

Defined in:
lib/prawn/document/column_box.rb

#left_sideNumber

x coordinate of the left edge of the current column.

Returns:

  • (Number)


102
103
104
# File 'lib/prawn/document/column_box.rb', line 102

def left_side
  absolute_left + (width_of_column * @current_column)
end