Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextIndexTitleElement
-
Packages that use TextIndexTitleElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.style org.odftoolkit.odfdom.dom.element.text -
-
Uses of TextIndexTitleElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextIndexTitleElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextIndexTitleElement ele)A method to visit "text:index-title" elements -
Uses of TextIndexTitleElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return TextIndexTitleElement Modifier and Type Method Description TextIndexTitleElementStyleFooterElement. newTextIndexTitleElement(String textNameValue)Create child element <text:index-title>.TextIndexTitleElementStyleFooterLeftElement. newTextIndexTitleElement(String textNameValue)Create child element <text:index-title>.TextIndexTitleElementStyleHeaderElement. newTextIndexTitleElement(String textNameValue)Create child element <text:index-title>.TextIndexTitleElementStyleHeaderLeftElement. newTextIndexTitleElement(String textNameValue)Create child element <text:index-title>. -
Uses of TextIndexTitleElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextIndexTitleElement Modifier and Type Method Description TextIndexTitleElementTextIndexBodyElement. newTextIndexTitleElement(String textNameValue)Create child element <text:index-title>.TextIndexTitleElementTextIndexTitleElement. newTextIndexTitleElement(String textNameValue)Create child element <text:index-title>.
-