Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static Iterator<Image> |
Image.imageIterator(FrameContainer container)
Return an iterator of image.
|
Modifier and Type | Method and Description |
---|---|
Image |
Cell.getImage()
Get the image from the specified cell.
|
Image |
Cell.setImage(URI imageUri)
Insert an Image from the specified uri to cell.
|
Copyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.