public interface TableColumn extends FlowType
The following features are supported:
RichtextPackage.getTableColumn()
Modifier and Type | Method and Description |
---|---|
int |
getColumnIndex()
returns the column index of this column
|
double |
getPercentageWidth()
If the column is percentage based, returns the columns width as a double
|
Table |
getTable()
Returns the table that this column is in
|
java.lang.String |
getWidth()
Returns the value of the 'Width' attribute.
|
boolean |
isPercentageBased()
Returns true if the column's width is a percentage
|
void |
setWidth(java.lang.String value)
Sets the value of the '
Width ' attribute. |
charAt, getBody, getContainingBlock, getDisplayName, getFollowingLeafNode, getId, getParent, getPrecedingLeafNode, getText, getTextLength, isEmpty, isSplittable, mapToModel, setId, size, split, translateToAbsolute
java.lang.String getWidth()
If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...
setWidth(String)
,
RichtextPackage.getTableColumn_Width()
void setWidth(java.lang.String value)
Width
' attribute.
value
- the new value of the 'Width' attribute.getWidth()
boolean isPercentageBased()
double getPercentageWidth()
int getColumnIndex()
Table getTable()