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(java.lang.String styleNameValue)
          Create child element number:text-style.
 NumberTextStyleElement OfficeAutomaticStylesElement.newNumberTextStyleElement(java.lang.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(java.lang.String name)
          Returns the OdfNumberTextStyle element with the given name.
 NumberTextStyleElement OdfOfficeAutomaticStyles.getTextStyle(java.lang.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
 java.lang.Iterable<NumberTextStyleElement> OdfOfficeStyles.getTextStyles()
          Returns an iterator for all OdfNumberTextStyle elements.
 java.lang.Iterable<NumberTextStyleElement> OdfOfficeAutomaticStyles.getTextStyles()
          Returns an iterator for all NumberTextStyleElement elements.
 



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