public interface DocumentRoot
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RichtextPackage.getDocumentRoot()
Modifier and Type | Method and Description |
---|---|
Anchor |
getA()
Returns the value of the 'A' containment reference.
|
Bold |
getB()
Returns the value of the 'B' containment reference.
|
BlockQuote |
getBlockquote()
Returns the value of the 'Blockquote' containment reference.
|
Body |
getBody()
Returns the value of the 'Body' containment reference.
|
LineBreak |
getBr()
Returns the value of the 'Br' containment reference.
|
TableColumn |
getCol()
Returns the value of the 'Col' containment reference.
|
StrikeThrough |
getDel()
Returns the value of the 'Del' containment reference.
|
FlowType |
getFlowElement()
Returns the value of the 'Flow Element' containment reference.
|
Heading1 |
getH1()
Returns the value of the 'H1' containment reference.
|
Heading2 |
getH2()
Returns the value of the 'H2' containment reference.
|
Heading3 |
getH3()
Returns the value of the 'H3' containment reference.
|
Heading4 |
getH4()
Returns the value of the 'H4' containment reference.
|
Heading5 |
getH5()
Returns the value of the 'H5' containment reference.
|
Heading6 |
getH6()
Returns the value of the 'H6' containment reference.
|
HorizontalLine |
getHr()
Returns the value of the 'Hr' containment reference.
|
Root |
getHtml()
Returns the value of the 'Html' containment reference.
|
Italics |
getI()
Returns the value of the 'I' containment reference.
|
ImageType |
getImg()
Returns the value of the 'Img' containment reference.
|
ListItem |
getLi()
Returns the value of the 'Li' containment reference.
|
Link |
getLink()
Returns the value of the 'Link' containment reference.
|
org.eclipse.emf.ecore.util.FeatureMap |
getMixed()
Returns the value of the 'Mixed' attribute list.
|
OrderedList |
getOl()
Returns the value of the 'Ol' containment reference.
|
Paragraph |
getP()
Returns the value of the 'P' containment reference.
|
Span |
getSpan()
Returns the value of the 'Span' containment reference.
|
org.eclipse.emf.common.util.EList<Style> |
getStyles()
Returns the value of the 'Styles' containment reference list.
|
Subscript |
getSub()
Returns the value of the 'Sub' containment reference.
|
Superscript |
getSup()
Returns the value of the 'Sup' containment reference.
|
Table |
getTable()
Returns the value of the 'Table' containment reference.
|
TableData |
getTd()
Returns the value of the 'Td' containment reference.
|
TableRow |
getTr()
Returns the value of the 'Tr' containment reference.
|
Underline |
getU()
Returns the value of the 'U' containment reference.
|
UnorderedList |
getUl()
Returns the value of the 'Ul' containment reference.
|
org.eclipse.emf.common.util.EMap<java.lang.String,java.lang.String> |
getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map.
|
org.eclipse.emf.common.util.EMap<java.lang.String,java.lang.String> |
getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map.
|
void |
setA(Anchor value)
Sets the value of the '
A ' containment reference. |
void |
setB(Bold value)
Sets the value of the '
B ' containment reference. |
void |
setBlockquote(BlockQuote value)
Sets the value of the '
Blockquote ' containment reference. |
void |
setBody(Body value)
Sets the value of the '
Body ' containment reference. |
void |
setBr(LineBreak value)
Sets the value of the '
Br ' containment reference. |
void |
setCol(TableColumn value)
Sets the value of the '
Col ' containment reference. |
void |
setDel(StrikeThrough value)
Sets the value of the '
Del ' containment reference. |
void |
setFlowElement(FlowType value)
Sets the value of the '
Flow Element ' containment reference. |
void |
setH1(Heading1 value)
Sets the value of the '
H1 ' containment reference. |
void |
setH2(Heading2 value)
Sets the value of the '
H2 ' containment reference. |
void |
setH3(Heading3 value)
Sets the value of the '
H3 ' containment reference. |
void |
setH4(Heading4 value)
Sets the value of the '
H4 ' containment reference. |
void |
setH5(Heading5 value)
Sets the value of the '
H5 ' containment reference. |
void |
setH6(Heading6 value)
Sets the value of the '
H6 ' containment reference. |
void |
setHr(HorizontalLine value)
Sets the value of the '
Hr ' containment reference. |
void |
setHtml(Root value)
Sets the value of the '
Html ' containment reference. |
void |
setI(Italics value)
Sets the value of the '
I ' containment reference. |
void |
setImg(ImageType value)
Sets the value of the '
Img ' containment reference. |
void |
setLi(ListItem value)
Sets the value of the '
Li ' containment reference. |
void |
setLink(Link value)
Sets the value of the '
Link ' containment reference. |
void |
setOl(OrderedList value)
Sets the value of the '
Ol ' containment reference. |
void |
setP(Paragraph value)
Sets the value of the '
P ' containment reference. |
void |
setSpan(Span value)
Sets the value of the '
Span ' containment reference. |
void |
setSub(Subscript value)
Sets the value of the '
Sub ' containment reference. |
void |
setSup(Superscript value)
Sets the value of the '
Sup ' containment reference. |
void |
setTable(Table value)
Sets the value of the '
Table ' containment reference. |
void |
setTd(TableData value)
Sets the value of the '
Td ' containment reference. |
void |
setTr(TableRow value)
Sets the value of the '
Tr ' containment reference. |
void |
setU(Underline value)
Sets the value of the '
U ' containment reference. |
void |
setUl(UnorderedList value)
Sets the value of the '
Ul ' containment reference. |
org.eclipse.emf.ecore.util.FeatureMap getMixed()
FeatureMap.Entry
.
If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
RichtextPackage.getDocumentRoot_Mixed()
org.eclipse.emf.common.util.EMap<java.lang.String,java.lang.String> getXMLNSPrefixMap()
String
,
and the value is of type String
,
If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...
RichtextPackage.getDocumentRoot_XMLNSPrefixMap()
org.eclipse.emf.common.util.EMap<java.lang.String,java.lang.String> getXSISchemaLocation()
String
,
and the value is of type String
,
If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...
RichtextPackage.getDocumentRoot_XSISchemaLocation()
Anchor getA()
If the meaning of the 'A' containment reference isn't clear, there really should be more of a description here...
setA(Anchor)
,
RichtextPackage.getDocumentRoot_A()
void setA(Anchor value)
A
' containment reference.
value
- the new value of the 'A' containment reference.getA()
Body getBody()
If the meaning of the 'Body' containment reference isn't clear, there really should be more of a description here...
setBody(Body)
,
RichtextPackage.getDocumentRoot_Body()
void setBody(Body value)
Body
' containment reference.
value
- the new value of the 'Body' containment reference.getBody()
LineBreak getBr()
If the meaning of the 'Br' containment reference isn't clear, there really should be more of a description here...
setBr(LineBreak)
,
RichtextPackage.getDocumentRoot_Br()
void setBr(LineBreak value)
Br
' containment reference.
value
- the new value of the 'Br' containment reference.getBr()
TableColumn getCol()
If the meaning of the 'Col' containment reference isn't clear, there really should be more of a description here...
setCol(TableColumn)
,
RichtextPackage.getDocumentRoot_Col()
void setCol(TableColumn value)
Col
' containment reference.
value
- the new value of the 'Col' containment reference.getCol()
StrikeThrough getDel()
If the meaning of the 'Del' containment reference isn't clear, there really should be more of a description here...
setDel(StrikeThrough)
,
RichtextPackage.getDocumentRoot_Del()
void setDel(StrikeThrough value)
Del
' containment reference.
value
- the new value of the 'Del' containment reference.getDel()
Heading1 getH1()
If the meaning of the 'H1' containment reference isn't clear, there really should be more of a description here...
setH1(Heading1)
,
RichtextPackage.getDocumentRoot_H1()
void setH1(Heading1 value)
H1
' containment reference.
value
- the new value of the 'H1' containment reference.getH1()
Heading2 getH2()
If the meaning of the 'H2' containment reference isn't clear, there really should be more of a description here...
setH2(Heading2)
,
RichtextPackage.getDocumentRoot_H2()
void setH2(Heading2 value)
H2
' containment reference.
value
- the new value of the 'H2' containment reference.getH2()
Heading3 getH3()
If the meaning of the 'H3' containment reference isn't clear, there really should be more of a description here...
setH3(Heading3)
,
RichtextPackage.getDocumentRoot_H3()
void setH3(Heading3 value)
H3
' containment reference.
value
- the new value of the 'H3' containment reference.getH3()
Heading4 getH4()
If the meaning of the 'H4' containment reference isn't clear, there really should be more of a description here...
setH4(Heading4)
,
RichtextPackage.getDocumentRoot_H4()
void setH4(Heading4 value)
H4
' containment reference.
value
- the new value of the 'H4' containment reference.getH4()
FlowType getFlowElement()
If the meaning of the 'Flow Element' containment reference isn't clear, there really should be more of a description here...
setFlowElement(FlowType)
,
RichtextPackage.getDocumentRoot_FlowElement()
void setFlowElement(FlowType value)
Flow Element
' containment reference.
value
- the new value of the 'Flow Element' containment reference.getFlowElement()
Bold getB()
If the meaning of the 'B' containment reference isn't clear, there really should be more of a description here...
setB(Bold)
,
RichtextPackage.getDocumentRoot_B()
void setB(Bold value)
B
' containment reference.
value
- the new value of the 'B' containment reference.getB()
BlockQuote getBlockquote()
If the meaning of the 'Blockquote' containment reference isn't clear, there really should be more of a description here...
setBlockquote(BlockQuote)
,
RichtextPackage.getDocumentRoot_Blockquote()
void setBlockquote(BlockQuote value)
Blockquote
' containment reference.
value
- the new value of the 'Blockquote' containment reference.getBlockquote()
Root getHtml()
If the meaning of the 'Html' containment reference isn't clear, there really should be more of a description here...
setHtml(Root)
,
RichtextPackage.getDocumentRoot_Html()
void setHtml(Root value)
Html
' containment reference.
value
- the new value of the 'Html' containment reference.getHtml()
Italics getI()
If the meaning of the 'I' containment reference isn't clear, there really should be more of a description here...
setI(Italics)
,
RichtextPackage.getDocumentRoot_I()
void setI(Italics value)
I
' containment reference.
value
- the new value of the 'I' containment reference.getI()
ImageType getImg()
If the meaning of the 'Img' containment reference isn't clear, there really should be more of a description here...
setImg(ImageType)
,
RichtextPackage.getDocumentRoot_Img()
void setImg(ImageType value)
Img
' containment reference.
value
- the new value of the 'Img' containment reference.getImg()
ListItem getLi()
If the meaning of the 'Li' containment reference isn't clear, there really should be more of a description here...
setLi(ListItem)
,
RichtextPackage.getDocumentRoot_Li()
void setLi(ListItem value)
Li
' containment reference.
value
- the new value of the 'Li' containment reference.getLi()
Link getLink()
If the meaning of the 'Link' containment reference isn't clear, there really should be more of a description here...
setLink(Link)
,
RichtextPackage.getDocumentRoot_Link()
void setLink(Link value)
Link
' containment reference.
value
- the new value of the 'Link' containment reference.getLink()
OrderedList getOl()
If the meaning of the 'Ol' containment reference isn't clear, there really should be more of a description here...
setOl(OrderedList)
,
RichtextPackage.getDocumentRoot_Ol()
void setOl(OrderedList value)
Ol
' containment reference.
value
- the new value of the 'Ol' containment reference.getOl()
Paragraph getP()
If the meaning of the 'P' containment reference isn't clear, there really should be more of a description here...
setP(Paragraph)
,
RichtextPackage.getDocumentRoot_P()
void setP(Paragraph value)
P
' containment reference.
value
- the new value of the 'P' containment reference.getP()
Span getSpan()
If the meaning of the 'Span' containment reference isn't clear, there really should be more of a description here...
setSpan(Span)
,
RichtextPackage.getDocumentRoot_Span()
void setSpan(Span value)
Span
' containment reference.
value
- the new value of the 'Span' containment reference.getSpan()
Subscript getSub()
If the meaning of the 'Sub' containment reference isn't clear, there really should be more of a description here...
setSub(Subscript)
,
RichtextPackage.getDocumentRoot_Sub()
void setSub(Subscript value)
Sub
' containment reference.
value
- the new value of the 'Sub' containment reference.getSub()
Superscript getSup()
If the meaning of the 'Sup' containment reference isn't clear, there really should be more of a description here...
setSup(Superscript)
,
RichtextPackage.getDocumentRoot_Sup()
void setSup(Superscript value)
Sup
' containment reference.
value
- the new value of the 'Sup' containment reference.getSup()
Table getTable()
If the meaning of the 'Table' containment reference isn't clear, there really should be more of a description here...
setTable(Table)
,
RichtextPackage.getDocumentRoot_Table()
void setTable(Table value)
Table
' containment reference.
value
- the new value of the 'Table' containment reference.getTable()
TableData getTd()
If the meaning of the 'Td' containment reference isn't clear, there really should be more of a description here...
setTd(TableData)
,
RichtextPackage.getDocumentRoot_Td()
void setTd(TableData value)
Td
' containment reference.
value
- the new value of the 'Td' containment reference.getTd()
TableRow getTr()
If the meaning of the 'Tr' containment reference isn't clear, there really should be more of a description here...
setTr(TableRow)
,
RichtextPackage.getDocumentRoot_Tr()
void setTr(TableRow value)
Tr
' containment reference.
value
- the new value of the 'Tr' containment reference.getTr()
Underline getU()
If the meaning of the 'U' containment reference isn't clear, there really should be more of a description here...
setU(Underline)
,
RichtextPackage.getDocumentRoot_U()
void setU(Underline value)
U
' containment reference.
value
- the new value of the 'U' containment reference.getU()
UnorderedList getUl()
If the meaning of the 'Ul' containment reference isn't clear, there really should be more of a description here...
setUl(UnorderedList)
,
RichtextPackage.getDocumentRoot_Ul()
void setUl(UnorderedList value)
Ul
' containment reference.
value
- the new value of the 'Ul' containment reference.getUl()
org.eclipse.emf.common.util.EList<Style> getStyles()
Style
.
If the meaning of the 'Styles' containment reference list isn't clear, there really should be more of a description here...
RichtextPackage.getDocumentRoot_Styles()
Heading5 getH5()
If the meaning of the 'H5' containment reference isn't clear, there really should be more of a description here...
setH5(Heading5)
,
RichtextPackage.getDocumentRoot_H5()
void setH5(Heading5 value)
H5
' containment reference.
value
- the new value of the 'H5' containment reference.getH5()
Heading6 getH6()
If the meaning of the 'H6' containment reference isn't clear, there really should be more of a description here...
setH6(Heading6)
,
RichtextPackage.getDocumentRoot_H6()
void setH6(Heading6 value)
H6
' containment reference.
value
- the new value of the 'H6' containment reference.getH6()
HorizontalLine getHr()
If the meaning of the 'Hr' containment reference isn't clear, there really should be more of a description here...
setHr(HorizontalLine)
,
RichtextPackage.getDocumentRoot_Hr()
void setHr(HorizontalLine value)
Hr
' containment reference.
value
- the new value of the 'Hr' containment reference.getHr()