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

Packages that use NoteRecord
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. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 

Uses of NoteRecord in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model that return NoteRecord
 NoteRecord[] InternalSheet.getNoteRecords()
          Get the NoteRecords (related to cell comments) for this sheet
 

Uses of NoteRecord in org.apache.poi.hssf.record
 

Fields in org.apache.poi.hssf.record declared as NoteRecord
static NoteRecord[] NoteRecord.EMPTY_ARRAY
           
 

Methods in org.apache.poi.hssf.record that return NoteRecord
 NoteRecord NoteRecord.clone()
           
 NoteRecord EscherAggregate.getNoteRecordByObj(ObjRecord obj)
           
 

Methods in org.apache.poi.hssf.record that return types with arguments of type NoteRecord
 java.util.Map<java.lang.Integer,NoteRecord> EscherAggregate.getTailRecords()
           
 

Methods in org.apache.poi.hssf.record with parameters of type NoteRecord
 void EscherAggregate.addTailRecord(NoteRecord note)
          Add tail record to existing map
 void EscherAggregate.removeTailRecord(NoteRecord note)
          Remove tail record from the existing map
 

Uses of NoteRecord in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return NoteRecord
protected  NoteRecord HSSFComment.getNoteRecord()
          Returns the underlying Note record
 

Constructors in org.apache.poi.hssf.usermodel with parameters of type NoteRecord
HSSFComment(EscherContainerRecord spContainer, ObjRecord objRecord, TextObjectRecord textObjectRecord, NoteRecord note)
           
HSSFComment(NoteRecord note, TextObjectRecord txo)
           
 



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