Package | Description |
---|---|
loci.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
loci.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
Modifier and Type | Method and Description |
---|---|
private ObjRecord |
TextboxShape.createObjRecord(HSSFTextbox hssfShape,
int shapeId)
Creates the low level OBJ record for this shape.
|
private EscherContainerRecord |
TextboxShape.createSpContainer(HSSFTextbox hssfShape,
int shapeId)
Generates the escher shape records for this shape.
|
private TextObjectRecord |
TextboxShape.createTextObjectRecord(HSSFTextbox hssfShape,
int shapeId)
Textboxes also have an extra TXO record associated with them that most
other shapes dont have.
|
Constructor and Description |
---|
TextboxShape(HSSFTextbox hssfShape,
int shapeId)
Creates the low evel records for an textbox.
|
Modifier and Type | Class and Description |
---|---|
class |
HSSFComment
Represents a cell comment - a sticky note associated with a cell.
|
Modifier and Type | Method and Description |
---|---|
HSSFTextbox |
HSSFShapeGroup.createTextbox(HSSFChildAnchor anchor)
Create a new textbox under this group.
|
HSSFTextbox |
HSSFPatriarch.createTextbox(HSSFClientAnchor anchor)
Constructs a textbox under the patriarch.
|
Copyright © 2015 Open Microscopy Environment