Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4D749200B80 for ; Wed, 14 Sep 2016 11:10:37 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4BF2E160AD5; Wed, 14 Sep 2016 09:10:37 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EC8B0160AB4 for ; Wed, 14 Sep 2016 11:10:34 +0200 (CEST) Received: (qmail 95261 invoked by uid 500); 14 Sep 2016 09:10:34 -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 95252 invoked by uid 99); 14 Sep 2016 09:10:34 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2016 09:10:34 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 9723EC05DC for ; Wed, 14 Sep 2016 09:10:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.676 X-Spam-Level: X-Spam-Status: No, score=0.676 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.124] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 2zRXzxP6d_VX for ; Wed, 14 Sep 2016 09:10:27 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id D52E45FE64 for ; Wed, 14 Sep 2016 09:10:26 +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 D5FA3E10D9 for ; Wed, 14 Sep 2016 09:10:25 +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 D5E3D3A031D for ; Wed, 14 Sep 2016 09:10:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1760663 [3/23] - in /poi/site/publish/apidocs: ./ org/apache/poi/class-use/ org/apache/poi/common/usermodel/ org/apache/poi/ddf/class-use/ org/apache/poi/hpsf/class-use/ org/apache/poi/hpsf/wellknown/class-use/ org/apache/poi/hslf/model/te... Date: Wed, 14 Sep 2016 09:10:23 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160914091025.D5E3D3A031D@svn01-us-west.apache.org> archived-at: Wed, 14 Sep 2016 09:10:37 -0000 Modified: poi/site/publish/apidocs/index-all.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1760663&r1=1760662&r2=1760663&view=diff ============================================================================== --- poi/site/publish/apidocs/index-all.html (original) +++ poi/site/publish/apidocs/index-all.html Wed Sep 14 09:10:21 2016 @@ -9892,12 +9892,18 @@
createRichTextString(String) - Method in class org.apache.poi.hssf.usermodel.HSSFCreationHelper
 
+
createRichTextString(String) - Method in class org.apache.poi.hssf.usermodel.HSSFFormulaEvaluator
+
 
+
createRichTextString(String) - Method in class org.apache.poi.ss.formula.BaseFormulaEvaluator
+
 
createRichTextString(String) - Method in interface org.apache.poi.ss.usermodel.CreationHelper
Creates a new RichTextString instance
createRichTextString(String) - Method in class org.apache.poi.xssf.streaming.SXSSFCreationHelper
 
+
createRichTextString(String) - Method in class org.apache.poi.xssf.usermodel.BaseXSSFFormulaEvaluator
+
 
createRichTextString(String) - Method in class org.apache.poi.xssf.usermodel.XSSFCreationHelper
Creates a new XSSFRichTextString for you.
@@ -12166,12 +12172,6 @@
doesFormulaReferToDeletedCell(Ptg[]) - Static method in class org.apache.poi.ss.formula.ptg.Ptg
 
-
doEvaluateInCell(Cell) - Method in class org.apache.poi.xssf.usermodel.BaseXSSFFormulaEvaluator
-
-
If cell contains formula, it evaluates the formula, and - puts the formula result back into the cell, in place - of the old formula.
-
DOLLAR - Static variable in class org.apache.poi.ss.formula.functions.NumericFunction
 
DONT_MOVE_AND_RESIZE - Static variable in interface org.apache.poi.ss.usermodel.ClientAnchor
@@ -14766,26 +14766,23 @@
 
evaluateFormulaCell(Cell) - Method in class org.apache.poi.ss.formula.BaseFormulaEvaluator
-
If cell contains formula, it evaluates the formula, and saves the result of the formula.
+
Deprecated. +
3.15. Will return a CellType enum in the future.
+
evaluateFormulaCell(Cell) - Method in interface org.apache.poi.ss.usermodel.FormulaEvaluator
-
If cell contains formula, it evaluates the formula, - and saves the result of the formula.
-
-
evaluateFormulaCellEnum(Cell) - Method in class org.apache.poi.hssf.usermodel.HSSFFormulaEvaluator
-
Deprecated. -
POI 3.15 beta 3. Will be deleted when we make the CellType enum transition. See bug 59791.
+
3.15. Will return a CellType enum in the future
-
evaluateFormulaCellEnum(Cell) - Method in interface org.apache.poi.ss.usermodel.FormulaEvaluator
+
evaluateFormulaCellEnum(Cell) - Method in class org.apache.poi.ss.formula.BaseFormulaEvaluator
Deprecated.
POI 3.15 beta 3. Will be deleted when we make the CellType enum transition. See bug 59791.
-
evaluateFormulaCellEnum(Cell) - Method in class org.apache.poi.xssf.usermodel.BaseXSSFFormulaEvaluator
+
evaluateFormulaCellEnum(Cell) - Method in interface org.apache.poi.ss.usermodel.FormulaEvaluator
Deprecated.
POI 3.15 beta 3. Will be deleted when we make the CellType enum transition. See bug 59791.
@@ -14804,6 +14801,8 @@
evaluateFunc(ValueEval[], int, int) - Method in class org.apache.poi.ss.formula.functions.TextFunction
 
