Uses of Class
loci.poi.hssf.usermodel.HSSFComment
Packages that use HSSFComment
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
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 HSSFCommentModifierConstructorDescriptionCommentShape(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 HSSFCommentModifier and TypeMethodDescriptionHSSFPatriarch.createComment(HSSFAnchor anchor) Constructs a cell comment.protected static HSSFCommentHSSFCell.findCellComment(Sheet sheet, int row, int column) Cell comment finder.HSSFCell.getCellComment()Returns comment associated with this cellHSSFSheet.getCellComment(int row, int column) Returns cell comment for the specified row and columnMethods in loci.poi.hssf.usermodel with parameters of type HSSFCommentModifier and TypeMethodDescriptionvoidHSSFCell.setCellComment(HSSFComment comment) Assign a comment to this cell