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

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

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

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

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



Copyright © 2009. All Rights Reserved.