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

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

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

Methods in org.odftoolkit.odfdom.incubator.doc.office that return OdfNumberStyle
 OdfNumberStyle OdfOfficeStyles.getNumberStyle(String name)
          Returns the OdfNumberNumberStyle element with the given name.
 OdfNumberStyle OdfOfficeAutomaticStyles.getNumberStyle(String name)
          Returns the OdfNumberNumberStyle element with the given name.
 

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



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