Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextUserIndexElement

Packages that use TextUserIndexElement
org.odftoolkit.odfdom.dom   
org.odftoolkit.odfdom.dom.element.draw   
org.odftoolkit.odfdom.dom.element.office   
org.odftoolkit.odfdom.dom.element.style   
org.odftoolkit.odfdom.dom.element.table   
org.odftoolkit.odfdom.dom.element.text   
 

Uses of TextUserIndexElement in org.odftoolkit.odfdom.dom
 

Methods in org.odftoolkit.odfdom.dom with parameters of type TextUserIndexElement
 void DefaultElementVisitor.visit(TextUserIndexElement ele)
          A method to visit "text:user-index" elements
 

Uses of TextUserIndexElement in org.odftoolkit.odfdom.dom.element.draw
 

Methods in org.odftoolkit.odfdom.dom.element.draw that return TextUserIndexElement
 TextUserIndexElement DrawTextBoxElement.newTextUserIndexElement(String textNameValue)
          Create child element text:user-index.
 

Uses of TextUserIndexElement in org.odftoolkit.odfdom.dom.element.office
 

Methods in org.odftoolkit.odfdom.dom.element.office that return TextUserIndexElement
 TextUserIndexElement OfficeTextElement.newTextUserIndexElement(String textNameValue)
          Create child element text:user-index.
 

Uses of TextUserIndexElement in org.odftoolkit.odfdom.dom.element.style
 

Methods in org.odftoolkit.odfdom.dom.element.style that return TextUserIndexElement
 TextUserIndexElement StyleFooterElement.newTextUserIndexElement(String textNameValue)
          Create child element text:user-index.
 TextUserIndexElement StyleHeaderElement.newTextUserIndexElement(String textNameValue)
          Create child element text:user-index.
 TextUserIndexElement StyleFooterLeftElement.newTextUserIndexElement(String textNameValue)
          Create child element text:user-index.
 TextUserIndexElement StyleHeaderLeftElement.newTextUserIndexElement(String textNameValue)
          Create child element text:user-index.
 

Uses of TextUserIndexElement in org.odftoolkit.odfdom.dom.element.table
 

Methods in org.odftoolkit.odfdom.dom.element.table that return TextUserIndexElement
 TextUserIndexElement TableCoveredTableCellElement.newTextUserIndexElement(String textNameValue)
          Create child element text:user-index.
 TextUserIndexElement TableTableCellElement.newTextUserIndexElement(String textNameValue)
          Create child element text:user-index.
 

Uses of TextUserIndexElement in org.odftoolkit.odfdom.dom.element.text
 

Methods in org.odftoolkit.odfdom.dom.element.text that return TextUserIndexElement
 TextUserIndexElement TextDeletionElement.newTextUserIndexElement(String textNameValue)
          Create child element text:user-index.
 TextUserIndexElement TextSectionElement.newTextUserIndexElement(String textNameValue)
          Create child element text:user-index.
 TextUserIndexElement TextIndexTitleElement.newTextUserIndexElement(String textNameValue)
          Create child element text:user-index.
 TextUserIndexElement TextNoteBodyElement.newTextUserIndexElement(String textNameValue)
          Create child element text:user-index.
 TextUserIndexElement TextIndexBodyElement.newTextUserIndexElement(String textNameValue)
          Create child element text:user-index.
 



Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.