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

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

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

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

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



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