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

Packages that use OdfBibliographyType
org.odftoolkit.odfdom.dom.element.text   
org.odftoolkit.odfdom.dom.type.text   
 

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

Methods in org.odftoolkit.odfdom.dom.element.text that return OdfBibliographyType
 OdfBibliographyType OdfBibliographyEntryTemplateElement.getBibliographyType()
          Get value of attribute text:bibliography-type.
 OdfBibliographyType OdfBibliographyMarkElement.getBibliographyType()
          Get value of attribute text:bibliography-type.
 

Methods in org.odftoolkit.odfdom.dom.element.text with parameters of type OdfBibliographyType
 OdfBibliographyEntryTemplateElement OdfBibliographySourceElement.createBibliographyEntryTemplateElement(OdfBibliographyType bibliographyType, OdfStyleNameRef styleName)
          Create child element text:bibliography-entry-template.
 OdfBibliographyMarkElement OdfHyperlinkElement.createBibliographyMarkElement(OdfBibliographyType bibliographyType)
          Create child element text:bibliography-mark.
 OdfBibliographyMarkElement OdfParagraphElement.createBibliographyMarkElement(OdfBibliographyType bibliographyType)
          Create child element text:bibliography-mark.
 OdfBibliographyMarkElement OdfRubyBaseElement.createBibliographyMarkElement(OdfBibliographyType bibliographyType)
          Create child element text:bibliography-mark.
 OdfBibliographyMarkElement OdfHeadingElement.createBibliographyMarkElement(OdfBibliographyType bibliographyType)
          Create child element text:bibliography-mark.
 OdfBibliographyMarkElement OdfSpanElement.createBibliographyMarkElement(OdfBibliographyType bibliographyType)
          Create child element text:bibliography-mark.
 OdfBibliographyMarkElement OdfMetaElement.createBibliographyMarkElement(OdfBibliographyType bibliographyType)
          Create child element text:bibliography-mark.
 OdfBibliographyMarkElement OdfMetaFieldElement.createBibliographyMarkElement(OdfBibliographyType bibliographyType)
          Create child element text:bibliography-mark.
 void OdfBibliographyEntryTemplateElement.init(OdfBibliographyType bibliographyType, OdfStyleNameRef styleName)
          Initialization of the mandatory attributes of OdfBibliographyEntryTemplateElement
 void OdfBibliographyMarkElement.init(OdfBibliographyType bibliographyType, String identifier, String address, String annote, String author, String booktitle, String chapter, String edition, String editor, String howpublished, String institution, String journal, String month, String note, String number, String organizations, String pages, String publisher, String school, String series, String title, String reportType, String volume, String year, String url, String custom1, String custom2, String custom3, String custom4, String custom5, String isbn, String issn)
          Initialization of the mandatory attributes of OdfBibliographyMarkElement
 void OdfBibliographyEntryTemplateElement.setBibliographyType(OdfBibliographyType bibliographyType)
          Set value of attribute text:bibliography-type.
 void OdfBibliographyMarkElement.setBibliographyType(OdfBibliographyType bibliographyType)
          Set value of attribute text:bibliography-type.
 

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

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



Copyright © 2009. All Rights Reserved.