Uses of Class
org.apache.poi.hssf.record.NoteRecord
-
Packages that use NoteRecord 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 -
-
Uses of NoteRecord in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return NoteRecord Modifier and Type Method Description NoteRecord[]
InternalSheet. 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 NoteRecord Modifier and Type Field Description static NoteRecord[]
NoteRecord. EMPTY_ARRAY
Methods in org.apache.poi.hssf.record that return NoteRecord Modifier and Type Method Description NoteRecord
NoteRecord. copy()
NoteRecord
EscherAggregate. getNoteRecordByObj(ObjRecord obj)
Methods in org.apache.poi.hssf.record that return types with arguments of type NoteRecord Modifier and Type Method Description Map<Integer,NoteRecord>
EscherAggregate. getTailRecords()
Methods in org.apache.poi.hssf.record with parameters of type NoteRecord Modifier and Type Method Description void
EscherAggregate. addTailRecord(NoteRecord note)
Add tail record to existing mapvoid
EscherAggregate. removeTailRecord(NoteRecord note)
Remove tail record from the existing mapConstructors in org.apache.poi.hssf.record with parameters of type NoteRecord Constructor Description NoteRecord(NoteRecord other)
-
Uses of NoteRecord in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return NoteRecord Modifier and Type Method Description protected NoteRecord
HSSFComment. getNoteRecord()
Returns the underlying Note recordConstructors in org.apache.poi.hssf.usermodel with parameters of type NoteRecord Constructor Description HSSFComment(EscherContainerRecord spContainer, ObjRecord objRecord, TextObjectRecord textObjectRecord, NoteRecord note)
HSSFComment(NoteRecord note, TextObjectRecord txo)
-