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 
 

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.createComment(HSSFAnchor anchor)
          Constructs a cell comment.