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 |
---|---|
HSSFShapeGroup |
HSSFShapeGroup.createGroup(HSSFChildAnchor anchor)
Create another group under this group.
|
HSSFShapeGroup |
HSSFPatriarch.createGroup(HSSFClientAnchor anchor)
Creates a new group record stored under this patriarch.
|
Constructor and Description |
---|
EscherGraphics(HSSFShapeGroup escherGroup,
HSSFWorkbook workbook,
java.awt.Color forecolor,
float verticalPointsPerPixel)
Construct an escher graphics object.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.