Uses of Class
org.odftoolkit.odfdom.incubator.doc.draw.OdfDrawImage

Packages that use OdfDrawImage
org.odftoolkit.odfdom.incubator.doc.draw   
 

Uses of OdfDrawImage in org.odftoolkit.odfdom.incubator.doc.draw
 

Methods in org.odftoolkit.odfdom.incubator.doc.draw that return types with arguments of type OdfDrawImage
static List<OdfDrawImage> OdfDrawImage.getImageByPath(OdfSchemaDocument doc, String imagePath)
          Deprecated. The method returns the specific one or more images by image path since the image may be inserted to the document several times.
static List<OdfDrawImage> OdfDrawImage.getImages(OdfSchemaDocument doc)
          Deprecated. The method return the image list in the image container.
 

Methods in org.odftoolkit.odfdom.incubator.doc.draw with parameters of type OdfDrawImage
static void OdfDrawImage.deleteImage(OdfSchemaDocument doc, OdfDrawImage image)
          Deprecated. The method deletes the specified image from image container.
 



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