evaluateInCell(Cell) - Method in class org.apache.poi.hssf.usermodel.HSSFFormulaEvaluator
+
 
+
evaluateInCell(Cell) - Method in class org.apache.poi.ss.formula.BaseFormulaEvaluator
If cell contains formula, it evaluates the formula, and puts the formula result back into the cell, in place @@ -14816,17 +14815,9 @@ of the old formula.
evaluateInCell(Cell) - Method in class org.apache.poi.xssf.streaming.SXSSFFormulaEvaluator
-
-
If cell contains formula, it evaluates the formula, and - puts the formula result back into the cell, in place - of the old formula.
-
+
 
evaluateInCell(Cell) - Method in class org.apache.poi.xssf.usermodel.XSSFFormulaEvaluator
-
-
If cell contains formula, it evaluates the formula, and - puts the formula result back into the cell, in place - of the old formula.
-
+
 
evaluateIntArg(ValueEval, int, int) - Static method in class org.apache.poi.ss.formula.functions.TextFunction
 
evaluateStringArg(ValueEval, int, int) - Static method in class org.apache.poi.ss.formula.functions.TextFunction
@@ -19418,15 +19409,18 @@
getAnchorType() - Method in class org.apache.poi.hssf.usermodel.HSSFClientAnchor
-
Gets the anchor type
+
Gets the anchor type + Changed from returning an int to an enum in POI 3.14 beta 1.
getAnchorType() - Method in interface org.apache.poi.ss.usermodel.ClientAnchor
-
Gets the anchor type
+
Gets the anchor type + Changed from returning an int to an enum in POI 3.14 beta 1.
getAnchorType() - Method in class org.apache.poi.xssf.usermodel.XSSFClientAnchor
-
Gets the anchor type
+
Gets the anchor type + Changed from returning an int to an enum in POI 3.14 beta 1.
getAng() - Method in class org.apache.poi.sl.draw.binding.CTConnectionSite
@@ -20128,33 +20122,68 @@
get the borderline style for the bottom border
getBorderBottom() - Method in class org.apache.poi.hssf.usermodel.HSSFBorderFormatting
-
 
+
+
Deprecated. +
POI 3.15. Use HSSFBorderFormatting.getBorderBottomEnum(). + This method will return an BorderStyle enum in the future.
+
+
getBorderBottom() - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
-
get the type of border to use for the bottom border of the cell
+
Deprecated. +
POI 3.15. Will return a BorderStyle enum in the future. Use HSSFCellStyle.getBorderBottomEnum().
+
getBorderBottom() - Method in interface org.apache.poi.ss.usermodel.BorderFormatting
-
 
+
+
Deprecated. +
POI 3.15. Use BorderFormatting.getBorderBottomEnum(). + This method will return an BorderStyle enum in the future.
+
+
getBorderBottom() - Method in interface org.apache.poi.ss.usermodel.CellStyle
-
get the type of border to use for the bottom border of the cell
+
Deprecated. +
POI 3.15. Use CellStyle.getBorderBottomEnum() instead. + This will return a BorderStyle enum in the future.
+
getBorderBottom() - Method in class org.apache.poi.xssf.usermodel.XSSFBorderFormatting
-
 
