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 and Description |
---|---|
NoteRecord |
CommentShape.getNoteRecord()
Return the
NoteRecord holding the comment attributes |
NoteRecord[] |
Sheet.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 |
---|---|
protected NoteRecord |
HSSFComment.getNoteRecord()
Returns the underlying Note record
|
Constructor and Description |
---|
HSSFComment(NoteRecord note,
TextObjectRecord txo) |
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.