public interface BlockEntity extends FlowType
The following features are supported:
RichtextPackage.getBlockEntity()
Modifier and Type | Method and Description |
---|---|
AlignmentEnum |
getAlignment()
Returns the value of the 'Alignment' attribute.
|
java.lang.String |
getClazz()
Returns the value of the 'Clazz' attribute.
|
java.lang.String |
getStyle()
Returns the value of the 'Style' attribute.
|
boolean |
isSetAlignment()
Returns whether the value of the '
Alignment ' attribute is set. |
boolean |
isSetClazz()
Returns whether the value of the '
Clazz ' attribute is set. |
void |
setAlignment(AlignmentEnum value)
Sets the value of the '
Alignment ' attribute. |
void |
setClazz(java.lang.String value)
Sets the value of the '
Clazz ' attribute. |
void |
setStyle(java.lang.String value)
Sets the value of the '
Style ' attribute. |
void |
unsetAlignment()
Unsets the value of the '
Alignment ' attribute. |
void |
unsetClazz()
Unsets the value of the '
Clazz ' attribute. |
charAt, getBody, getContainingBlock, getDisplayName, getFollowingLeafNode, getId, getParent, getPrecedingLeafNode, getText, getTextLength, isEmpty, isSplittable, mapToModel, setId, size, split, translateToAbsolute
AlignmentEnum getAlignment()
"left"
.
The literals are from the enumeration AlignmentEnum
.
If the meaning of the 'Alignment' attribute isn't clear, there really should be more of a description here...
AlignmentEnum
,
isSetAlignment()
,
unsetAlignment()
,
setAlignment(AlignmentEnum)
,
RichtextPackage.getBlockEntity_Alignment()
void setAlignment(AlignmentEnum value)
Alignment
' attribute.
value
- the new value of the 'Alignment' attribute.AlignmentEnum
,
isSetAlignment()
,
unsetAlignment()
,
getAlignment()
void unsetAlignment()
Alignment
' attribute.
boolean isSetAlignment()
Alignment
' attribute is set.
unsetAlignment()
,
getAlignment()
,
setAlignment(AlignmentEnum)
java.lang.String getStyle()
If the meaning of the 'Style' attribute isn't clear, there really should be more of a description here...
setStyle(String)
,
RichtextPackage.getBlockEntity_Style()
void setStyle(java.lang.String value)
Style
' attribute.
value
- the new value of the 'Style' attribute.getStyle()
java.lang.String getClazz()
""
.
If the meaning of the 'Clazz' attribute isn't clear, there really should be more of a description here...
isSetClazz()
,
unsetClazz()
,
setClazz(String)
,
RichtextPackage.getBlockEntity_Clazz()
void setClazz(java.lang.String value)
Clazz
' attribute.
value
- the new value of the 'Clazz' attribute.isSetClazz()
,
unsetClazz()
,
getClazz()
void unsetClazz()
Clazz
' attribute.
isSetClazz()
,
getClazz()
,
setClazz(String)
boolean isSetClazz()
Clazz
' attribute is set.
unsetClazz()
,
getClazz()
,
setClazz(String)