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