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(DrawGradientElement ele)
A method to visit "draw:gradient" elements
|
Modifier and Type | Method and Description |
---|---|
DrawGradientElement |
OfficeStylesElement.newDrawGradientElement(String drawStyleValue)
Create child element draw:gradient.
|
Modifier and Type | Method and Description |
---|---|
DrawGradientElement |
OdfOfficeStyles.getGradient(String name)
Returns the
DrawGradientElement element with the given name. |
Modifier and Type | Method and Description |
---|---|
Iterable<DrawGradientElement> |
OdfOfficeStyles.getGradients()
Returns an iterator for all
DrawGradientElement elements. |
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.