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.Format |
SheetOperationUtil.getPictureFormat(org.zkoss.image.AImage image)
Gets the picture format
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
Picture |
RangeImpl.addPicture(SheetAnchor anchor,
byte[] image,
Picture.Format format) |
Modifier and Type | Method and Description |
---|---|
static Picture.Format |
Picture.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Picture.Format[] |
Picture.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SPicture.Format |
EnumUtil.toPictureFormat(Picture.Format format) |
Copyright © 2020. All rights reserved.