|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoteRecord | |
---|---|
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 |
Uses of NoteRecord in org.apache.poi.hssf.model |
---|
Methods in org.apache.poi.hssf.model that return NoteRecord | |
---|---|
NoteRecord |
CommentShape.getNoteRecord()
Return the NoteRecord holding the comment attributes |
NoteRecord[] |
InternalSheet.getNoteRecords()
Get the NoteRecord s (related to cell comments) for this sheet |
Uses of NoteRecord in org.apache.poi.hssf.record |
---|
Fields in org.apache.poi.hssf.record declared as NoteRecord | |
---|---|
static NoteRecord[] |
NoteRecord.EMPTY_ARRAY
|
Uses of NoteRecord in org.apache.poi.hssf.usermodel |
---|
Methods in org.apache.poi.hssf.usermodel that return NoteRecord | |
---|---|
protected NoteRecord |
HSSFComment.getNoteRecord()
Returns the underlying Note record |
Constructors in org.apache.poi.hssf.usermodel with parameters of type NoteRecord | |
---|---|
HSSFComment(NoteRecord note,
TextObjectRecord txo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |