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

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

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

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

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



Copyright © 2009. All Rights Reserved.