+
+
Deprecated. +
POI 3.15. Use XSSFBorderFormatting.getBorderBottomEnum(). + This method will return an BorderStyle enum in the future.
+
+
getBorderBottom() - Method in class org.apache.poi.xssf.usermodel.XSSFCellStyle
-
Get the type of border to use for the bottom border of the cell
+
Deprecated. + +
getBorderBottom() - Method in class org.apache.poi.xwpf.usermodel.XWPFParagraph
Specifies the border which shall be displayed below a set of paragraphs which have the same set of paragraph border settings.
+
getBorderBottomEnum() - Method in class org.apache.poi.hssf.usermodel.HSSFBorderFormatting
+
 
+
getBorderBottomEnum() - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
+
+
get the type of border to use for the bottom border of the cell
+
+
getBorderBottomEnum() - Method in interface org.apache.poi.ss.usermodel.BorderFormatting
+
 
+
getBorderBottomEnum() - Method in interface org.apache.poi.ss.usermodel.CellStyle
+
+
get the type of border to use for the bottom border of the cell
+
+
getBorderBottomEnum() - Method in class org.apache.poi.xssf.usermodel.XSSFBorderFormatting
+
 
getBorderBottomEnum() - Method in class org.apache.poi.xssf.usermodel.XSSFCellStyle
-
Deprecated. - -
+
Get the type of border to use for the bottom border of the cell + Will be removed when XSSFCellStyle.getBorderBottom() returns a BorderStyle enum
getBorderCap(TableCell.BorderEdge) - Method in class org.apache.poi.xslf.usermodel.XSLFTableCell
 
@@ -20183,10 +20212,31 @@
get the type of border to use for the diagonal border of the cell
getBorderDiagonal() - Method in class org.apache.poi.hssf.usermodel.HSSFBorderFormatting
-
 
+
+
Deprecated. +
POI 3.15. Use HSSFBorderFormatting.getBorderDiagonalEnum(). + This method will return an BorderStyle enum in the future.
+
+
getBorderDiagonal() - Method in interface org.apache.poi.ss.usermodel.BorderFormatting
-
 
+
+
Deprecated. +
POI 3.15. Use BorderFormatting.getBorderDiagonalEnum(). + This method will return an BorderStyle enum in the future.
+
+
getBorderDiagonal() - Method in class org.apache.poi.xssf.usermodel.XSSFBorderFormatting
+
+
Deprecated. +
POI 3.15. Use XSSFBorderFormatting.getBorderDiagonalEnum(). + This method will return an BorderStyle enum in the future.
+
+
+
getBorderDiagonalEnum() - Method in class org.apache.poi.hssf.usermodel.HSSFBorderFormatting
+
 
+
getBorderDiagonalEnum() - Method in interface org.apache.poi.ss.usermodel.BorderFormatting
+
 
+
getBorderDiagonalEnum() - Method in class org.apache.poi.xssf.usermodel.XSSFBorderFormatting
 
getBorderFormatting() - Method in class org.apache.poi.hssf.record.CFRuleBase
 
@@ -20207,33 +20257,68 @@
get the borderline style for the left border
getBorderLeft() - Method in class org.apache.poi.hssf.usermodel.HSSFBorderFormatting
-
 
+
+
Deprecated. +
POI 3.15. Use HSSFBorderFormatting.getBorderLeftEnum(). + This method will return an BorderStyle enum in the future.
+
+
getBorderLeft() - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
-
get the type of border to use for the left border of the cell
+
Deprecated. +
POI 3.15. Will return a BorderStyle enum in the future. Use HSSFCellStyle.getBorderLeftEnum().
+
getBorderLeft() - Method in interface org.apache.poi.ss.usermodel.BorderFormatting
-
 
+
+
Deprecated. +
POI 3.15. Use BorderFormatting.getBorderLeftEnum(). + This method will return an BorderStyle enum in the future.
+
+
getBorderLeft() - Method in interface org.apache.poi.ss.usermodel.CellStyle
-
get the type of border to use for the left border of the cell
+
Deprecated. +
POI 3.15. Use CellStyle.getBorderLeftEnum() instead. + This will return a BorderStyle enum in the future.
+
getBorderLeft() - Method in class org.apache.poi.xssf.usermodel.XSSFBorderFormatting
-
 
