Package | Description |
---|---|
org.zkoss.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
org.zkoss.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
Modifier and Type | Method and 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 and Description |
---|---|
static NoteRecord[] |
NoteRecord.EMPTY_ARRAY |
Modifier and Type | Method and Description |
---|---|
NoteRecord |
EscherAggregate.getNoteRecordByObj(ObjRecord obj) |
Modifier and Type | Method and Description |
---|---|
Map<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
|
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 © 2020. All rights reserved.