public interface Body extends BlockContainer
The following features are supported:
RichtextPackage.getBody()
Modifier and Type | Method and Description |
---|---|
DocumentString |
getDocumentAsString() |
boolean |
isDebug()
Returns the value of the 'Debug' attribute.
|
boolean |
isSetDebug()
Returns whether the value of the '
Debug ' attribute is set. |
void |
setDebug(boolean value)
Sets the value of the '
Debug ' attribute. |
void |
unsetDebug()
Unsets the value of the '
Debug ' attribute. |
getChildren
acceptsChild, adaptAndAdd, adaptAndAdd, wrap
charAt, getBody, getContainingBlock, getDisplayName, getFollowingLeafNode, getId, getParent, getPrecedingLeafNode, getText, getTextLength, isEmpty, isSplittable, mapToModel, setId, size, split, translateToAbsolute
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
getAlignment, getClazz, getStyle, isSetAlignment, isSetClazz, setAlignment, setClazz, setStyle, unsetAlignment, unsetClazz
boolean isDebug()
If the meaning of the 'Debug' attribute isn't clear, there really should be more of a description here...
isSetDebug()
,
unsetDebug()
,
setDebug(boolean)
,
RichtextPackage.getBody_Debug()
void setDebug(boolean value)
Debug
' attribute.
value
- the new value of the 'Debug' attribute.isSetDebug()
,
unsetDebug()
,
isDebug()
void unsetDebug()
Debug
' attribute.
isSetDebug()
,
isDebug()
,
setDebug(boolean)
boolean isSetDebug()
Debug
' attribute is set.
unsetDebug()
,
isDebug()
,
setDebug(boolean)
DocumentString getDocumentAsString()