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 voidDefaultElementVisitor. 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 TextSequenceElementTextAElement. newTextSequenceElement(String styleNumFormatValue, String textNameValue)Create child element <text:sequence>.TextSequenceElementTextMetaElement. newTextSequenceElement(String styleNumFormatValue, String textNameValue)Create child element <text:sequence>.TextSequenceElementTextMetaFieldElement. newTextSequenceElement(String styleNumFormatValue, String textNameValue)Create child element <text:sequence>.TextSequenceElementTextParagraphElementBase. newTextSequenceElement(String styleNumFormatValue, String textNameValue)Create child element <text:sequence>.TextSequenceElementTextRubyBaseElement. newTextSequenceElement(String styleNumFormatValue, String textNameValue)Create child element <text:sequence>.TextSequenceElementTextSpanElement. newTextSequenceElement(String styleNumFormatValue, String textNameValue)Create child element <text:sequence>.
-