public interface HorizontalLine extends FlowLeaf
The following features are supported:
RichtextPackage.getHorizontalLine()
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Returns the value of the 'Height' attribute.
|
int |
getWidth()
Returns the value of the 'Width' attribute.
|
boolean |
isSetHeight()
Returns whether the value of the '
Height ' attribute is set. |
boolean |
isSetWidth()
Returns whether the value of the '
Width ' attribute is set. |
void |
setHeight(int value)
Sets the value of the '
Height ' attribute. |
void |
setWidth(int value)
Sets the value of the '
Width ' attribute. |
void |
unsetHeight()
Unsets the value of the '
Height ' attribute. |
void |
unsetWidth()
Unsets the value of the '
Width ' attribute. |
charAt, getBody, getContainingBlock, getDisplayName, getFollowingLeafNode, getId, getParent, getPrecedingLeafNode, getText, getTextLength, isEmpty, isSplittable, mapToModel, setId, size, split, translateToAbsolute
int getHeight()
If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
isSetHeight()
,
unsetHeight()
,
setHeight(int)
,
RichtextPackage.getHorizontalLine_Height()
void setHeight(int value)
Height
' attribute.
value
- the new value of the 'Height' attribute.isSetHeight()
,
unsetHeight()
,
getHeight()
void unsetHeight()
Height
' attribute.
isSetHeight()
,
getHeight()
,
setHeight(int)
boolean isSetHeight()
Height
' attribute is set.
unsetHeight()
,
getHeight()
,
setHeight(int)
int getWidth()
If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...
isSetWidth()
,
unsetWidth()
,
setWidth(int)
,
RichtextPackage.getHorizontalLine_Width()
void setWidth(int value)
Width
' attribute.
value
- the new value of the 'Width' attribute.isSetWidth()
,
unsetWidth()
,
getWidth()
void unsetWidth()
Width
' attribute.
isSetWidth()
,
getWidth()
,
setWidth(int)
boolean isSetWidth()
Width
' attribute is set.
unsetWidth()
,
getWidth()
,
setWidth(int)