Uses of Class
org.apache.poi.hssf.usermodel.HSSFComment

Packages that use HSSFComment
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.usermodel   
 

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

Constructors in org.apache.poi.hssf.model with parameters of type HSSFComment
CommentShape(HSSFComment hssfShape, int shapeId)
          Creates the low-level records for a comment.
 

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

Methods in org.apache.poi.hssf.usermodel that return HSSFComment
 HSSFComment HSSFPatriarch.createCellComment(ClientAnchor anchor)
           
 HSSFComment HSSFPatriarch.createComment(HSSFAnchor anchor)
          Constructs a cell comment.
 HSSFComment HSSFCell.getCellComment()
          Returns comment associated with this cell
 HSSFComment HSSFSheet.getCellComment(int row, int column)
          Returns cell comment for the specified row and column
 

Uses of HSSFComment in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel that return HSSFComment
 HSSFComment Drawing.createCellComment(ClientAnchor anchor)
           
 HSSFComment Cell.getCellComment()
          Returns comment associated with this cell
 HSSFComment Sheet.getCellComment(int row, int column)
          Returns cell comment for the specified row and column