+
+
Deprecated. +
POI 3.15. Use XSSFBorderFormatting.getBorderLeftEnum(). + This method will return an BorderStyle enum in the future.
+
+
getBorderLeft() - Method in class org.apache.poi.xssf.usermodel.XSSFCellStyle
-
Get the type of border to use for the left border of the cell
+
Deprecated. + +
getBorderLeft() - Method in class org.apache.poi.xwpf.usermodel.XWPFParagraph
Specifies the border which shall be displayed on the left side of the page around the specified paragraph.
+
getBorderLeftEnum() - Method in class org.apache.poi.hssf.usermodel.HSSFBorderFormatting
+
 
+
getBorderLeftEnum() - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
+
+
get the type of border to use for the left border of the cell
+
+
getBorderLeftEnum() - Method in interface org.apache.poi.ss.usermodel.BorderFormatting
+
 
+
getBorderLeftEnum() - Method in interface org.apache.poi.ss.usermodel.CellStyle
+
+
get the type of border to use for the left border of the cell
+
+
getBorderLeftEnum() - Method in class org.apache.poi.xssf.usermodel.XSSFBorderFormatting
+
 
getBorderLeftEnum() - Method in class org.apache.poi.xssf.usermodel.XSSFCellStyle
-
Deprecated. - -
+
Get the type of border to use for the left border of the cell + Will be removed when XSSFCellStyle.getBorderLeft() returns a BorderStyle enum
getBorderOptions() - Method in class org.apache.poi.hssf.record.ExtendedFormatRecord
@@ -20249,33 +20334,68 @@
get the borderline style for the right border
getBorderRight() - Method in class org.apache.poi.hssf.usermodel.HSSFBorderFormatting
-
 
+
+
Deprecated. +
POI 3.15. Use HSSFBorderFormatting.getBorderRightEnum(). + This method will return an BorderStyle enum in the future.
+
+
getBorderRight() - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
-
get the type of border to use for the right border of the cell
+
Deprecated. +
POI 3.15. Will return a BorderStyle enum in the future. Use HSSFCellStyle.getBorderRightEnum().
+
getBorderRight() - Method in interface org.apache.poi.ss.usermodel.BorderFormatting
-
 
+
+
Deprecated. +
POI 3.15. Use BorderFormatting.getBorderRightEnum(). + This method will return an BorderStyle enum in the future.
+
+
getBorderRight() - Method in interface org.apache.poi.ss.usermodel.CellStyle
-
get the type of border to use for the right border of the cell
+
Deprecated. +
POI 3.15. Use CellStyle.getBorderRightEnum() instead. + This will return a BorderStyle enum in the future.
+
getBorderRight() - Method in class org.apache.poi.xssf.usermodel.XSSFBorderFormatting
-
 
+
+
Deprecated. +
POI 3.15. Use XSSFBorderFormatting.getBorderRightEnum(). + This method will return an BorderStyle enum in the future.
+
+
getBorderRight() - Method in class org.apache.poi.xssf.usermodel.XSSFCellStyle
-
Get the type of border to use for the right border of the cell
+
Deprecated. +
3.15 beta 2. Use XSSFCellStyle.getBorderRightEnum() instead
+
getBorderRight() - Method in class org.apache.poi.xwpf.usermodel.XWPFParagraph
Specifies the border which shall be displayed on the right side of the page around the specified paragraph.
+
getBorderRightEnum() - Method in class org.apache.poi.hssf.usermodel.HSSFBorderFormatting
+
 
+
getBorderRightEnum() - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
+
+
get the type of border to use for the right border of the cell
+
+
getBorderRightEnum() - Method in interface org.apache.poi.ss.usermodel.BorderFormatting
+
 
+
getBorderRightEnum() - Method in interface org.apache.poi.ss.usermodel.CellStyle
+
+
get the type of border to use for the right border of the cell
+
+
getBorderRightEnum() - Method in class org.apache.poi.xssf.usermodel.XSSFBorderFormatting
+
 
getBorderRightEnum() - Method in class org.apache.poi.xssf.usermodel.XSSFCellStyle
-
Deprecated. - -
+
Get the type of border to use for the right border of the cell + Will be removed when XSSFCellStyle.getBorderRight() returns a BorderStyle enum
getBorders() - Method in class org.apache.poi.xssf.model.StylesTable
 
@@ -20302,33 +20422,68 @@
get the borderline style for the top border
getBorderTop() - Method in class org.apache.poi.hssf.usermodel.HSSFBorderFormatting
-
 
