public interface TableData extends BlockContainer
The following features are supported:
RichtextPackage.getTableData()
Modifier and Type | Method and Description |
---|---|
TableData |
findNextCellInColumn()
Returns the next cell in the column of the current cell,
or null if this cell is the last cell in the column
|
TableData |
findNextCellInTable()
Returns the cell that follows the current cell, or null if this cell is the last cell
|
TableData |
findPreviousCellInColumn()
Returns the previous cell in the column of the current cell,
or null if this cell is the first cell in the column
|
TableData |
findPreviousCellInTable()
Returns the cell that precedes the current cell, or null if this cell is the first cell
|
RGBColor |
getBackgroundColor()
Returns the value of the 'Background Color' attribute.
|
TableColumn |
getColumn()
Returns the column that this cell is in
|
int |
getColumnIndex()
Returns the index of the column that this cell
is in
|
TableRow |
getRow()
Returns the row that this cell is in
|
Table |
getTable()
Returns the table that this cell is in
|
void |
setBackgroundColor(RGBColor value)
Sets the value of the '
Background Color ' attribute. |
getChildren
acceptsChild, adaptAndAdd, adaptAndAdd, wrap
charAt, getBody, getContainingBlock, getDisplayName, getFollowingLeafNode, getId, getParent, getPrecedingLeafNode, getText, getTextLength, isEmpty, isSplittable, mapToModel, setId, size, split, translateToAbsolute
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
getAlignment, getClazz, getStyle, isSetAlignment, isSetClazz, setAlignment, setClazz, setStyle, unsetAlignment, unsetClazz
RGBColor getBackgroundColor()
If the meaning of the 'Background Color' attribute isn't clear, there really should be more of a description here...
setBackgroundColor(RGBColor)
,
RichtextPackage.getTableData_BackgroundColor()
void setBackgroundColor(RGBColor value)
Background Color
' attribute.
value
- the new value of the 'Background Color' attribute.getBackgroundColor()
TableRow getRow()
Table getTable()
TableData findNextCellInTable()
TableData findPreviousCellInTable()
TableData findNextCellInColumn()
TableData findPreviousCellInColumn()
TableColumn getColumn()
int getColumnIndex()