public interface TableRow extends ElementContainer
The following features are supported:
RichtextPackage.getTableRow()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHeight()
Returns the value of the 'Height' attribute.
|
java.lang.String |
getStyle() |
Table |
getTable()
Returns the table that this row is in
|
void |
setHeight(java.lang.String value)
Sets the value of the '
Height ' attribute. |
void |
setStyle(java.lang.String newStyle) |
getChildren
acceptsChild, adaptAndAdd, adaptAndAdd, wrap
charAt, getBody, getContainingBlock, getDisplayName, getFollowingLeafNode, getId, getParent, getPrecedingLeafNode, getText, getTextLength, isEmpty, isSplittable, mapToModel, setId, size, split, translateToAbsolute
java.lang.String getHeight()
If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
setHeight(String)
,
RichtextPackage.getTableRow_Height()
void setHeight(java.lang.String value)
Height
' attribute.
value
- the new value of the 'Height' attribute.getHeight()
Table getTable()
java.lang.String getStyle()
void setStyle(java.lang.String newStyle)