Package | Description |
---|---|
org.apache.poi.hslf.model | |
org.apache.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
Modifier and Type | Method | Description |
---|---|---|
EscherOptRecord |
Shape.getEscherOptRecord() |
Modifier and Type | Method | Description |
---|---|---|
static <T extends 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 | Description |
---|---|---|
protected int |
AbstractShape.addStandardOptions(HSSFShape shape,
EscherOptRecord opt) |
Deprecated.
Add standard properties to the opt record.
|
protected int |
CommentShape.addStandardOptions(HSSFShape shape,
EscherOptRecord opt) |
Deprecated.
Sets standard escher options for a comment.
|
Modifier and Type | Method | Description |
---|---|---|
protected EscherOptRecord |
HSSFShape.getOptRecord() |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.