Uses of Class
loci.poi.hssf.record.NoteRecord
-
Packages that use NoteRecord Package Description loci.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.loci.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model -
-
Uses of NoteRecord in loci.poi.hssf.model
Methods in loci.poi.hssf.model that return NoteRecord Modifier and Type Method Description NoteRecord
CommentShape. getNoteRecord()
Return theNoteRecord
holding the comment attributes -
Uses of NoteRecord in loci.poi.hssf.usermodel
Constructors in loci.poi.hssf.usermodel with parameters of type NoteRecord Constructor Description HSSFComment(NoteRecord note, TextObjectRecord txo)
-