adds row
public addRow ( float $height = null ) : PHPRtfLite_Table_Row | ||
$height | float | row height. When 0, the height is sufficient for all the text in the line; when positive, the height is guaranteed to be at least the specified height; when negative, the absolute value of the height is used, regardless of the height of the text in the line. |
return | PHPRtfLite_Table_Row |