Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawFillImageElement
-
Packages that use DrawFillImageElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.office org.odftoolkit.odfdom.incubator.doc.office -
-
Uses of DrawFillImageElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DrawFillImageElement Modifier and Type Method Description void
DefaultElementVisitor. visit(DrawFillImageElement ele)
A method to visit "draw:fill-image" elements -
Uses of DrawFillImageElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return DrawFillImageElement Modifier and Type Method Description DrawFillImageElement
OfficeStylesElement. newDrawFillImageElement(String drawNameValue, String xlinkHrefValue, String xlinkTypeValue)
Create child element <draw:fill-image>. -
Uses of DrawFillImageElement in org.odftoolkit.odfdom.incubator.doc.office
Methods in org.odftoolkit.odfdom.incubator.doc.office that return DrawFillImageElement Modifier and Type Method Description DrawFillImageElement
OdfOfficeStyles. getFillImage(String name)
Returns theDrawFillImageElement
element with the given name.DrawFillImageElement
OdfOfficeStyles. newDrawFillImageElement(String drawNameValue, String xlinkHrefValue, String xlinkTypeValue)
Create child element <draw:fill-image>.Methods in org.odftoolkit.odfdom.incubator.doc.office that return types with arguments of type DrawFillImageElement Modifier and Type Method Description Iterable<DrawFillImageElement>
OdfOfficeStyles. getFillImages()
Returns an iterator for allDrawFillImageElement
elements.
-