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 |
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. |
Modifier and Type | Method and Description |
---|---|
Iterable<NumberTextStyleElement> |
OdfOfficeAutomaticStyles.getTextStyles()
Returns an iterator for all
NumberTextStyleElement elements. |
Iterable<NumberTextStyleElement> |
OdfOfficeStyles.getTextStyles()
Returns an iterator for all
OdfNumberTextStyle elements. |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.