Property | Type | Description | |
---|---|---|---|
$_cells | PHPRtfLite_Table_Cell[] | instances of PHPRtfLite_Table_Cell | |
$_height | float | row height | |
$_rowIndex | integer | row index in table | |
$_table | PHPRtfLite_Table |
Method | Description | |
---|---|---|
__construct ( PHPRtfLite_Table $table, integer $rowIndex, float $height = null ) | constructor | |
free ( ) | ||
getCellByIndex ( integer $columnIndex ) : PHPRtfLite_Table_Cell | Gets cell instance for the given column index | |
getHeight ( ) : float | gets row height | |
getRowIndex ( ) : integer | gets row index of row | |
setFont ( PHPRtfLite_Font $font ) | sets default font for all cells in the row | |
setHeight ( float $height ) | sets row height |
public __construct ( PHPRtfLite_Table $table, integer $rowIndex, float $height = null ) | ||
$table | PHPRtfLite_Table | |
$rowIndex | integer | |
$height | float |
public getCellByIndex ( integer $columnIndex ) : PHPRtfLite_Table_Cell | ||
$columnIndex | integer | |
return | PHPRtfLite_Table_Cell |
public setFont ( PHPRtfLite_Font $font ) | ||
$font | PHPRtfLite_Font |
protected PHPRtfLite_Table_Cell[] $_cells | ||
return | PHPRtfLite_Table_Cell[] |