sets font to empty cells of a given cell range
public setFontForCellRange ( PHPRtfLite_Font $font, integer $startRow, integer $startColumn, integer $endRow = null, integer $endColumn = null ) | ||
$font | PHPRtfLite_Font | font for empty cells. The method PHPRtfLite_Table_Cell->writeToCell() overrides it with another PHPRtfLite_Font. |
$startRow | integer | start row |
$startColumn | integer | start column |
$endRow | integer | end row, if null, then font is set only to the row range. |
$endColumn | integer | end column, if null, then font is set just to the column range. |