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.model.impl.pdf |
The exporter that convert Keikai Spreadsheet to PDF.
|
io.keikai.range |
Keikai Spreadsheet Internal Range API classes.
|
io.keikai.range.impl |
Keikai Spreadsheet Internal Range API Implementation classes.
|
io.keikai.ui.sys |
Classes that doing system control on Keikai Spreadsheet UI Components.
|
io.keikaiex.ui.widget |
Classes used to implement extended Keikai Spreadsheet UI Component(implementation only).
|
Modifier and Type | Method and Description |
---|---|
SPicture |
PictureImpl.getNative() |
Constructor and Description |
---|
PictureImpl(ModelRef<SSheet> sheetRef,
ModelRef<SPicture> picRef) |
Modifier and Type | Method and Description |
---|---|
SPicture |
SSheet.addPicture(int index,
ViewAnchor anchor)
Add a picture into the sheet with known picture data index.
|
SPicture |
SSheet.addPicture(SPicture.Format format,
byte[] data,
ViewAnchor anchor)
Add a picture into this sheet with raw picture data and format.
|
SPicture |
SSheet.getPicture(int idx) |
SPicture |
SSheet.getPicture(String picid) |
Modifier and Type | Method and Description |
---|---|
List<SPicture> |
SSheet.getPictures() |
Modifier and Type | Method and Description |
---|---|
void |
SSheet.deletePicture(SPicture picture) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPictureAdv |
class |
PictureImpl |
Modifier and Type | Method and Description |
---|---|
SPicture |
SheetImpl.addPicture(int picDataIndex,
ViewAnchor anchor) |
SPicture |
SheetImpl.addPicture(SPicture.Format format,
byte[] data,
ViewAnchor anchor) |
SPicture |
SheetImpl.getPicture(int idx) |
SPicture |
SheetImpl.getPicture(String picid) |
Modifier and Type | Method and Description |
---|---|
List<SPicture> |
SheetImpl.getPictures() |
Modifier and Type | Method and Description |
---|---|
protected void |
SheetImpl.checkOwnership(SPicture picture) |
void |
SheetImpl.deletePicture(SPicture picture) |
Modifier and Type | Field and Description |
---|---|
protected List<SPicture> |
PdfExporter._pictures |
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 |
---|---|
void |
SRange.deletePicture(SPicture picture)
Delete an existing picture from the sheet of this Range.
|
void |
SRange.movePicture(SPicture picture,
ViewAnchor anchor)
Update picture anchor.
|
Modifier and Type | Method and Description |
---|---|
SPicture |
RangeImpl.addPicture(ViewAnchor anchor,
byte[] image,
SPicture.Format format) |
Modifier and Type | Method and Description |
---|---|
void |
RangeImpl.deletePicture(SPicture picture) |
void |
RangeImpl.movePicture(SPicture picture,
ViewAnchor anchor) |
Modifier and Type | Method and Description |
---|---|
void |
WidgetLoader.addPictureWidget(SSheet sheet,
SPicture picture) |
void |
WidgetLoader.updatePictureWidget(SSheet sheet,
SPicture picture) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultBookWidgetLoader.addPictureWidget(SSheet sheet,
SPicture picture) |
protected Widget |
DefaultBookWidgetLoader.newImageWidget(SSheet sheet,
SPicture picture,
org.zkoss.image.Image image,
String panel,
int zindex) |
protected List<Widget> |
DefaultBookWidgetLoader.newImageWidgetGroup(SSheet sheet,
SPicture picture,
int zindex) |
void |
DefaultBookWidgetLoader.updatePictureWidget(SSheet sheet,
SPicture picture) |
Constructor and Description |
---|
ImageWidget(SSheet sheet,
SPicture pic,
String panel) |
Copyright © 2020. All rights reserved.