Uses of Class
org.odftoolkit.odfdom.dom.type.text.OdfSectionDisplayType

Packages that use OdfSectionDisplayType
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   
org.odftoolkit.odfdom.dom.type.text   
 

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

Methods in org.odftoolkit.odfdom.dom.element.draw with parameters of type OdfSectionDisplayType
 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 OdfSectionDisplayType in org.odftoolkit.odfdom.dom.element.office
 

Methods in org.odftoolkit.odfdom.dom.element.office with parameters of type OdfSectionDisplayType
 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 OdfSectionDisplayType in org.odftoolkit.odfdom.dom.element.style
 

Methods in org.odftoolkit.odfdom.dom.element.style with parameters of type OdfSectionDisplayType
 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 OdfSectionDisplayType in org.odftoolkit.odfdom.dom.element.table
 

Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfSectionDisplayType
 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 OdfSectionDisplayType in org.odftoolkit.odfdom.dom.element.text
 

Methods in org.odftoolkit.odfdom.dom.element.text that return OdfSectionDisplayType
 OdfSectionDisplayType OdfSectionElement.getDisplay()
          Get value of attribute text:display.
 

Methods in org.odftoolkit.odfdom.dom.element.text with parameters of type OdfSectionDisplayType
 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.
 void OdfSectionElement.init(String name, OdfSectionDisplayType display, String condition)
          Initialization of the mandatory attributes of OdfSectionElement
 void OdfSectionElement.setDisplay(OdfSectionDisplayType display)
          Set value of attribute text:display.
 

Uses of OdfSectionDisplayType in org.odftoolkit.odfdom.dom.type.text
 

Methods in org.odftoolkit.odfdom.dom.type.text that return OdfSectionDisplayType
static OdfSectionDisplayType OdfSectionDisplayType.enumValueOf(String stringValue)
          String to enum, turns a String into its corresponding enum constant
static OdfSectionDisplayType OdfSectionDisplayType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfSectionDisplayType[] OdfSectionDisplayType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.odfdom.dom.type.text with parameters of type OdfSectionDisplayType
static String OdfSectionDisplayType.toString(OdfSectionDisplayType enumeration)
          enum to String, gets the name of this enum constant as a string.
 



Copyright © 2009. All Rights Reserved.