Package | Description |
---|---|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
io.keikai.model |
Keikai Spreadsheet Internal Book Model classes.
|
io.keikai.model.impl |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
io.keikai.range |
Keikai Spreadsheet Internal Range API classes.
|
io.keikai.range.impl |
Keikai Spreadsheet Internal Range API Implementation classes.
|
io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
static SPicture.Format |
EnumUtil.toPictureFormat(Picture.Format format) |
Modifier and Type | Method and Description |
---|---|
SPicture.Format |
SPictureData.getFormat() |
SPicture.Format |
SPicture.getFormat() |
static SPicture.Format |
SPicture.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SPicture.Format |
SPicture.Format.valueOfFileExtension(String fileExtension)
Convert file extension to picture format
|
static SPicture.Format[] |
SPicture.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SPicture |
SSheet.addPicture(SPicture.Format format,
byte[] data,
ViewAnchor anchor)
Add a picture into this sheet with raw picture data and format.
|
SPictureData |
SBook.addPictureData(SPicture.Format format,
byte[] data)
Add
SPictureData into this book |
Modifier and Type | Method and Description |
---|---|
SPicture.Format |
PictureImpl.getFormat() |
SPicture.Format |
PictureDataImpl.getFormat() |
Modifier and Type | Method and Description |
---|---|
SPicture |
SheetImpl.addPicture(SPicture.Format format,
byte[] data,
ViewAnchor anchor) |
SPictureData |
BookImpl.addPictureData(SPicture.Format format,
byte[] data) |
Constructor and Description |
---|
PictureImpl(AbstractSheetAdv sheet,
String id,
SPicture.Format format,
byte[] data,
ViewAnchor anchor)
This constructor will create a
SPictureData internally |
Modifier and Type | Method and Description |
---|---|
SPicture |
SRange.addPicture(ViewAnchor anchor,
byte[] image,
SPicture.Format format)
Add a picture into the sheet of this Range
|
Modifier and Type | Method and Description |
---|---|
SPicture |
RangeImpl.addPicture(ViewAnchor anchor,
byte[] image,
SPicture.Format format) |
Modifier and Type | Method and Description |
---|---|
static int |
PoiEnumConversion.toPoiPictureFormat(SPicture.Format format) |
Copyright © 2020. All rights reserved.