Method: Prawn::Document::ColumnBox#left_side
- Defined in:
- lib/prawn/document/column_box.rb
#left_side ⇒ Number
x coordinate of the left edge of the current column.
102 103 104 |
# File 'lib/prawn/document/column_box.rb', line 102 def left_side absolute_left + (width_of_column * @current_column) end |