Uses of Class
org.apache.poi.xssf.usermodel.XSSFComment

Packages that use XSSFComment
org.apache.poi.xssf.model   
org.apache.poi.xssf.usermodel   
 

Uses of XSSFComment in org.apache.poi.xssf.model
 

Methods in org.apache.poi.xssf.model that return XSSFComment
 XSSFComment CommentsTable.findCellComment(java.lang.String cellRef)
           
 

Uses of XSSFComment in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFComment
static void XSSFSheet.setCellComment(java.lang.String cellRef, XSSFComment comment)
          Deprecated. since Nov 2009 use XSSFCell.setCellComment(org.apache.poi.ss.usermodel.Comment) instead