| Package | Description |
|---|---|
| org.zkoss.zss.model |
ZK Spreadsheet Internal Book Model classes.
|
| org.zkoss.zss.model.impl |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.zss.range |
ZK Spreadsheet Internal Range API classes.
|
| org.zkoss.zss.range.impl |
ZK Spreadsheet Internal Range API Implementation classes.
|
| 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 | 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) |
Copyright © 2019. All rights reserved.