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 |
OdfOfficeAutomaticStyles.getBooleanStyle(String name)
Returns the
NumberBooleanStyleElement element with the given name. |
NumberBooleanStyleElement |
OdfOfficeStyles.getBooleanStyle(String name)
Returns the
NumberBooleanStyleElement element with the given name. |
Modifier and Type | Method and Description |
---|---|
Iterable<NumberBooleanStyleElement> |
OdfOfficeAutomaticStyles.getBooleanStyles()
Returns an iterator for all
OdfNumberBooleanStyle elements. |
Iterable<NumberBooleanStyleElement> |
OdfOfficeStyles.getBooleanStyles()
Returns an iterator for all
NumberBooleanStyleElement elements. |
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.