Uses of Class
loci.poi.hssf.usermodel.HSSFComment
-
Packages that use HSSFComment Package Description loci.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.loci.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model -
-
Uses of HSSFComment in loci.poi.hssf.model
Constructors in loci.poi.hssf.model with parameters of type HSSFComment Constructor Description CommentShape(HSSFComment hssfShape, int shapeId)
Creates the low-level records for a comment. -
Uses of HSSFComment in loci.poi.hssf.usermodel
Methods in loci.poi.hssf.usermodel that return HSSFComment Modifier and Type Method Description HSSFComment
HSSFPatriarch. createComment(HSSFAnchor anchor)
Constructs a cell comment.protected static HSSFComment
HSSFCell. findCellComment(Sheet sheet, int row, int column)
Cell comment finder.HSSFComment
HSSFCell. getCellComment()
Returns comment associated with this cellHSSFComment
HSSFSheet. getCellComment(int row, int column)
Returns cell comment for the specified row and columnMethods in loci.poi.hssf.usermodel with parameters of type HSSFComment Modifier and Type Method Description void
HSSFCell. setCellComment(HSSFComment comment)
Assign a comment to this cell
-