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

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

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

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

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



Copyright © 2009. All Rights Reserved.