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 voidDefaultElementVisitor. 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 DrawFillImageElementOfficeStylesElement. 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 DrawFillImageElementOdfOfficeStyles. getFillImage(String name)Returns theDrawFillImageElementelement with the given name.DrawFillImageElementOdfOfficeStyles. 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 allDrawFillImageElementelements.
-