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

Packages that use TextSectionElement
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 TextSectionElement in org.odftoolkit.odfdom.dom
 

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

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

Methods in org.odftoolkit.odfdom.dom.element.draw that return TextSectionElement
 TextSectionElement DrawTextBoxElement.newTextSectionElement(String textDisplayValue, String textNameValue)
          Create child element text:section.
 

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

Methods in org.odftoolkit.odfdom.dom.element.office that return TextSectionElement
 TextSectionElement OfficeTextElement.newTextSectionElement(String textDisplayValue, String textNameValue)
          Create child element text:section.
 

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

Methods in org.odftoolkit.odfdom.dom.element.style that return TextSectionElement
 TextSectionElement StyleFooterElement.newTextSectionElement(String textDisplayValue, String textNameValue)
          Create child element text:section.
 TextSectionElement StyleHeaderElement.newTextSectionElement(String textDisplayValue, String textNameValue)
          Create child element text:section.
 TextSectionElement StyleFooterLeftElement.newTextSectionElement(String textDisplayValue, String textNameValue)
          Create child element text:section.
 TextSectionElement StyleHeaderLeftElement.newTextSectionElement(String textDisplayValue, String textNameValue)
          Create child element text:section.
 

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

Methods in org.odftoolkit.odfdom.dom.element.table that return TextSectionElement
 TextSectionElement TableCoveredTableCellElement.newTextSectionElement(String textDisplayValue, String textNameValue)
          Create child element text:section.
 TextSectionElement TableTableCellElement.newTextSectionElement(String textDisplayValue, String textNameValue)
          Create child element text:section.
 

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

Methods in org.odftoolkit.odfdom.dom.element.text that return TextSectionElement
 TextSectionElement TextDeletionElement.newTextSectionElement(String textDisplayValue, String textNameValue)
          Create child element text:section.
 TextSectionElement TextSectionElement.newTextSectionElement(String textDisplayValue, String textNameValue)
          Create child element text:section.
 TextSectionElement TextIndexTitleElement.newTextSectionElement(String textDisplayValue, String textNameValue)
          Create child element text:section.
 TextSectionElement TextNoteBodyElement.newTextSectionElement(String textDisplayValue, String textNameValue)
          Create child element text:section.
 TextSectionElement TextIndexBodyElement.newTextSectionElement(String textDisplayValue, String textNameValue)
          Create child element text:section.
 



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