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

Packages that use OdfSectionElement
org.odftoolkit.odfdom.doc.element.text   
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 OdfSectionElement in org.odftoolkit.odfdom.doc.element.text
 

Subclasses of OdfSectionElement in org.odftoolkit.odfdom.doc.element.text
 class OdfSection
           
 

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

Methods in org.odftoolkit.odfdom.dom.element.draw that return OdfSectionElement
 OdfSectionElement OdfTextBoxElement.createSectionElement(OdfSectionDisplayType display, String condition, String name)
          Create child element text:section.
 OdfSectionElement OdfTextBoxElement.createSectionElement(String name, OdfSectionDisplayType display)
          Create child element text:section.
 

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

Methods in org.odftoolkit.odfdom.dom.element.office that return OdfSectionElement
 OdfSectionElement OdfTextElement.createSectionElement(OdfSectionDisplayType display, String condition, String name)
          Create child element text:section.
 OdfSectionElement OdfTextElement.createSectionElement(String name, OdfSectionDisplayType display)
          Create child element text:section.
 

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

Methods in org.odftoolkit.odfdom.dom.element.style that return OdfSectionElement
 OdfSectionElement OdfHeaderElement.createSectionElement(OdfSectionDisplayType display, String condition, String name)
          Create child element text:section.
 OdfSectionElement OdfFooterLeftElement.createSectionElement(OdfSectionDisplayType display, String condition, String name)
          Create child element text:section.
 OdfSectionElement OdfHeaderLeftElement.createSectionElement(OdfSectionDisplayType display, String condition, String name)
          Create child element text:section.
 OdfSectionElement OdfFooterElement.createSectionElement(OdfSectionDisplayType display, String condition, String name)
          Create child element text:section.
 OdfSectionElement OdfHeaderElement.createSectionElement(String name, OdfSectionDisplayType display)
          Create child element text:section.
 OdfSectionElement OdfFooterLeftElement.createSectionElement(String name, OdfSectionDisplayType display)
          Create child element text:section.
 OdfSectionElement OdfHeaderLeftElement.createSectionElement(String name, OdfSectionDisplayType display)
          Create child element text:section.
 OdfSectionElement OdfFooterElement.createSectionElement(String name, OdfSectionDisplayType display)
          Create child element text:section.
 

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

Methods in org.odftoolkit.odfdom.dom.element.table that return OdfSectionElement
 OdfSectionElement OdfCoveredTableCellElement.createSectionElement(OdfSectionDisplayType display, String condition, String name)
          Create child element text:section.
 OdfSectionElement OdfTableCellElement.createSectionElement(OdfSectionDisplayType display, String condition, String name)
          Create child element text:section.
 OdfSectionElement OdfCoveredTableCellElement.createSectionElement(String name, OdfSectionDisplayType display)
          Create child element text:section.
 OdfSectionElement OdfTableCellElement.createSectionElement(String name, OdfSectionDisplayType display)
          Create child element text:section.
 

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

Methods in org.odftoolkit.odfdom.dom.element.text that return OdfSectionElement
 OdfSectionElement OdfSectionElement.createSectionElement(OdfSectionDisplayType display, String condition, String name)
          Create child element text:section.
 OdfSectionElement OdfNoteBodyElement.createSectionElement(OdfSectionDisplayType display, String condition, String name)
          Create child element text:section.
 OdfSectionElement OdfIndexTitleElement.createSectionElement(OdfSectionDisplayType display, String condition, String name)
          Create child element text:section.
 OdfSectionElement OdfDeletionElement.createSectionElement(OdfSectionDisplayType display, String condition, String name)
          Create child element text:section.
 OdfSectionElement OdfIndexBodyElement.createSectionElement(OdfSectionDisplayType display, String condition, String name)
          Create child element text:section.
 OdfSectionElement OdfSectionElement.createSectionElement(String name, OdfSectionDisplayType display)
          Create child element text:section.
 OdfSectionElement OdfNoteBodyElement.createSectionElement(String name, OdfSectionDisplayType display)
          Create child element text:section.
 OdfSectionElement OdfIndexTitleElement.createSectionElement(String name, OdfSectionDisplayType display)
          Create child element text:section.
 OdfSectionElement OdfDeletionElement.createSectionElement(String name, OdfSectionDisplayType display)
          Create child element text:section.
 OdfSectionElement OdfIndexBodyElement.createSectionElement(String name, OdfSectionDisplayType display)
          Create child element text:section.
 



Copyright © 2009. All Rights Reserved.