Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextIndexSourceStyleElement
-
Packages that use TextIndexSourceStyleElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text -
-
Uses of TextIndexSourceStyleElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextIndexSourceStyleElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextIndexSourceStyleElement ele)A method to visit "text:index-source-style" elements -
Uses of TextIndexSourceStyleElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextIndexSourceStyleElement Modifier and Type Method Description TextIndexSourceStyleElementTextIndexSourceStylesElement. newTextIndexSourceStyleElement(String textStyleNameValue)Create child element <text:index-source-style>.
-