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

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

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

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

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



Copyright © 2009. All Rights Reserved.