| 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 |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
| Modifier and Type | Method and Description |
|---|---|
NoteRecord[] |
InternalSheet.getNoteRecords()
Get the
NoteRecords (related to cell comments) for this sheet |
| Modifier and Type | Field and Description |
|---|---|
static NoteRecord[] |
NoteRecord.EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
NoteRecord |
NoteRecord.copy() |
NoteRecord |
EscherAggregate.getNoteRecordByObj(ObjRecord obj) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Integer,NoteRecord> |
EscherAggregate.getTailRecords() |
| Modifier and Type | Method and Description |
|---|---|
void |
EscherAggregate.addTailRecord(NoteRecord note)
Add tail record to existing map
|
void |
EscherAggregate.removeTailRecord(NoteRecord note)
Remove tail record from the existing map
|
| Constructor and Description |
|---|
NoteRecord(NoteRecord other) |
| Modifier and Type | Method and Description |
|---|---|
protected NoteRecord |
HSSFComment.getNoteRecord()
Returns the underlying Note record
|
| Constructor and Description |
|---|
HSSFComment(EscherContainerRecord spContainer,
ObjRecord objRecord,
TextObjectRecord textObjectRecord,
NoteRecord note) |
HSSFComment(NoteRecord note,
TextObjectRecord txo) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.