public interface TextRun extends FlowLeaf
The following features are supported:
RichtextPackage.getTextRun()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText()
Returns the value of the 'Text' attribute.
|
void |
insertText(java.lang.String someText,
int offset) |
java.lang.String |
overwriteText(java.lang.String someText,
int offset) |
java.lang.String |
removeRange(int offset,
int length) |
void |
setText(java.lang.String value)
Sets the value of the '
Text ' attribute. |
charAt, getBody, getContainingBlock, getDisplayName, getFollowingLeafNode, getId, getParent, getPrecedingLeafNode, getText, getTextLength, isEmpty, isSplittable, mapToModel, setId, size, split, translateToAbsolute
java.lang.String getText()
If the meaning of the 'Text' attribute isn't clear, there really should be more of a description here...
getText
in interface FlowLeaf
setText(String)
,
RichtextPackage.getTextRun_Text()
void setText(java.lang.String value)
Text
' attribute.
value
- the new value of the 'Text' attribute.getText()
void insertText(java.lang.String someText, int offset)
java.lang.String overwriteText(java.lang.String someText, int offset)
java.lang.String removeRange(int offset, int length)