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.org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
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. -
Uses of NameCommentRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return NameCommentRecord Modifier and Type Method Description NameCommentRecord
NameCommentRecord. copy()
Constructors in org.apache.poi.hssf.record with parameters of type NameCommentRecord Constructor Description NameCommentRecord(NameCommentRecord other)
-