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 |
---|---|
HSSFPatriarch |
HSSFSheet.createDrawingPatriarch()
Creates the top-level drawing patriarch.
|
HSSFPatriarch |
HSSFSheet.getDrawingPatriarch()
This will hold any graphics or charts for the sheet.
|
HSSFPatriarch |
HSSFPatriarchHelper.getPatriarch() |
HSSFPatriarch |
HSSFShape.getPatriarch() |
Modifier and Type | Method and Description |
---|---|
protected void |
HSSFTextbox.afterRemove(HSSFPatriarch patriarch) |
protected void |
HSSFSimpleShape.afterRemove(HSSFPatriarch patriarch) |
protected void |
HSSFShapeGroup.afterRemove(HSSFPatriarch patriarch) |
protected abstract void |
HSSFShape.afterRemove(HSSFPatriarch patriarch)
remove escher container from the patriarch.escherAggregate
remove obj, textObj and note records if it's necessary
in case of ShapeGroup remove all contained shapes
|
protected void |
HSSFPolygon.afterRemove(HSSFPatriarch patriarch) |
protected void |
HSSFObjectData.afterRemove(HSSFPatriarch patriarch) |
void |
HSSFComment.afterRemove(HSSFPatriarch patriarch) |
protected HSSFShape |
HSSFShapeGroup.cloneShape(HSSFPatriarch patriarch) |
protected void |
HSSFShape.setPatriarch(HSSFPatriarch _patriarch) |
Constructor and Description |
---|
HSSFPatriarchHelper(HSSFPatriarch patriarch) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.