| 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.
|
| org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
ViewAnchor |
ViewAnchor.cloneViewAnchor() |
ViewAnchor |
SChart.getAnchor() |
ViewAnchor |
SPicture.getAnchor() |
ViewAnchor |
ViewAnchor.getRightBottomAnchor(SSheet sheet) |
| Modifier and Type | Method and Description |
|---|---|
SChart |
SSheet.addChart(SChart.ChartType type,
ViewAnchor anchor) |
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.
|
void |
SChart.setAnchor(ViewAnchor anchor) |
void |
SPicture.setAnchor(ViewAnchor anchor) |
| Modifier and Type | Method and Description |
|---|---|
ViewAnchor |
PictureImpl.getAnchor() |
ViewAnchor |
ChartImpl.getAnchor() |
| Modifier and Type | Method and Description |
|---|---|
SChart |
SheetImpl.addChart(SChart.ChartType type,
ViewAnchor anchor) |
SPicture |
SheetImpl.addPicture(int picDataIndex,
ViewAnchor anchor) |
SPicture |
SheetImpl.addPicture(SPicture.Format format,
byte[] data,
ViewAnchor anchor) |
void |
PictureImpl.setAnchor(ViewAnchor anchor) |
void |
ChartImpl.setAnchor(ViewAnchor anchor) |
| Constructor and Description |
|---|
ChartImpl(AbstractSheetAdv sheet,
String id,
SChart.ChartType type,
ViewAnchor anchor) |
PictureImpl(AbstractSheetAdv sheet,
String id,
int picDataIndex,
ViewAnchor anchor)
This constructor use the existing picData in the .
|
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 |
|---|---|
SChart |
SRange.addChart(ViewAnchor anchor,
SChart.ChartType type,
SChart.ChartGrouping grouping,
SChart.ChartLegendPosition pos,
boolean isThreeD)
Add a chart into the sheet of this Range
|
SPicture |
SRange.addPicture(ViewAnchor anchor,
byte[] image,
SPicture.Format format)
Add a picture into the sheet of this Range
|
void |
SRange.moveChart(SChart chart,
ViewAnchor anchor)
Move the chart to the new anchor.
|
void |
SRange.movePicture(SPicture picture,
ViewAnchor anchor)
Update picture anchor.
|
| Modifier and Type | Method and Description |
|---|---|
SChart |
RangeImpl.addChart(ViewAnchor anchor,
SChart.ChartType type,
SChart.ChartGrouping grouping,
SChart.ChartLegendPosition pos,
boolean isThreeD) |
SPicture |
RangeImpl.addPicture(ViewAnchor anchor,
byte[] image,
SPicture.Format format) |
void |
RangeImpl.moveChart(SChart chart,
ViewAnchor anchor) |
void |
RangeImpl.movePicture(SPicture picture,
ViewAnchor anchor) |
| Modifier and Type | Method and Description |
|---|---|
protected ViewAnchor |
AbstractExcelImporter.toViewAnchor(org.zkoss.poi.ss.usermodel.Sheet poiSheet,
org.zkoss.poi.ss.usermodel.ClientAnchor clientAnchor) |
| Modifier and Type | Method and Description |
|---|---|
protected org.zkoss.poi.ss.usermodel.ClientAnchor |
ExcelXlsxExporter.toClientAnchor(ViewAnchor viewAnchor,
SSheet sheet) |
Copyright © 2019. All rights reserved.