Package | Description |
---|---|
org.apache.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
Modifier and Type | Method and Description |
---|---|
ObjRecord |
ObjRecord.clone()
Deprecated.
|
ObjRecord |
ObjRecord.copy() |
Modifier and Type | Method and Description |
---|---|
NoteRecord |
EscherAggregate.getNoteRecordByObj(ObjRecord obj) |
Constructor and Description |
---|
ObjRecord(ObjRecord other) |
Modifier and Type | Method and Description |
---|---|
protected ObjRecord |
HSSFShapeGroup.createObjRecord() |
protected ObjRecord |
HSSFCombobox.createObjRecord() |
protected ObjRecord |
HSSFSimpleShape.createObjRecord() |
protected ObjRecord |
HSSFComment.createObjRecord() |
protected ObjRecord |
HSSFPolygon.createObjRecord()
Creates the low level OBJ record for this shape.
|
protected abstract ObjRecord |
HSSFShape.createObjRecord() |
protected ObjRecord |
HSSFObjectData.createObjRecord() |
protected ObjRecord |
HSSFTextbox.createObjRecord() |
protected ObjRecord |
HSSFShape.getObjRecord() |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.