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(java.lang.String name)
          Returns the OdfNumberNumberStyle element with the given name.
 OdfNumberStyle OdfOfficeAutomaticStyles.getNumberStyle(java.lang.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
 java.lang.Iterable<OdfNumberStyle> OdfOfficeStyles.getNumberStyles()
          Returns an iterator for all OdfNumberNumberStyle elements.
 java.lang.Iterable<OdfNumberStyle> OdfOfficeAutomaticStyles.getNumberStyles()
          Returns an iterator for all OdfNumberNumberStyle elements.
 



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