|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HSSFComment | |
---|---|
org.apache.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. |
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
Uses of HSSFComment in org.apache.poi.hssf.model |
---|
Constructors in org.apache.poi.hssf.model with parameters of type HSSFComment | |
---|---|
CommentShape(HSSFComment hssfShape,
int shapeId)
Creates the low-level records for a comment. |
Uses of HSSFComment in org.apache.poi.hssf.usermodel |
---|
Methods in org.apache.poi.hssf.usermodel that return HSSFComment | |
---|---|
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 cell |
HSSFComment |
HSSFSheet.getCellComment(int row,
int column)
Returns cell comment for the specified row and column |
Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFComment | |
---|---|
void |
HSSFCell.setCellComment(HSSFComment comment)
Assign a comment to this cell |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |