After the call, the current position moves to the right or to the next line. If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting. IMPORTANT The HTML must be well formatted try to clean up it using an application like HTML Tidy before submitting. Supported tags are a, b, blockquote, br, dd, del, div, dl, dt, em, font, h. NOTE all the HTML attributes must be enclosed in double quote. Parametersw. Cell width. If 0, the cell extends up to the right margin. Cell minimum height. The cell extends automatically if needed. X coordinateyupper left corner Y coordinatehtmlhtml text to print. Default value empty string. Indicates if borders must be drawn around the cell. The value can be a number 0 no border default1 frameor a string containing some or all of the following characters in any order L left. T top. R right. B bottomor an array of line styles for each border group for example arrayLTRB arraywidth 2, cap butt, join miter, dash 0, color array0, 0, 0ln. Indicates where the current position should go after the call. Possible values are 0 to the right or left for RTL language1 to the beginning of the next line. Putting 1 is equivalent to putting 0 and calling Ln just after. Default value 0. fill. Indicates if the cell background must be painted true or transparent false. Allows to center or align the text. Possible values are L left align. C center. R right align empty string left for LTR or right for RTLautopaddingif true, uses internal padding and automatically adjust it to account for line width.