Package | Description |
---|---|
io.keikai.model |
Keikai Spreadsheet Internal Book Model classes.
|
io.keikai.model.impl |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
SPictureData |
SBook.addPictureData(SPicture.Format format,
byte[] data)
Add
SPictureData into this book |
SPictureData |
SPicture.getPictureData()
Returns the SPictureData
|
SPictureData |
SBook.getPictureData(int index)
Get
SPictureData of the specified index from this book; null if not exist |
Modifier and Type | Method and Description |
---|---|
Collection<SPictureData> |
SBook.getPicturesDatas()
Returns all
SPictureData fo this book. |
Modifier and Type | Class and Description |
---|---|
class |
PictureDataImpl |
Modifier and Type | Method and Description |
---|---|
SPictureData |
BookImpl.addPictureData(SPicture.Format format,
byte[] data) |
SPictureData |
PictureImpl.getPictureData() |
SPictureData |
BookImpl.getPictureData(int index) |
Modifier and Type | Method and Description |
---|---|
Collection<SPictureData> |
BookImpl.getPicturesDatas() |
Copyright © 2020. All rights reserved.