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 OfficeAutomaticStylesElement.newNumberBooleanStyleElement(String styleNameValue)
          Create child element number:boolean-style.
 NumberBooleanStyleElement OfficeStylesElement.newNumberBooleanStyleElement(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 OdfOfficeAutomaticStyles.getBooleanStyle(String name)
          Returns the NumberBooleanStyleElement element with the given name.
 NumberBooleanStyleElement OdfOfficeStyles.getBooleanStyle(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
 Iterable<NumberBooleanStyleElement> OdfOfficeAutomaticStyles.getBooleanStyles()
          Returns an iterator for all OdfNumberBooleanStyle elements.
 Iterable<NumberBooleanStyleElement> OdfOfficeStyles.getBooleanStyles()
          Returns an iterator for all NumberBooleanStyleElement elements.
 



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