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 |
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) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.