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

Packages that use OdfNoteClassType
org.odftoolkit.odfdom.dom.element.office   
org.odftoolkit.odfdom.dom.element.style   
org.odftoolkit.odfdom.dom.element.text   
org.odftoolkit.odfdom.dom.type.text   
 

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

Methods in org.odftoolkit.odfdom.dom.element.office with parameters of type OdfNoteClassType
 OdfNotesConfigurationElement OdfStylesElement.createNotesConfigurationElement(OdfNoteClassType noteClass)
          Create child element text:notes-configuration.
 OdfNotesConfigurationElement OdfDocumentElement.createNotesConfigurationElement(OdfNoteClassType noteClass)
          Create child element text:notes-configuration.
 OdfNotesConfigurationElement OdfDocumentStylesElement.createNotesConfigurationElement(OdfNoteClassType noteClass)
          Create child element text:notes-configuration.
 

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

Methods in org.odftoolkit.odfdom.dom.element.style with parameters of type OdfNoteClassType
 OdfNotesConfigurationElement OdfSectionPropertiesElement.createNotesConfigurationElement(OdfNoteClassType noteClass)
          Create child element text:notes-configuration.
 

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

Methods in org.odftoolkit.odfdom.dom.element.text that return OdfNoteClassType
 OdfNoteClassType OdfNoteElement.getNoteClass()
          Get value of attribute text:note-class.
 OdfNoteClassType OdfNotesConfigurationElement.getNoteClass()
          Get value of attribute text:note-class.
 OdfNoteClassType OdfNoteRefElement.getNoteClass()
          Get value of attribute text:note-class.
 

Methods in org.odftoolkit.odfdom.dom.element.text with parameters of type OdfNoteClassType
 OdfNoteElement OdfHyperlinkElement.createNoteElement(OdfNoteClassType noteClass)
          Create child element text:note.
 OdfNoteElement OdfParagraphElement.createNoteElement(OdfNoteClassType noteClass)
          Create child element text:note.
 OdfNoteElement OdfRubyBaseElement.createNoteElement(OdfNoteClassType noteClass)
          Create child element text:note.
 OdfNoteElement OdfHeadingElement.createNoteElement(OdfNoteClassType noteClass)
          Create child element text:note.
 OdfNoteElement OdfSpanElement.createNoteElement(OdfNoteClassType noteClass)
          Create child element text:note.
 OdfNoteElement OdfMetaElement.createNoteElement(OdfNoteClassType noteClass)
          Create child element text:note.
 OdfNoteElement OdfMetaFieldElement.createNoteElement(OdfNoteClassType noteClass)
          Create child element text:note.
 OdfNoteRefElement OdfHyperlinkElement.createNoteRefElement(OdfNoteClassType noteClass)
          Create child element text:note-ref.
 OdfNoteRefElement OdfParagraphElement.createNoteRefElement(OdfNoteClassType noteClass)
          Create child element text:note-ref.
 OdfNoteRefElement OdfRubyBaseElement.createNoteRefElement(OdfNoteClassType noteClass)
          Create child element text:note-ref.
 OdfNoteRefElement OdfHeadingElement.createNoteRefElement(OdfNoteClassType noteClass)
          Create child element text:note-ref.
 OdfNoteRefElement OdfSpanElement.createNoteRefElement(OdfNoteClassType noteClass)
          Create child element text:note-ref.
 OdfNoteRefElement OdfMetaElement.createNoteRefElement(OdfNoteClassType noteClass)
          Create child element text:note-ref.
 OdfNoteRefElement OdfMetaFieldElement.createNoteRefElement(OdfNoteClassType noteClass)
          Create child element text:note-ref.
 void OdfNoteElement.init(OdfNoteClassType noteClass)
          Initialization of the mandatory attributes of OdfNoteElement
 void OdfNotesConfigurationElement.init(OdfNoteClassType noteClass)
          Initialization of the mandatory attributes of OdfNotesConfigurationElement
 void OdfNoteRefElement.init(OdfNoteClassType noteClass)
          Initialization of the mandatory attributes of OdfNoteRefElement
 void OdfNoteElement.setNoteClass(OdfNoteClassType noteClass)
          Set value of attribute text:note-class.
 void OdfNotesConfigurationElement.setNoteClass(OdfNoteClassType noteClass)
          Set value of attribute text:note-class.
 void OdfNoteRefElement.setNoteClass(OdfNoteClassType noteClass)
          Set value of attribute text:note-class.
 

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

Methods in org.odftoolkit.odfdom.dom.type.text that return OdfNoteClassType
static OdfNoteClassType OdfNoteClassType.enumValueOf(String stringValue)
          String to enum, turns a String into its corresponding enum constant
static OdfNoteClassType OdfNoteClassType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfNoteClassType[] OdfNoteClassType.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 OdfNoteClassType
static String OdfNoteClassType.toString(OdfNoteClassType enumeration)
          enum to String, gets the name of this enum constant as a string.
 



Copyright © 2009. All Rights Reserved.