Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextObjectIndexElement
-
-
Uses of TextObjectIndexElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextObjectIndexElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextObjectIndexElement ele)A method to visit "text:object-index" elements -
Uses of TextObjectIndexElement in org.odftoolkit.odfdom.dom.element.draw
Methods in org.odftoolkit.odfdom.dom.element.draw that return TextObjectIndexElement Modifier and Type Method Description TextObjectIndexElementDrawTextBoxElement. newTextObjectIndexElement(String textNameValue)Create child element <text:object-index>. -
Uses of TextObjectIndexElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return TextObjectIndexElement Modifier and Type Method Description TextObjectIndexElementOfficeTextElement. newTextObjectIndexElement(String textNameValue)Create child element <text:object-index>. -
Uses of TextObjectIndexElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return TextObjectIndexElement Modifier and Type Method Description TextObjectIndexElementStyleFooterElement. newTextObjectIndexElement(String textNameValue)Create child element <text:object-index>.TextObjectIndexElementStyleFooterLeftElement. newTextObjectIndexElement(String textNameValue)Create child element <text:object-index>.TextObjectIndexElementStyleHeaderElement. newTextObjectIndexElement(String textNameValue)Create child element <text:object-index>.TextObjectIndexElementStyleHeaderLeftElement. newTextObjectIndexElement(String textNameValue)Create child element <text:object-index>. -
Uses of TextObjectIndexElement in org.odftoolkit.odfdom.dom.element.table
Methods in org.odftoolkit.odfdom.dom.element.table that return TextObjectIndexElement Modifier and Type Method Description TextObjectIndexElementTableCoveredTableCellElement. newTextObjectIndexElement(String textNameValue)Create child element <text:object-index>.TextObjectIndexElementTableTableCellElement. newTextObjectIndexElement(String textNameValue)Create child element <text:object-index>. -
Uses of TextObjectIndexElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextObjectIndexElement Modifier and Type Method Description TextObjectIndexElementTextDeletionElement. newTextObjectIndexElement(String textNameValue)Create child element <text:object-index>.TextObjectIndexElementTextIndexBodyElement. newTextObjectIndexElement(String textNameValue)Create child element <text:object-index>.TextObjectIndexElementTextIndexTitleElement. newTextObjectIndexElement(String textNameValue)Create child element <text:object-index>.TextObjectIndexElementTextNoteBodyElement. newTextObjectIndexElement(String textNameValue)Create child element <text:object-index>.TextObjectIndexElementTextSectionElement. newTextObjectIndexElement(String textNameValue)Create child element <text:object-index>.
-