Uses of Class
org.odftoolkit.odfdom.dom.element.number.NumberTextStyleElement
-
Packages that use NumberTextStyleElement Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description NumberTextStyleElement
OdfOfficeAutomaticStyles. newNumberTextStyleElement(String styleNameValue)
Create child element <number:text-style>.NumberTextStyleElement
OdfOfficeStyles. newNumberTextStyleElement(String styleNameValue)
Create child element <number:text-style>.Methods in org.odftoolkit.odfdom.incubator.doc.office that return types with arguments of type NumberTextStyleElement Modifier and Type Method Description Iterable<NumberTextStyleElement>
OdfStylesBase. getTextStyles()
-