Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextSElement
-
Packages that use TextSElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text org.odftoolkit.odfdom.incubator.doc.text -
-
Uses of TextSElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextSElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextSElement ele)A method to visit "text:s" elements -
Uses of TextSElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextSElement Modifier and Type Method Description TextSElementTextAElement. newTextSElement()Create child element <text:s>.TextSElementTextMetaElement. newTextSElement()Create child element <text:s>.TextSElementTextMetaFieldElement. newTextSElement()Create child element <text:s>.TextSElementTextParagraphElementBase. newTextSElement()Create child element <text:s>.TextSElementTextRubyBaseElement. newTextSElement()Create child element <text:s>.TextSElementTextSpanElement. newTextSElement()Create child element <text:s>.TextSElementTextSElement. split(int posStart)Splitting the element at the given position into two halves -
Uses of TextSElement in org.odftoolkit.odfdom.incubator.doc.text
Methods in org.odftoolkit.odfdom.incubator.doc.text with parameters of type TextSElement Modifier and Type Method Description voidOdfTextExtractor. visit(TextSElement ele)
-