Uses of Interface
org.apache.poi.ss.usermodel.Comment
Packages that use Comment
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of Comment in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement CommentModifier and TypeClassDescriptionclass
Represents a cell comment - a sticky note associated with a cell.Methods in org.apache.poi.hssf.usermodel with parameters of type CommentModifier and TypeMethodDescriptionvoid
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 CommentModifier and TypeMethodDescriptionDrawing.createCellComment
(ClientAnchor anchor) Creates a comment.Cell.getCellComment()
Returns comment associated with this cellSheet.getCellComment
(CellAddress ref) Returns cell comment for the specified locationMethods in org.apache.poi.ss.usermodel that return types with arguments of type CommentModifier and TypeMethodDescriptionMap<CellAddress,
? extends Comment> Sheet.getCellComments()
Returns all cell comments on this sheet.Methods in org.apache.poi.ss.usermodel with parameters of type CommentModifier and TypeMethodDescriptionvoid
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 CommentModifier and TypeMethodDescriptionSXSSFDrawing.createCellComment
(ClientAnchor anchor) SXSSFCell.getCellComment()
Returns comment associated with this cellMethods in org.apache.poi.xssf.streaming with parameters of type CommentModifier and TypeMethodDescriptionvoid
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 CommentMethods in org.apache.poi.xssf.usermodel with parameters of type CommentModifier and TypeMethodDescriptionvoid
XSSFCell.setCellComment
(Comment comment) Assign a comment to this cell.