class TableCell extends Collection (View source)

Properties

protected $collection_key
protected $contentType
protected $contentDataType
int $endIndex
int $startIndex
string[] $suggestedDeletionIds
string[] $suggestedInsertionIds
protected $suggestedTableCellStyleChangesType
protected $suggestedTableCellStyleChangesDataType
protected $tableCellStyleType
protected $tableCellStyleDataType

Methods

setContent($content)

No description

getContent()

No description

setEndIndex($endIndex)

No description

int
getEndIndex()

No description

setStartIndex($startIndex)

No description

int
getStartIndex()

No description

setSuggestedDeletionIds($suggestedDeletionIds)

No description

string[]
getSuggestedDeletionIds()

No description

setSuggestedInsertionIds($suggestedInsertionIds)

No description

string[]
getSuggestedInsertionIds()

No description

setSuggestedTableCellStyleChanges($suggestedTableCellStyleChanges)

No description

setTableCellStyle(TableCellStyle $tableCellStyle)

No description

Details

setContent($content)

No description

Parameters

$content

StructuralElement[] getContent()

No description

Return Value

StructuralElement[]

setEndIndex($endIndex)

No description

Parameters

$endIndex

int getEndIndex()

No description

Return Value

int

setStartIndex($startIndex)

No description

Parameters

$startIndex

int getStartIndex()

No description

Return Value

int

setSuggestedDeletionIds($suggestedDeletionIds)

No description

Parameters

$suggestedDeletionIds

string[] getSuggestedDeletionIds()

No description

Return Value

string[]

setSuggestedInsertionIds($suggestedInsertionIds)

No description

Parameters

$suggestedInsertionIds

string[] getSuggestedInsertionIds()

No description

Return Value

string[]

setSuggestedTableCellStyleChanges($suggestedTableCellStyleChanges)

No description

Parameters

$suggestedTableCellStyleChanges

SuggestedTableCellStyle[] getSuggestedTableCellStyleChanges()

No description

Return Value

SuggestedTableCellStyle[]

setTableCellStyle(TableCellStyle $tableCellStyle)

No description

Parameters

TableCellStyle $tableCellStyle

TableCellStyle getTableCellStyle()

No description

Return Value

TableCellStyle