Uses of Class
org.odftoolkit.odfdom.doc.number.OdfNumberPercentageStyle

Packages that use OdfNumberPercentageStyle
org.odftoolkit.odfdom.doc.office   
 

Uses of OdfNumberPercentageStyle in org.odftoolkit.odfdom.doc.office
 

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

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



Copyright © 2008-2010 ODF Toolkit Project. All Rights Reserved.