TCPDF::setCellPaddings( $left = '',  $top = '',  $right = '',  $bottom = '' )

Set the internal Cell paddings.


Description Description

See also See also


Top ↑

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: ''


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
5.9.000 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.