| Package | Description |
|---|---|
| org.odftoolkit.odfdom.dom | |
| org.odftoolkit.odfdom.dom.element.office | |
| org.odftoolkit.odfdom.incubator.doc.office |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultElementVisitor.visit(NumberTextStyleElement ele)
A method to visit "number:text-style" elements
|
| Modifier and Type | Method and Description |
|---|---|
NumberTextStyleElement |
OfficeStylesElement.newNumberTextStyleElement(String styleNameValue)
Create child element number:text-style.
|
NumberTextStyleElement |
OfficeAutomaticStylesElement.newNumberTextStyleElement(String styleNameValue)
Create child element number:text-style.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<NumberTextStyleElement> |
OdfOfficeStyles.getTextStyles()
Returns an iterator for all
OdfNumberTextStyle elements. |
Iterable<NumberTextStyleElement> |
OdfOfficeAutomaticStyles.getTextStyles()
Returns an iterator for all
NumberTextStyleElement elements. |
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.