Uses of Class
org.odftoolkit.odfdom.dom.element.number.NumberBooleanStyleElement

Packages that use NumberBooleanStyleElement
org.odftoolkit.odfdom.dom   
org.odftoolkit.odfdom.dom.element.office   
org.odftoolkit.odfdom.incubator.doc.office   
 

Uses of NumberBooleanStyleElement in org.odftoolkit.odfdom.dom
 

Methods in org.odftoolkit.odfdom.dom with parameters of type NumberBooleanStyleElement
 void DefaultElementVisitor.visit(NumberBooleanStyleElement ele)
          A method to visit "number:boolean-style" elements
 

Uses of NumberBooleanStyleElement in org.odftoolkit.odfdom.dom.element.office
 

Methods in org.odftoolkit.odfdom.dom.element.office that return NumberBooleanStyleElement
 NumberBooleanStyleElement OfficeStylesElement.newNumberBooleanStyleElement(java.lang.String styleNameValue)
          Create child element number:boolean-style.
 NumberBooleanStyleElement OfficeAutomaticStylesElement.newNumberBooleanStyleElement(java.lang.String styleNameValue)
          Create child element number:boolean-style.
 

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

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

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



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