+
+
Deprecated. +
POI 3.15. Use HSSFBorderFormatting.getBorderTopEnum(). + This method will return an BorderStyle enum in the future.
+
+
getBorderTop() - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
-
get the type of border to use for the top border of the cell
+
Deprecated. +
POI 3.15. Will return a BorderStyle enum in the future. Use HSSFCellStyle.getBorderTopEnum().
+
getBorderTop() - Method in interface org.apache.poi.ss.usermodel.BorderFormatting
-
 
+
+
Deprecated. +
POI 3.15. Use BorderFormatting.getBorderTopEnum(). + This method will return an BorderStyle enum in the future.
+
+
getBorderTop() - Method in interface org.apache.poi.ss.usermodel.CellStyle
-
get the type of border to use for the top border of the cell
+
Deprecated. +
POI 3.15. Use CellStyle.getBorderTopEnum() instead. + This will return a BorderStyle enum in the future.
+
getBorderTop() - Method in class org.apache.poi.xssf.usermodel.XSSFBorderFormatting
-
 
+
+
Deprecated. +
POI 3.15. Use XSSFBorderFormatting.getBorderTopEnum(). + This method will return an BorderStyle enum in the future.
+
+
getBorderTop() - Method in class org.apache.poi.xssf.usermodel.XSSFCellStyle
-
Get the type of border to use for the top border of the cell
+
Deprecated. +
3.15 beta 2. Use XSSFCellStyle.getBorderTopEnum() instead.
+
getBorderTop() - Method in class org.apache.poi.xwpf.usermodel.XWPFParagraph
Specifies the border which shall be displayed above a set of paragraphs which have the same set of paragraph border settings.
+
getBorderTopEnum() - Method in class org.apache.poi.hssf.usermodel.HSSFBorderFormatting
+
 
+
getBorderTopEnum() - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
+
+
get the type of border to use for the top border of the cell
+
+
getBorderTopEnum() - Method in interface org.apache.poi.ss.usermodel.BorderFormatting
+
 
+
getBorderTopEnum() - Method in interface org.apache.poi.ss.usermodel.CellStyle
+
+
get the type of border to use for the top border of the cell
+
+
getBorderTopEnum() - Method in class org.apache.poi.xssf.usermodel.XSSFBorderFormatting
+
 
getBorderTopEnum() - Method in class org.apache.poi.xssf.usermodel.XSSFCellStyle
-
Deprecated. - -
+
Get the type of border to use for the top border of the cell + Will be removed when XSSFCellStyle.getBorderTop() returns a BorderStyle enum
getBorderType() - Method in class org.apache.poi.hssf.record.chart.FrameRecord
@@ -20806,19 +20961,21 @@
 
getCachedFormulaResultType() - Method in class org.apache.poi.hssf.usermodel.HSSFCell
-
Only valid for formula cells - - Will return CellType in a future version of POI.
+
Deprecated. +
3.15. Will return a CellType enum in the future.
+
getCachedFormulaResultType() - Method in interface org.apache.poi.ss.formula.EvaluationCell
-
Will return CellType in a future version of POI.
+
Deprecated. +
3.15. Will return a CellType enum in the future.
+
getCachedFormulaResultType() - Method in interface org.apache.poi.ss.usermodel.Cell
-
Only valid for formula cells - - Will return CellType in a future version of POI.
+
Deprecated. +
3.15. Will return a CellType enum in the future.
+
getCachedFormulaResultType() - Method in class org.apache.poi.xssf.streaming.SXSSFCell
@@ -20826,9 +20983,9 @@
getCachedFormulaResultType() - Method in class org.apache.poi.xssf.usermodel.XSSFCell
-
Only valid for formula cells - - Will return CellType in a future version of POI.
+
Deprecated. +
3.15. Will return a CellType enum in the future.
+
getCachedFormulaResultTypeEnum() - Method in class org.apache.poi.hssf.usermodel.HSSFCell
@@ -21301,27 +21458,39 @@
 
getCellType() - Method in class org.apache.poi.hssf.usermodel.HSSFCell
-
get the cells type (numeric, formula or string) - - Will return CellType in a future version of POI.
+
Deprecated. +
3.15. Will be return a CellType enum in the future.
+
getCellType() - Method in interface org.apache.poi.ss.formula.EvaluationCell
-
Will return CellType in a future version of POI.
+
Deprecated. +
3.15. Will return a CellType enum in the future.
+
getCellType() - Method in interface org.apache.poi.ss.usermodel.Cell
-
Return the cell type.
+
Deprecated. +
POI 3.15. Will return a CellType enum in the future.
+
getCellType() - Method in class org.apache.poi.ss.usermodel.CellValue
-
 
