TableCell
class TableCell extends Model (View source)
Properties
int | $columnSpan | ||
protected | $locationType | ||
protected | $locationDataType | ||
int | $rowSpan | ||
protected | $tableCellPropertiesType | ||
protected | $tableCellPropertiesDataType | ||
protected | $textType | ||
protected | $textDataType |
Methods
setColumnSpan($columnSpan)
No description
int
getColumnSpan()
No description
getLocation()
No description
setRowSpan($rowSpan)
No description
int
getRowSpan()
No description
getTableCellProperties()
No description
getText()
No description
Details
setColumnSpan($columnSpan)
No description
int
getColumnSpan()
No description
setLocation(TableCellLocation $location)
No description
TableCellLocation
getLocation()
No description
setRowSpan($rowSpan)
No description
int
getRowSpan()
No description
setTableCellProperties(TableCellProperties $tableCellProperties)
No description
TableCellProperties
getTableCellProperties()
No description
setText(TextContent $text)
No description
TextContent
getText()
No description