Package | Description |
---|---|
org.apache.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
org.apache.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
Modifier and Type | Method | Description |
---|---|---|
NoteRecord |
CommentShape.getNoteRecord() |
Deprecated.
Return the
NoteRecord holding the comment attributes |
NoteRecord[] |
InternalSheet.getNoteRecords() |
Get the
NoteRecord s (related to cell comments) for this sheet |
Modifier and Type | Field | Description |
---|---|---|
static NoteRecord[] |
NoteRecord.EMPTY_ARRAY |
Modifier and Type | Method | Description |
---|---|---|
NoteRecord |
EscherAggregate.getNoteRecordByObj(ObjRecord obj) |
Modifier and Type | Method | Description |
---|---|---|
java.util.Map<java.lang.Integer,NoteRecord> |
EscherAggregate.getTailRecords() |
Modifier and Type | Method | Description |
---|---|---|
void |
EscherAggregate.addTailRecord(NoteRecord note) |
Add tail record to existing map
|
void |
EscherAggregate.removeTailRecord(NoteRecord note) |
Remove tail record from the existing map
|
Modifier and Type | Method | Description |
---|---|---|
protected NoteRecord |
HSSFComment.getNoteRecord() |
Returns the underlying Note record
|
Constructor | Description |
---|---|
HSSFComment(EscherContainerRecord spContainer,
ObjRecord objRecord,
TextObjectRecord textObjectRecord,
NoteRecord _note) |
|
HSSFComment(NoteRecord note,
TextObjectRecord txo) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.