+
+
Deprecated. +
POI 3.15. Use CellValue.getCellTypeEnum() instead. + In the future, the signature of this method will be changed to return a + CellType.
+
+
getCellType() - Method in class org.apache.poi.xssf.streaming.SXSSFCell
Return the cell type.
getCellType() - Method in class org.apache.poi.xssf.usermodel.XSSFCell
-
Return the cell type.
+
Deprecated. +
3.15. Will return a CellType enum in the future.
+
getCellTypeEnum() - Method in class org.apache.poi.hssf.usermodel.HSSFCell
@@ -21344,6 +21513,8 @@ Will be renamed to getCellType() when we make the CellType enum transition in POI 4.0. See bug 59791.
+
getCellTypeEnum() - Method in class org.apache.poi.ss.usermodel.CellValue
+
 
getCellTypeEnum() - Method in class org.apache.poi.xssf.streaming.SXSSFCell
Deprecated. @@ -40419,7 +40590,8 @@
getType() - Method in interface org.apache.poi.common.usermodel.Hyperlink
Deprecated. -
POI 3.15 beta 3. Use Hyperlink.getTypeEnum()
+
POI 3.15 beta 3. Use Hyperlink.getTypeEnum() + getType will return a HyperlinkType enum in the future.
getType() - Method in class org.apache.poi.ddf.EscherPropertyMetaData
@@ -40487,7 +40659,10 @@
 
getType() - Method in class org.apache.poi.hssf.usermodel.HSSFHyperlink
-
Return the type of this hyperlink
+
Deprecated. +
POI 3.15. Use HSSFHyperlink.getTypeEnum() instead. + getType will return a HyperlinkType enum in the future.
+
getType() - Method in class org.apache.poi.hwpf.sprm.SprmOperation
 
@@ -40512,7 +40687,8 @@
getType() - Method in class org.apache.poi.xssf.usermodel.XSSFHyperlink
Deprecated. -
POI 3.15 beta 3. Use XSSFHyperlink.getTypeEnum() instead.
+
POI 3.15 beta 3. Use XSSFHyperlink.getTypeEnum() instead. + getType will return a HyperlinkType enum in the future.
getType() - Method in class org.apache.poi.xwpf.usermodel.XWPFStyle
@@ -45833,7 +46009,8 @@
id - Variable in enum org.apache.poi.ss.usermodel.Row.MissingCellPolicy
Deprecated. -
as of POI 3.15-beta2, scheduled for removal in 3.17 - the id has no function and will be removed
+
as of POI 3.15-beta2, scheduled for removal in 3.17 - the id has no function and will be removed. + The id is only kept only for backwards compatibility with applications that hard-coded the number
id - Variable in class org.apache.poi.xwpf.usermodel.XWPFComment
@@ -63176,14 +63353,32 @@ Compound Document Format.
Sets the anchor type
+
setAnchorType(int) - Method in class org.apache.poi.hssf.usermodel.HSSFClientAnchor
+
+
Deprecated. + +
+
setAnchorType(ClientAnchor.AnchorType) - Method in interface org.apache.poi.ss.usermodel.ClientAnchor
Sets the anchor type
+
setAnchorType(int) - Method in interface org.apache.poi.ss.usermodel.ClientAnchor
+
+
Deprecated. + +
+
setAnchorType(ClientAnchor.AnchorType) - Method in class org.apache.poi.xssf.usermodel.XSSFClientAnchor
Sets the anchor type
+
setAnchorType(int) - Method in class org.apache.poi.xssf.usermodel.XSSFClientAnchor
+
+
Deprecated. + +
+
setAng(String) - Method in class org.apache.poi.sl.draw.binding.CTConnectionSite
Sets the value of the ang property.
@@ -64846,6 +65041,8 @@ Compound Document Format.
set a boolean value for the cell
+
setCellValue(Cell, CellValue) - Method in class org.apache.poi.ss.formula.BaseFormulaEvaluator
+
 
