Uses of Class
org.odftoolkit.odfdom.incubator.doc.number.OdfNumberDateStyle

Packages that use OdfNumberDateStyle
org.odftoolkit.odfdom.incubator.doc.office   
 

Uses of OdfNumberDateStyle in org.odftoolkit.odfdom.incubator.doc.office
 

Methods in org.odftoolkit.odfdom.incubator.doc.office that return OdfNumberDateStyle
 OdfNumberDateStyle OdfOfficeStyles.getDateStyle(java.lang.String name)
          Returns the OdfNumberDateStyle element with the given name.
 OdfNumberDateStyle OdfOfficeAutomaticStyles.getDateStyle(java.lang.String name)
          Returns the OdfNumberDateStyle element with the given name.
 

Methods in org.odftoolkit.odfdom.incubator.doc.office that return types with arguments of type OdfNumberDateStyle
 java.lang.Iterable<OdfNumberDateStyle> OdfOfficeStyles.getDateStyles()
          Returns an iterator for all OdfNumberDateStyle elements.
 java.lang.Iterable<OdfNumberDateStyle> OdfOfficeAutomaticStyles.getDateStyles()
          Returns an iterator for all OdfNumberDateStyle elements.
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.