Method: Prawn::Table::Cell#border_widths

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

#border_widthsObject (readonly)

Width, in PDF points, of the cell’s borders: [top, right, bottom, left].



122
123
124
# File 'lib/prawn/table/cell.rb', line 122

def border_widths
  @border_widths
end