|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Image | |
---|---|
org.odftoolkit.simple.common.navigation | Provide classes to operate the content and style of the selected text content. |
org.odftoolkit.simple.draw | Provide high level methods to manipulate draw frame and text box. |
org.odftoolkit.simple.table | Provide convenient methods to manipulate table in ODF text and spreadsheet document. |
Uses of Image in org.odftoolkit.simple.common.navigation |
---|
Methods in org.odftoolkit.simple.common.navigation that return Image | |
---|---|
Image |
TextSelection.replaceWith(Image newImage)
Replace the text content of selection with a new Image. |
Image |
TextSelection.replaceWith(URI imageUri)
Replace the text content of selection with a new Image. |
Image |
ImageSelection.replaceWithImage(Image image)
Replace the content with a Image |
Image |
ImageSelection.replaceWithImage(URI imageUri)
Replace the content with a Image |
Methods in org.odftoolkit.simple.common.navigation with parameters of type Image | |
---|---|
Image |
TextSelection.replaceWith(Image newImage)
Replace the text content of selection with a new Image. |
Image |
ImageSelection.replaceWithImage(Image image)
Replace the content with a Image |
Uses of Image in org.odftoolkit.simple.draw |
---|
Methods in org.odftoolkit.simple.draw that return Image | |
---|---|
static Image |
Image.getInstanceof(DrawImageElement imageElement)
Get a image instance by an instance of DrawImageElement . |
static Image |
Image.newImage(FrameContainer container,
URI uri)
Create an image and append it at the end of a container element. |
static Image |
Image.newImage(Frame frame,
URI uri)
Create an image and add it to a frame. |
Image |
Frame.setImage(URI uri)
Add a image to the frame after all the contents get removed. |
Methods in org.odftoolkit.simple.draw that return types with arguments of type Image | |
---|---|
static Iterator<Image> |
Image.imageIterator(FrameContainer container)
Return an iterator of image. |
Uses of Image in org.odftoolkit.simple.table |
---|
Methods in org.odftoolkit.simple.table that return Image | |
---|---|
Image |
Cell.getImage()
Get the image from the specified cell. |
Image |
Cell.setImage(URI imageUri)
Insert an Image from the specified uri to cell. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |