|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XSSFComment | |
|---|---|
| org.apache.poi.xssf.model | |
| org.apache.poi.xssf.usermodel | |
| Uses of XSSFComment in org.apache.poi.xssf.model |
|---|
| Methods in org.apache.poi.xssf.model that return XSSFComment | |
|---|---|
XSSFComment |
CommentsTable.addComment()
Generates a new XSSFComment, associated with the current comments list. |
XSSFComment |
CommentsTable.findCellComment(int row,
int column)
|
XSSFComment |
CommentsTable.findCellComment(java.lang.String cellRef)
|
| Uses of XSSFComment in org.apache.poi.xssf.usermodel |
|---|
| Methods in org.apache.poi.xssf.usermodel that return XSSFComment | |
|---|---|
XSSFComment |
XSSFSheet.createComment()
Creates a new comment for this sheet. |
XSSFComment |
XSSFCell.getCellComment()
Returns cell comment associated with this cell |
XSSFComment |
XSSFSheet.getCellComment(int row,
int column)
|
| Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFComment | |
|---|---|
void |
XSSFSheet.setCellComment(java.lang.String cellRef,
XSSFComment comment)
Assign a cell comment to a cell region in this worksheet |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||