MultiCell

MultiCell(float w, float h, string txt [, mixed border [, string align [, boolean fill]]])

Description

This method allows printing text with line breaks. These can be automatic (as soon as the text reaches the right border of the cell) or explicit (via the \n character). As many cells as necessary are output, one below the other.

The text can be aligned, centered or justified. The block of cells can be framed and the background painted.

Parameters

See also

SetFont, SetDrawColor, SetFillColor, SetTextColor, SetLineWidth, Cell, Write, SetAutoPageBreak