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)
          Deprecated. 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.
protected  HSSFComment HSSFSheet.findCellComment(int row, int column)
           
 HSSFComment HSSFCell.getCellComment()
          Returns comment associated with this cell
 HSSFComment HSSFSheet.getCellComment(CellAddress ref)
          Returns cell comment for the specified row and column
 HSSFComment HSSFSheet.getCellComment(int row, int column)
          Deprecated. as of 2015-11-23 (circa POI 3.14beta1). Use HSSFSheet.getCellComment(CellAddress) instead.
 

Methods in org.apache.poi.hssf.usermodel that return types with arguments of type HSSFComment
 java.util.Map<CellAddress,HSSFComment> HSSFSheet.getCellComments()
          Returns all cell comments on this sheet.
 



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