Uses of Class
org.apache.poi.hssf.usermodel.HSSFComment
-
Packages that use HSSFComment Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of HSSFComment in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return HSSFComment Modifier and Type Method Description 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 cellHSSFComment
HSSFSheet. 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 HSSFComment Modifier and Type Method Description Map<CellAddress,HSSFComment>
HSSFSheet. getCellComments()
Returns all cell comments on this sheet.
-