Package | Description |
---|---|
io.keikai.api |
Keikai Spreadsheet API classes.
|
io.keikai.api.impl |
Keikai Spreadsheet API implementation classes, internal use only
|
io.keikai.api.model |
Keikai Spreadsheet Model API classes.
|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
Modifier and Type | Method and Description |
---|---|
static Picture |
SheetOperationUtil.addPicture(Range range,
org.zkoss.image.AImage image)
Add picture to the range
|
static Picture |
SheetOperationUtil.addPicture(Range range,
byte[] binary,
Picture.Format format,
int widthPx,
int heightPx)
Add picture to the range
|
static Picture |
SheetOperationUtil.addPicture(Range range,
SheetAnchor anchor,
byte[] binary,
Picture.Format format)
Add picture to the range
|
Picture |
Range.addPicture(SheetAnchor anchor,
byte[] image,
Picture.Format format)
Adds picture to sheet
|
Modifier and Type | Method and Description |
---|---|
void |
Range.deletePicture(Picture picture)
Deletes picture that in sheet
|
static void |
SheetOperationUtil.deletePicture(Range range,
Picture picture)
Delete a picture
|
static boolean |
SheetOperationUtil.hasPicture(Range range,
Picture picture)
Determine whether the range of sheet has the picture
|
static void |
SheetOperationUtil.movePicture(Range range,
Picture picture,
int rowIndex,
int columnIndex)
Move a picture to specified row and column.
|
void |
Range.movePicture(SheetAnchor anchor,
Picture picture)
Moves picture
|
Modifier and Type | Method and Description |
---|---|
Picture |
RangeImpl.addPicture(SheetAnchor anchor,
byte[] image,
Picture.Format format) |
Modifier and Type | Method and Description |
---|---|
void |
RangeImpl.deletePicture(Picture picture) |
void |
RangeImpl.movePicture(SheetAnchor anchor,
Picture picture) |
Modifier and Type | Method and Description |
---|---|
List<Picture> |
Sheet.getPictures() |
Modifier and Type | Class and Description |
---|---|
class |
PictureImpl |
Modifier and Type | Method and Description |
---|---|
List<Picture> |
SheetImpl.getPictures() |
Copyright © 2020. All rights reserved.