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

setLocation(TableCellLocation $location)

No description

getLocation()

No description

setRowSpan($rowSpan)

No description

int
getRowSpan()

No description

setTableCellProperties(TableCellProperties $tableCellProperties)

No description

setText(TextContent $text)

No description

getText()

No description

Details

setColumnSpan($columnSpan)

No description

Parameters

$columnSpan

int getColumnSpan()

No description

Return Value

int

setLocation(TableCellLocation $location)

No description

Parameters

TableCellLocation $location

TableCellLocation getLocation()

No description

Return Value

TableCellLocation

setRowSpan($rowSpan)

No description

Parameters

$rowSpan

int getRowSpan()

No description

Return Value

int

setTableCellProperties(TableCellProperties $tableCellProperties)

No description

Parameters

TableCellProperties $tableCellProperties

TableCellProperties getTableCellProperties()

No description

Return Value

TableCellProperties

setText(TextContent $text)

No description

Parameters

TextContent $text

TextContent getText()

No description

Return Value

TextContent