| 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(NumberBooleanStyleElement ele)
A method to visit "number:boolean-style" elements
|
| Modifier and Type | Method and Description |
|---|---|
NumberBooleanStyleElement |
OfficeStylesElement.newNumberBooleanStyleElement(String styleNameValue)
Create child element number:boolean-style.
|
NumberBooleanStyleElement |
OfficeAutomaticStylesElement.newNumberBooleanStyleElement(String styleNameValue)
Create child element number:boolean-style.
|
| Modifier and Type | Method and Description |
|---|---|
NumberBooleanStyleElement |
OdfOfficeStyles.getBooleanStyle(String name)
Returns the
NumberBooleanStyleElement element with the given name. |
NumberBooleanStyleElement |
OdfOfficeAutomaticStyles.getBooleanStyle(String name)
Returns the
NumberBooleanStyleElement element with the given name. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<NumberBooleanStyleElement> |
OdfOfficeStyles.getBooleanStyles()
Returns an iterator for all
NumberBooleanStyleElement elements. |
Iterable<NumberBooleanStyleElement> |
OdfOfficeAutomaticStyles.getBooleanStyles()
Returns an iterator for all
OdfNumberBooleanStyle elements. |
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.