Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextSequenceElement
-
Packages that use TextSequenceElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text -
-
Uses of TextSequenceElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextSequenceElement Modifier and Type Method Description void
DefaultElementVisitor. visit(TextSequenceElement ele)
A method to visit "text:sequence" elements -
Uses of TextSequenceElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextSequenceElement Modifier and Type Method Description TextSequenceElement
TextAElement. newTextSequenceElement(String styleNumFormatValue, String textNameValue)
Create child element <text:sequence>.TextSequenceElement
TextHElement. newTextSequenceElement(String styleNumFormatValue, String textNameValue)
Create child element <text:sequence>.TextSequenceElement
TextMetaElement. newTextSequenceElement(String styleNumFormatValue, String textNameValue)
Create child element <text:sequence>.TextSequenceElement
TextMetaFieldElement. newTextSequenceElement(String styleNumFormatValue, String textNameValue)
Create child element <text:sequence>.TextSequenceElement
TextPElement. newTextSequenceElement(String styleNumFormatValue, String textNameValue)
Create child element <text:sequence>.TextSequenceElement
TextRubyBaseElement. newTextSequenceElement(String styleNumFormatValue, String textNameValue)
Create child element <text:sequence>.TextSequenceElement
TextSpanElement. newTextSequenceElement(String styleNumFormatValue, String textNameValue)
Create child element <text:sequence>.
-