| 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(DrawFillImageElement ele)
A method to visit "draw:fill-image" elements
|
| Modifier and Type | Method and Description |
|---|---|
DrawFillImageElement |
OfficeStylesElement.newDrawFillImageElement(String drawNameValue,
String xlinkHrefValue,
String xlinkTypeValue)
Create child element draw:fill-image.
|
| Modifier and Type | Method and Description |
|---|---|
DrawFillImageElement |
OdfOfficeStyles.getFillImage(String name)
Returns the
DrawFillImageElement element with the given name. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<DrawFillImageElement> |
OdfOfficeStyles.getFillImages()
Returns an iterator for all
DrawFillImageElement elements. |
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.