class TableRow extends Collection (View source)

Properties

protected $collection_key
protected $rowHeightType
protected $rowHeightDataType
protected $tableCellsType
protected $tableCellsDataType
protected $tableRowPropertiesType
protected $tableRowPropertiesDataType

Methods

setRowHeight(Dimension $rowHeight)

No description

getRowHeight()

No description

setTableCells($tableCells)

No description

getTableCells()

No description

setTableRowProperties(TableRowProperties $tableRowProperties)

No description

Details

setRowHeight(Dimension $rowHeight)

No description

Parameters

Dimension $rowHeight

Dimension getRowHeight()

No description

Return Value

Dimension

setTableCells($tableCells)

No description

Parameters

$tableCells

TableCell[] getTableCells()

No description

Return Value

TableCell[]

setTableRowProperties(TableRowProperties $tableRowProperties)

No description

Parameters

TableRowProperties $tableRowProperties

TableRowProperties getTableRowProperties()

No description

Return Value

TableRowProperties