Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextAlphabeticalIndexSourceElement
-
Packages that use TextAlphabeticalIndexSourceElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text -
-
Uses of TextAlphabeticalIndexSourceElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextAlphabeticalIndexSourceElement Modifier and Type Method Description void
DefaultElementVisitor. visit(TextAlphabeticalIndexSourceElement ele)
A method to visit "text:alphabetical-index-source" elements -
Uses of TextAlphabeticalIndexSourceElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextAlphabeticalIndexSourceElement Modifier and Type Method Description TextAlphabeticalIndexSourceElement
TextAlphabeticalIndexElement. newTextAlphabeticalIndexSourceElement()
Create child element <text:alphabetical-index-source>.
-