Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextSElement
Packages that use TextSElement
Package
Description
-
Uses of TextSElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextSElementModifier and TypeMethodDescriptionvoidDefaultElementVisitor.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 TextSElementModifier and TypeMethodDescriptionTextAElement.newTextSElement()Create child element <text:s>.TextMetaElement.newTextSElement()Create child element <text:s>.TextMetaFieldElement.newTextSElement()Create child element <text:s>.TextParagraphElementBase.newTextSElement()Create child element <text:s>.TextRubyBaseElement.newTextSElement()Create child element <text:s>.TextSpanElement.newTextSElement()Create child element <text:s>.TextSElement.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