Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawFillImageElement
Packages that use DrawFillImageElement
Package
Description
-
Uses of DrawFillImageElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DrawFillImageElementModifier and TypeMethodDescriptionvoid
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 DrawFillImageElementModifier and TypeMethodDescriptionOfficeStylesElement.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 DrawFillImageElementModifier and TypeMethodDescriptionOdfOfficeStyles.getFillImage
(String name) Returns theDrawFillImageElement
element with the given name.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 DrawFillImageElementModifier and TypeMethodDescriptionOdfOfficeStyles.getFillImages()
Returns an iterator for allDrawFillImageElement
elements.