Uses of Class
org.apache.poi.hssf.record.NameCommentRecord
Packages that use NameCommentRecord
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
-
Uses of NameCommentRecord in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return NameCommentRecordModifier and TypeMethodDescriptionInternalWorkbook.getNameCommentRecord(NameRecord nameRecord) gets the name comment recordMethods in org.apache.poi.hssf.model with parameters of type NameCommentRecordModifier and TypeMethodDescriptionvoidInternalWorkbook.updateNameCommentRecordCache(NameCommentRecord commentRecord) If aNameCommentRecordis added or the name it references is renamed, then this will update the lookup cache for it.