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(DrawHatchElement ele)
A method to visit "draw:hatch" elements
|
Modifier and Type | Method and Description |
---|---|
DrawHatchElement |
OfficeStylesElement.newDrawHatchElement(String drawNameValue,
String drawStyleValue)
Create child element draw:hatch.
|
Modifier and Type | Method and Description |
---|---|
DrawHatchElement |
OdfOfficeStyles.getHatch(String name)
Returns the
DrawHatchElement element with the given name. |
Modifier and Type | Method and Description |
---|---|
Iterable<DrawHatchElement> |
OdfOfficeStyles.getHatches()
Returns an iterator for all
DrawHatchElement elements. |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.