Package | Description |
---|---|
org.zkoss.poi.hslf.model | |
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 EscherProperty |
Shape.getEscherProperty(EscherOptRecord opt,
int propId)
Returns escher property by id.
|
static void |
Shape.setEscherProperty(EscherOptRecord opt,
short propId,
int value)
Set an escher property for this shape.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected EscherOptRecord |
HSSFShape.getOptRecord() |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.