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 OfficeStylesElement.newNumberTextStyleElement(String styleNameValue)
          Create child element number:text-style.
 NumberTextStyleElement OfficeAutomaticStylesElement.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 OdfOfficeStyles.getTextStyle(String name)
          Returns the OdfNumberTextStyle element with the given name.
 NumberTextStyleElement OdfOfficeAutomaticStyles.getTextStyle(String name)
          Returns the NumberTextStyleElement element with the given name.
 

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



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