TCPDF::addHTMLVertSpace( $hbz,  $hb,  $cell = false,  $firsttag = false,  $lasttag = false )

Add vertical spaces if needed.


Description Description


Parameters Parameters

$hbz

(Required) (string) Distance between current y and line bottom.

$hb

(Required) (string) The height of the break.

$cell

(Optional) (boolean) if true add the default left (or right if RTL) padding to each new line (default false).

Default value: false

$firsttag

(Optional) (boolean) set to true when the tag is the first.

Default value: false

$lasttag

(Optional) (boolean) set to true when the tag is the last.

Default value: false


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

User Contributed Notes User Contributed Notes

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