Uses of Class
org.odftoolkit.odfdom.doc.element.number.OdfDateStyle

Packages that use OdfDateStyle
org.odftoolkit.odfdom.doc.element.office   
 

Uses of OdfDateStyle in org.odftoolkit.odfdom.doc.element.office
 

Methods in org.odftoolkit.odfdom.doc.element.office that return OdfDateStyle
 OdfDateStyle OdfAutomaticStyles.getDateStyle(String name)
          Returns the OdfDateStyle element with the given name.
 OdfDateStyle OdfStyles.getDateStyle(String name)
          Returns the OdfDateStyle element with the given name.
 

Methods in org.odftoolkit.odfdom.doc.element.office that return types with arguments of type OdfDateStyle
 Iterable<OdfDateStyle> OdfAutomaticStyles.getDateStyles()
          Returns an iterator for all OdfDateStyle elements.
 Iterable<OdfDateStyle> OdfStyles.getDateStyles()
          Returns an iterator for all OdfDateStyle elements.
 



Copyright © 2009. All Rights Reserved.