TCPDF::setCellPaddings( $left = '', $top = '', $right = '', $bottom = '' )
Set the internal Cell paddings.
Description Description
See also See also
- getCellPaddings(),: SetCellPadding()
Parameters Parameters
- $left
-
(Optional) (float) left padding
Default value: ''
- $top
-
(Optional) (float) top padding
Default value: ''
- $right
-
(Optional) (float) right padding
Default value: ''
- $bottom
-
(Optional) (float) bottom padding
Default value: ''
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
5.9.000 | Introduced. |