Method: RBPDF#SetCellPadding

Defined in:
lib/rbpdf.rb

#SetCellPadding(pad) ⇒ Object Also known as: set_cell_padding

Set the internal Cell padding.

@param float :pad

internal padding.

@access public
@since 2.1.000 (2008-01-09)
@see

Cell(), SetLeftMargin(), SetTopMargin(), SetAutoPageBreak(), SetMargins()



1346
1347
1348
# File 'lib/rbpdf.rb', line 1346

def SetCellPadding(pad)
  @c_margin = pad
end