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

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

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

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

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



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