Package | Description |
---|---|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.xssf.usermodel | |
org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
HSSFChartShape
Represents a escher chart.
|
Modifier and Type | Method and Description |
---|---|
void |
HSSFPatriarch.deleteChart(ZssChartX chartX) |
void |
HSSFPatriarch.moveChart(ZssChartX chart,
ClientAnchor anchor) |
Modifier and Type | Method and Description |
---|---|
void |
Drawing.deleteChart(ZssChartX chartX)
Remove an existing chart
|
void |
Drawing.moveChart(ZssChartX chart,
ClientAnchor anchor) |
Modifier and Type | Class and Description |
---|---|
class |
XSSFChartX |
Modifier and Type | Method and Description |
---|---|
void |
XSSFDrawing.deleteChart(ZssChartX chartX) |
void |
XSSFDrawing.moveChart(ZssChartX chartX,
ClientAnchor anchor) |
Modifier and Type | Method and Description |
---|---|
protected void |
ExcelXlsxImporter.importChart(java.util.List<ZssChartX> poiCharts,
Sheet poiSheet,
SSheet sheet)
Not import X & Y axis title because
XSSFCategoryAxis doesn't provide API to get title. |
protected void |
ExcelXlsImporter.importChart(java.util.List<ZssChartX> poiCharts,
Sheet poiSheet,
SSheet sheet) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.