public interface FlowType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RichtextPackage.getFlowType()
Modifier and Type | Method and Description |
---|---|
char |
charAt(int index) |
Body |
getBody() |
FlowContainer |
getContainingBlock() |
java.lang.String |
getDisplayName() |
FlowLeaf |
getFollowingLeafNode(boolean includeSelf,
boolean isCrossBlock) |
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
FlowContainer |
getParent() |
FlowLeaf |
getPrecedingLeafNode(boolean includeSelf,
boolean isCrossBlock) |
void |
getText(java.lang.StringBuilder buffer,
int start,
int end)
start index is inclusive, end index is exclusive
|
int |
getTextLength() |
boolean |
isEmpty() |
boolean |
isSplittable(FlowContainer upto) |
ModelLocation |
mapToModel(int offset,
boolean beginning) |
void |
setId(java.lang.String value)
Sets the value of the '
Id ' attribute. |
int |
size() |
FlowType |
split(int offset,
FlowContainer upto) |
int |
translateToAbsolute(int offset) |
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
RichtextPackage.getFlowType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
FlowContainer getParent()
int size()
FlowContainer getContainingBlock()
FlowLeaf getPrecedingLeafNode(boolean includeSelf, boolean isCrossBlock)
FlowLeaf getFollowingLeafNode(boolean includeSelf, boolean isCrossBlock)
boolean isSplittable(FlowContainer upto)
FlowType split(int offset, FlowContainer upto)
boolean isEmpty()
int getTextLength()
char charAt(int index)
void getText(java.lang.StringBuilder buffer, int start, int end)
ModelLocation mapToModel(int offset, boolean beginning)
int translateToAbsolute(int offset)
java.lang.String getDisplayName()
Body getBody()