TCPDF::Ln( $h = '',  $cell = false )

Performs a line break.


Description Description

The current abscissa goes back to the left margin and the ordinate increases by the amount passed in parameter.

See also See also


Top ↑

Parameters Parameters

$h

(Optional) (float) The height of the break. By default, the value equals the height of the last printed cell.

Default value: ''

$cell

(Optional) (boolean) if true add the current left (or right o for RTL) padding to the X coordinate

Default value: false


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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