Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFComment.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFComment.html?rev=1716120&r1=1716119&r2=1716120&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFComment.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFComment.html Tue Nov 24 12:23:51 2015 @@ -206,7 +206,7 @@
getCellComment(int row,
int column)
#getCellComment(CellReference)
instead.SXSSFSheet.getCellComment(CellAddress)
instead.XSSFComment
createComment()
-(org.apache.poi.ss.usermodel.ClientAnchor)
insteadXSSFComment
getCellComment()
XSSFComment
getCellComment(CellAddress address)
XSSFComment
getCellComment(int row,
int column)
#getCellComment(CellReference)
instead.XSSFSheet.getCellComment(CellAddress)
instead.Modifier and Type | -Method and Description | -
---|---|
static void |
-XSSFSheet.setCellComment(java.lang.String cellRef,
- XSSFComment comment)
-Deprecated.
-
-since Nov 2009 use
-XSSFCell.setCellComment(org.apache.poi.ss.usermodel.Comment) instead |
-