Package | Description |
---|---|
org.odftoolkit.odfdom.incubator.doc.draw |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
OdfDrawImage.deleteImage(OdfSchemaDocument doc,
OdfDrawImage image)
Deprecated.
The method deletes the specified image from image container.
|
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.