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

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

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

Methods in org.apache.poi.xssf.eventusermodel with parameters of type XSSFComment
 void XSSFSheetXMLHandler.SheetContentsHandler.cell(java.lang.String cellReference, java.lang.String formattedValue, XSSFComment comment)
          A cell, with the given formatted value (may be null), and possibly a comment (may be null), was encountered
 

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

Methods in org.apache.poi.xssf.extractor with parameters of type XSSFComment
 void XSSFEventBasedExcelExtractor.SheetTextExtractor.cell(java.lang.String cellRef, java.lang.String formattedValue, XSSFComment comment)
           
 

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 that return XSSFComment
 XSSFComment XSSFDrawing.createCellComment(ClientAnchor anchor)
          Creates a comment.
 XSSFComment XSSFSheet.createComment()
          Deprecated. since Nov 2009 this method is not compatible with the common SS interfaces, use (org.apache.poi.ss.usermodel.ClientAnchor) instead
 XSSFComment XSSFCell.getCellComment()
          Returns cell comment associated with this cell
 XSSFComment XSSFSheet.getCellComment(int row, int column)
           
 

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
 



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