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 |
---|---|
protected int |
CommentShape.addStandardOptions(HSSFShape shape,
EscherOptRecord opt)
Deprecated.
Sets standard escher options for a comment.
|
protected int |
AbstractShape.addStandardOptions(HSSFShape shape,
EscherOptRecord opt)
Deprecated.
Add standard properties to the opt record.
|
static AbstractShape |
AbstractShape.createShape(HSSFShape hssfShape,
int shapeId)
Deprecated.
Create a new shape object used to create the escher records.
|
Modifier and Type | Class and Description |
---|---|
class |
HSSFChartShape
Represents a escher chart.
|
class |
HSSFCombo |
class |
HSSFCombobox |
class |
HSSFComment
Represents a cell comment - a sticky note associated with a cell.
|
class |
HSSFObjectData
Represents binary object (i.e.
|
class |
HSSFPicture
Represents a escher picture.
|
class |
HSSFPolygon |
class |
HSSFShapeGroup
A shape group may contain other shapes.
|
class |
HSSFSimpleShape
Represents a simple shape such as a line, rectangle or oval.
|
class |
HSSFTextbox
A textbox is a shape that may hold a rich text string.
|
Modifier and Type | Method and Description |
---|---|
protected HSSFShape |
HSSFTextbox.cloneShape() |
protected HSSFShape |
HSSFSimpleShape.cloneShape() |
protected HSSFShape |
HSSFShapeGroup.cloneShape() |
protected abstract HSSFShape |
HSSFShape.cloneShape() |
protected HSSFShape |
HSSFPicture.cloneShape() |
protected HSSFShape |
HSSFObjectData.cloneShape() |
protected HSSFShape |
HSSFComment.cloneShape() |
protected HSSFShape |
HSSFShapeGroup.cloneShape(HSSFPatriarch patriarch) |
HSSFShape |
HSSFShape.getParent()
Gets the parent shape.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<HSSFShape> |
HSSFShapeGroup.getChildren()
Return all children contained by this shape.
|
java.util.List<HSSFShape> |
HSSFShapeContainer.getChildren() |
java.util.List<HSSFShape> |
HSSFPatriarch.getChildren()
Returns a unmodifiable list of all shapes contained by the patriarch.
|
java.util.Iterator<HSSFShape> |
HSSFShapeGroup.iterator() |
java.util.Iterator<HSSFShape> |
HSSFPatriarch.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
HSSFShapeGroup.addShape(HSSFShape shape) |
void |
HSSFShapeContainer.addShape(HSSFShape shape)
add shape to the list of child records
|
void |
HSSFPatriarch.addShape(HSSFShape shape)
add a shape to this drawing
|
EscherContainerRecord |
HSSFPatriarchHelper.getContainer(HSSFShape shape) |
boolean |
HSSFShapeGroup.removeShape(HSSFShape shape) |
boolean |
HSSFShapeContainer.removeShape(HSSFShape shape)
remove first level shapes
|
boolean |
HSSFPatriarch.removeShape(HSSFShape shape) |
protected void |
HSSFShape.setParent(HSSFShape parent) |
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.