Skip to content
Google Code Exporter edited this page Mar 18, 2015 · 1 revision

Ln

fpdf.ln(h='')

Description

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

Parameters

h:

The height of the break. By default, the value equals the height of the last printed cell.

See also

Cell.

Clone this wiki locally