|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfDrawImage | |
|---|---|
| org.odftoolkit.odfdom.doc.draw | |
| Uses of OdfDrawImage in org.odftoolkit.odfdom.doc.draw |
|---|
| Methods in org.odftoolkit.odfdom.doc.draw that return types with arguments of type OdfDrawImage | |
|---|---|
static java.util.List<OdfDrawImage> |
OdfDrawImage.getImageByPath(OdfDocument doc,
java.lang.String imagePath)
The method returns the specific one or more images by image path since the image may be inserted to the document several times. |
static java.util.List<OdfDrawImage> |
OdfDrawImage.getImages(OdfDocument doc)
The method return the image list in the image container. |
| Methods in org.odftoolkit.odfdom.doc.draw with parameters of type OdfDrawImage | |
|---|---|
static void |
OdfDrawImage.deleteImage(OdfDocument doc,
OdfDrawImage image)
The method deletes the specified image from image container. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||