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

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

Uses of NumberTextStyleElement in org.odftoolkit.odfdom.dom
 

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

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

Methods in org.odftoolkit.odfdom.dom.element.office that return NumberTextStyleElement
 NumberTextStyleElement OfficeAutomaticStylesElement.newNumberTextStyleElement(String styleNameValue)
          Create child element number:text-style.
 NumberTextStyleElement OfficeStylesElement.newNumberTextStyleElement(String styleNameValue)
          Create child element number:text-style.
 

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

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

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



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