Package | Description |
---|---|
org.zkoss.poi.xssf.model | |
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
XSSFComment |
CommentsTable.findCellComment(java.lang.String cellRef) |
Modifier and Type | Method and Description |
---|---|
XSSFComment |
XSSFDrawing.createCellComment(ClientAnchor anchor)
Creates a comment.
|
XSSFComment |
XSSFSheet.createComment()
Deprecated.
since Nov 2009 this method is not compatible with the common SS interfaces,
use
(org.zkoss.poi.ss.usermodel.ClientAnchor) instead |
XSSFComment |
XSSFCell.getCellComment()
Returns cell comment associated with this cell
|
XSSFComment |
XSSFSheet.getCellComment(int row,
int column) |
Modifier and Type | Method and Description |
---|---|
static void |
XSSFSheet.setCellComment(java.lang.String cellRef,
XSSFComment comment)
Deprecated.
since Nov 2009 use
XSSFCell.setCellComment(org.zkoss.poi.ss.usermodel.Comment) instead |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.