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 @@ SXSSFSheet.getCellComment(int row, int column)
Deprecated.  -
as of 2015-11-23 (circa POI 3.14beta1). Use #getCellComment(CellReference) instead.
+
as of 2015-11-23 (circa POI 3.14beta1). Use SXSSFSheet.getCellComment(CellAddress) instead.
@@ -247,31 +247,22 @@ XSSFComment -XSSFSheet.createComment() -
Deprecated.  -
since Nov 2009 this method is not compatible with the common SS interfaces, - use (org.apache.poi.ss.usermodel.ClientAnchor) instead
-
- - - -XSSFComment XSSFCell.getCellComment()
Returns cell comment associated with this cell
- + XSSFComment XSSFSheet.getCellComment(CellAddress address)
Return cell comment at row, column, if one exists.
- + XSSFComment XSSFSheet.getCellComment(int row, int column)
Deprecated.  -
as of 2015-11-23 (circa POI 3.14beta1). Use #getCellComment(CellReference) instead.
+
as of 2015-11-23 (circa POI 3.14beta1). Use XSSFSheet.getCellComment(CellAddress) instead.
@@ -291,24 +282,6 @@ - - - - - - - - - - - - -
Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFComment 
Modifier and TypeMethod and Description
static voidXSSFSheet.setCellComment(java.lang.String cellRef, - XSSFComment comment) -
Deprecated.  - -
-
Modified: poi/site/publish/apidocs/overview-tree.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-tree.html?rev=1716120&r1=1716119&r2=1716120&view=diff ============================================================================== --- poi/site/publish/apidocs/overview-tree.html (original) +++ poi/site/publish/apidocs/overview-tree.html Tue Nov 24 12:23:51 2015 @@ -364,7 +364,7 @@
  • org.apache.poi.ss.usermodel.BuiltinFormats
  • org.apache.poi.util.ByteField (implements org.apache.poi.util.FixedField)
  • org.apache.poi.ss.util.CellAddress (implements java.lang.Comparable<T>)
  • -
  • org.apache.poi.ss.usermodel.CellCopyPolicy (implements java.lang.Cloneable)
  • +
  • org.apache.poi.ss.usermodel.CellCopyPolicy
  • org.apache.poi.ss.usermodel.CellCopyPolicy.Builder
  • org.apache.poi.ss.format.CellFormat
  • org.apache.poi.ss.format.CellFormatCondition
  • --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org