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

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

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

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

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



Copyright © 2009. All Rights Reserved.