setCellValue(double) - Method in interface org.apache.poi.ss.usermodel.Cell
Set a numeric value for the cell
@@ -67813,7 +68010,9 @@ Compound Document Format.
 
setFillPattern(short) - Method in class org.apache.poi.xssf.usermodel.XSSFCellStyle
-
This element is used to specify cell fill information for pattern and solid color cell fills.
+
Deprecated. + +
setFillPattern(FillPatternType) - Method in class org.apache.poi.xssf.usermodel.XSSFCellStyle
@@ -83836,7 +84035,9 @@ Compound Document Format.
ultimateType(Cell) - Static method in class org.apache.poi.ss.format.CellFormat
-
Returns the ultimate cell type, following the results of formulas.
+
Deprecated. +
POI 3.15. This will return a CellType enum in the future
+
ultimateTypeEnum(Cell) - Static method in class org.apache.poi.ss.format.CellFormat
Modified: poi/site/publish/apidocs/org/apache/poi/class-use/POITextExtractor.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/class-use/POITextExtractor.html?rev=1760663&r1=1760662&r2=1760663&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/class-use/POITextExtractor.html (original) +++ poi/site/publish/apidocs/org/apache/poi/class-use/POITextExtractor.html Wed Sep 14 09:10:21 2016 @@ -173,13 +173,6 @@ -POITextExtractor -POIOLE2TextExtractor.getMetadataTextExtractor() -
Returns an HPSF powered text extractor for the - document properties metadata, such as title and author.
- - - abstract POITextExtractor POITextExtractor.getMetadataTextExtractor()
Returns another text extractor, which is able to @@ -187,6 +180,13 @@ metadata / properties, such as author and title.
+ +POITextExtractor +POIOLE2TextExtractor.getMetadataTextExtractor() +
Returns an HPSF powered text extractor for the + document properties metadata, such as title and author.
+ + Modified: poi/site/publish/apidocs/org/apache/poi/common/usermodel/Hyperlink.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/common/usermodel/Hyperlink.html?rev=1760663&r1=1760662&r2=1760663&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/common/usermodel/Hyperlink.html (original) +++ poi/site/publish/apidocs/org/apache/poi/common/usermodel/Hyperlink.html Wed Sep 14 09:10:21 2016 @@ -177,7 +177,8 @@ int getType()
Deprecated.  -
POI 3.15 beta 3. Use getTypeEnum()
+
POI 3.15 beta 3. Use getTypeEnum() + getType will return a HyperlinkType enum in the future.
@@ -220,7 +221,8 @@
  • LINK_URL

    -
    static final int LINK_URL
    +
    @Removal(version="3.17")
    +static final int LINK_URL
    Deprecated. POI 3.15 beta 3. Use HyperlinkType.URL instead.
    Link to an existing file or web page
    See Also:
    Constant Field Values
    @@ -232,7 +234,8 @@
    • LINK_DOCUMENT

      -
      static final int LINK_DOCUMENT
      +
      @Removal(version="3.17")
      +static final int LINK_DOCUMENT
      Deprecated. POI 3.15 beta 3. Use HyperlinkType.DOCUMENT instead.
      Link to a place in this document
      See Also:
      Constant Field Values
      @@ -244,7 +247,8 @@
      • LINK_EMAIL

        -
        static final int LINK_EMAIL
        +
        @Removal(version="3.17")
        +static final int LINK_EMAIL
        Deprecated. POI 3.15 beta 3. Use HyperlinkType.EMAIL instead.
        Link to an E-mail address
        See Also:
        Constant Field Values
        @@ -256,7 +260,8 @@
        • LINK_FILE

          -
          static final int LINK_FILE
          +
          @Removal(version="3.17")
          +static final int LINK_FILE
          Deprecated. POI 3.15 beta 3. Use HyperlinkType.FILE instead.
          Link to an file
          See Also:
          Constant Field Values
          @@ -321,7 +326,8 @@
        • getType

          int getType()
          -
          Deprecated. POI 3.15 beta 3. Use getTypeEnum()
          +
          Deprecated. POI 3.15 beta 3. Use getTypeEnum() + getType will return a HyperlinkType enum in the future.
          Return the type of this hyperlink
          Returns:
          the type of this hyperlink
          See Also:
          HyperlinkType.forInt(int)
        • --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org