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
|
Modifier and Type | Method and Description |
---|---|
HSSFChartShape |
HSSFShapeGroup.createChart(HSSFChildAnchor anchor,
HSSFChart chart) |
HSSFShapeGroup |
HSSFShapeGroup.createGroup(HSSFChildAnchor anchor)
Create another group under this group.
|
HSSFPicture |
HSSFShapeGroup.createPicture(HSSFChildAnchor anchor,
int pictureIndex)
Creates a picture.
|
HSSFPolygon |
HSSFShapeGroup.createPolygon(HSSFChildAnchor anchor)
Creates a polygon
|
HSSFSimpleShape |
HSSFShapeGroup.createShape(HSSFChildAnchor anchor)
Create a new simple shape under this group.
|
HSSFTextbox |
HSSFShapeGroup.createTextbox(HSSFChildAnchor anchor)
Create a new textbox under this group.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.