Method: Prawn::Table::Cell#padding
- Defined in:
- lib/prawn/table/cell.rb
#padding ⇒ Object
Amount of dead space (in PDF points) inside the borders but outside the content. Padding defaults to 5pt.
57 58 59 |
# File 'lib/prawn/table/cell.rb', line 57 def padding @padding end |