Uses of Class
org.apache.poi.hssf.usermodel.HSSFComment
Packages that use HSSFComment
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of HSSFComment in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return HSSFCommentModifier and TypeMethodDescriptionHSSFPatriarch.createCellComment
(ClientAnchor anchor) HSSFPatriarch.createComment
(HSSFAnchor anchor) Constructs a cell comment.protected HSSFComment
HSSFSheet.findCellComment
(int row, int column) HSSFCell.getCellComment()
Returns comment associated with this cellHSSFSheet.getCellComment
(CellAddress ref) Returns cell comment for the specified row and columnMethods in org.apache.poi.hssf.usermodel that return types with arguments of type HSSFCommentModifier and TypeMethodDescriptionHSSFSheet.getCellComments()
Returns all cell comments on this sheet.