Uses of Class
org.apache.poi.hssf.record.NameCommentRecord
-
Packages that use NameCommentRecord Package Description org.apache.poi.hssf.model 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 NameCommentRecord Modifier and Type Method Description NameCommentRecordInternalWorkbook. getNameCommentRecord(NameRecord nameRecord)gets the name comment recordMethods in org.apache.poi.hssf.model with parameters of type NameCommentRecord Modifier and Type Method Description voidInternalWorkbook. updateNameCommentRecordCache(NameCommentRecord commentRecord)If aNameCommentRecordis added or the name it references is renamed, then this will update the lookup cache for it.
-