Uses of Class
org.apache.poi.hssf.record.NameCommentRecord

Packages that use NameCommentRecord
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
 NameCommentRecord InternalWorkbook.getNameCommentRecord(NameRecord nameRecord)
          gets the name comment record
 

Methods in org.apache.poi.hssf.model with parameters of type NameCommentRecord
 void InternalWorkbook.updateNameCommentRecordCache(NameCommentRecord commentRecord)
          If a NameCommentRecord is added or the name it references is renamed, then this will update the lookup cache for it.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.