|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comment | |
---|---|
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
org.apache.poi.ss.usermodel |
Uses of Comment in org.apache.poi.hssf.usermodel |
---|
Classes in org.apache.poi.hssf.usermodel that implement Comment | |
---|---|
class |
HSSFComment
Represents a cell comment - a sticky note associated with a cell. |
class |
HSSFPicture
Represents a escher picture. |
class |
HSSFSimpleShape
Represents a simple shape such as a line, rectangle or oval. |
class |
HSSFTextbox
A textbox is a shape that may hold a rich text string. |
Methods in org.apache.poi.hssf.usermodel that return Comment | |
---|---|
Comment |
HSSFPatriarch.createCellComment(ClientAnchor anchor)
|
Comment |
HSSFCell.getCellComment()
Returns comment associated with this cell |
Comment |
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 Comment | |
---|---|
void |
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 Comment | |
---|---|
Comment |
Drawing.createCellComment(ClientAnchor anchor)
|
Comment |
Cell.getCellComment()
Returns comment associated with this cell |
Comment |
Sheet.getCellComment(int row,
int column)
Returns cell comment for the specified row and column |
Methods in org.apache.poi.ss.usermodel with parameters of type Comment | |
---|---|
void |
Cell.setCellComment(Comment comment)
Assign a comment to this cell |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |