Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawFillImageElement

Packages that use DrawFillImageElement
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
 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
 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
 DrawFillImageElement OdfOfficeStyles.getFillImage(String name)
          Returns the DrawFillImageElement element with the given name.
 

Methods in org.odftoolkit.odfdom.incubator.doc.office that return types with arguments of type DrawFillImageElement
 Iterable<DrawFillImageElement> OdfOfficeStyles.getFillImages()
          Returns an iterator for all DrawFillImageElement elements.
 



Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.