Package | Description |
---|---|
org.zkoss.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
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 |
---|---|
static EscherRecord |
ConvertAnchor.createAnchor(HSSFAnchor userAnchor) |
protected EscherRecord |
AbstractShape.createAnchor(HSSFAnchor userAnchor)
Deprecated.
Creates an escher anchor record from a HSSFAnchor.
|
Modifier and Type | Class and Description |
---|---|
class |
HSSFChildAnchor |
class |
HSSFClientAnchor
A client anchor is attached to an excel worksheet.
|
Modifier and Type | Method and Description |
---|---|
static HSSFAnchor |
HSSFAnchor.createAnchorFromEscher(EscherContainerRecord container) |
HSSFAnchor |
HSSFShape.getAnchor() |
Modifier and Type | Method and Description |
---|---|
HSSFChartShape |
HSSFPatriarch.createChart(HSSFAnchor anchor,
HSSFChart chart) |
HSSFComment |
HSSFPatriarch.createComment(HSSFAnchor anchor)
Constructs a cell comment.
|
void |
HSSFShape.setAnchor(HSSFAnchor anchor)
Sets a particular anchor.
|
Constructor and Description |
---|
HSSFCombo(HSSFShape parent,
HSSFAnchor anchor) |
HSSFCombobox(HSSFShape parent,
HSSFAnchor anchor) |
HSSFComment(HSSFShape parent,
HSSFAnchor anchor)
Construct a new comment with the given parent and anchor.
|
HSSFPicture(HSSFShape parent,
HSSFAnchor anchor)
Constructs a picture object.
|
HSSFShape(HSSFShape parent,
HSSFAnchor anchor)
Create a new shape with the specified parent and anchor.
|
HSSFShapeGroup(HSSFShape parent,
HSSFAnchor anchor) |
HSSFSimpleShape(HSSFShape parent,
HSSFAnchor anchor) |
HSSFTextbox(HSSFShape parent,
HSSFAnchor anchor)
Construct a new textbox with the given parent and anchor.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.