Uses of Class
org.apache.poi.hssf.record.NoteRecord
Packages that use NoteRecord
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
Record package contains class representations for XLS binary strutures.
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 NoteRecordModifier and TypeMethodDescriptionInternalSheet.getNoteRecords()
Get theNoteRecord
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 NoteRecordMethods in org.apache.poi.hssf.record that return NoteRecordModifier and TypeMethodDescriptionNoteRecord.clone()
EscherAggregate.getNoteRecordByObj
(ObjRecord obj) Methods in org.apache.poi.hssf.record that return types with arguments of type NoteRecordMethods in org.apache.poi.hssf.record with parameters of type NoteRecordModifier and TypeMethodDescriptionvoid
EscherAggregate.addTailRecord
(NoteRecord note) Add tail record to existing mapvoid
EscherAggregate.removeTailRecord
(NoteRecord note) Remove tail record from the existing map -
Uses of NoteRecord in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return NoteRecordModifier and TypeMethodDescriptionprotected NoteRecord
HSSFComment.getNoteRecord()
Returns the underlying Note recordConstructors in org.apache.poi.hssf.usermodel with parameters of type NoteRecordModifierConstructorDescriptionHSSFComment
(EscherContainerRecord spContainer, ObjRecord objRecord, TextObjectRecord textObjectRecord, NoteRecord note) protected
HSSFComment
(NoteRecord note, TextObjectRecord txo)