Method: Prawn::Table::Cell#height

Defined in:
lib/prawn/table/cell.rb

#heightObject

The height of the cell in PDF points



108
109
110
# File 'lib/prawn/table/cell.rb', line 108

def height  
  @height || text_area_height + 2*@vertical_padding
end