Uses of Interface
org.apache.poi.ss.usermodel.Comment

Packages that use Comment
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.usermodel   
org.apache.poi.xssf.streaming   
org.apache.poi.xssf.usermodel   
 

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

Classes in org.apache.poi.hssf.usermodel that implement Comment
 class HSSFComment
          Represents a cell comment - a sticky note associated with a cell.
 

Methods in org.apache.poi.hssf.usermodel with parameters of type Comment
 void HSSFCell.setCellComment(Comment comment)
          Assign a comment to this cell.
 

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

Methods in org.apache.poi.ss.usermodel that return Comment
 Comment Drawing.createCellComment(ClientAnchor anchor)
          Creates a comment.
 Comment Cell.getCellComment()
          Returns comment associated with this cell
 Comment Sheet.getCellComment(CellAddress ref)
          Returns cell comment for the specified location
 

Methods in org.apache.poi.ss.usermodel that return types with arguments of type Comment
 java.util.Map<CellAddress,? extends Comment> Sheet.getCellComments()
          Returns all cell comments on this sheet.
 

Methods in org.apache.poi.ss.usermodel with parameters of type Comment
 void Cell.setCellComment(Comment comment)
          Assign a comment to this cell
 

Uses of Comment in org.apache.poi.xssf.streaming
 

Methods in org.apache.poi.xssf.streaming that return Comment
 Comment SXSSFDrawing.createCellComment(ClientAnchor anchor)
           
 Comment SXSSFCell.getCellComment()
          Returns comment associated with this cell
 

Methods in org.apache.poi.xssf.streaming with parameters of type Comment
 void SXSSFCell.setCellComment(Comment comment)
          Assign a comment to this cell
 

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

Classes in org.apache.poi.xssf.usermodel that implement Comment
 class XSSFComment
           
 

Methods in org.apache.poi.xssf.usermodel with parameters of type Comment
 void XSSFCell.setCellComment(Comment comment)
          Assign a comment to this cell.
 



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