From commits-return-6971-apmail-poi-commits-archive=poi.apache.org@poi.apache.org Tue Nov 24 19:29:24 2015 Return-Path: X-Original-To: apmail-poi-commits-archive@minotaur.apache.org Delivered-To: apmail-poi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A9EF018A1E for ; Tue, 24 Nov 2015 19:29:24 +0000 (UTC) Received: (qmail 12890 invoked by uid 500); 24 Nov 2015 19:29:24 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 12850 invoked by uid 500); 24 Nov 2015 19:29:24 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 12832 invoked by uid 99); 24 Nov 2015 19:29:24 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2015 19:29:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 18901C11BE for ; Tue, 24 Nov 2015 19:29:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.246 X-Spam-Level: * X-Spam-Status: No, score=1.246 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id MEfDYKBgNH6U for ; Tue, 24 Nov 2015 19:29:10 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id F41E8232D7 for ; Tue, 24 Nov 2015 19:29:07 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B2A91E1037 for ; Tue, 24 Nov 2015 19:29:06 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id C97A23A2310 for ; Tue, 24 Nov 2015 12:23:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1716120 [7/7] - in /poi/site/publish/apidocs: ./ org/apache/poi/hssf/record/ org/apache/poi/hssf/usermodel/ org/apache/poi/hssf/usermodel/class-use/ org/apache/poi/hssf/util/ org/apache/poi/hssf/util/class-use/ org/apache/poi/poifs/crypt/a... Date: Tue, 24 Nov 2015 12:23:52 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151124122354.C97A23A2310@svn01-us-west.apache.org> 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