Author: nick
Date: Thu Jul 27 08:29:25 2017
New Revision: 1803138
URL: http://svn.apache.org/viewvc?rev=1803138&view=rev
Log:
Republish site
Modified:
poi/site/publish/apidocs/deprecated-list.html
poi/site/publish/apidocs/index-all.html
poi/site/publish/apidocs/org/apache/poi/ss/formula/FormulaType.html
poi/site/publish/apidocs/org/apache/poi/ss/formula/OperationEvaluationContext.html
poi/site/publish/apidocs/org/apache/poi/ss/formula/WorkbookEvaluator.html
poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/EvaluationWorkbook.html
poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/FormulaType.html
poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/WorkbookEvaluator.html
poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/class-use/ValueEval.html
poi/site/publish/apidocs/org/apache/poi/ss/formula/package-summary.html
poi/site/publish/apidocs/org/apache/poi/ss/formula/package-use.html
poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddressBase.html
poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellReference.html
poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html
poi/site/publish/changes.html
poi/site/publish/changes.rss
Modified: poi/site/publish/apidocs/deprecated-list.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/deprecated-list.html?rev=1803138&r1=1803137&r2=1803138&view=diff
==============================================================================
--- poi/site/publish/apidocs/deprecated-list.html (original)
+++ poi/site/publish/apidocs/deprecated-list.html Thu Jul 27 08:29:25 2017
@@ -778,956 +778,951 @@
</td>
</tr>
<tr class="rowColor">
-<td class="colOne"><a
href="org/apache/poi/ss/formula/FormulaType.html#forInt(int)">org.apache.poi.ss.formula.FormulaType.forInt(int)</a>
-<div class="block"><i>POI 3.15 beta 3. Used to transition code from
<code>int</code>s to <code>FormulaType</code>s.</i></div>
-</td>
-</tr>
-<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/CellType.html#forInt(int)">org.apache.poi.ss.usermodel.CellType.forInt(int)</a>
<div class="block"><i>POI 3.15 beta 3. Used to transition code from
<code>int</code>s to <code>CellType</code>s.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/ss/util/AreaReference.html#generateContiguous(java.lang.String)">org.apache.poi.ss.util.AreaReference.generateContiguous(String)</a>
<div class="block"><i>use <a
href="org/apache/poi/ss/util/AreaReference.html#generateContiguous(org.apache.poi.ss.SpreadsheetVersion,%20java.lang.String)"><code>AreaReference.generateContiguous(SpreadsheetVersion,
String)</code></a> instead</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/poifs/crypt/EncryptionVerifier.html#getAlgorithm()">org.apache.poi.poifs.crypt.EncryptionVerifier.getAlgorithm()</a>
<div class="block"><i>POI 3.16 beta 1. use <a
href="org/apache/poi/poifs/crypt/EncryptionVerifier.html#getCipherAlgorithm()"><code>EncryptionVerifier.getCipherAlgorithm()</code></a></i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hssf/converter/AbstractExcelUtils.html#getAlign(short)">org.apache.poi.hssf.converter.AbstractExcelUtils.getAlign(short)</a>
<div class="block"><i>POI 3.15 beta 3. Use <a
href="org/apache/poi/hssf/converter/AbstractExcelUtils.html#getAlign(org.apache.poi.ss.usermodel.HorizontalAlignment)"><code>AbstractExcelUtils.getAlign(HorizontalAlignment)</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getAlignment()">org.apache.poi.hssf.usermodel.HSSFCellStyle.getAlignment()</a>
<div class="block"><i>POI 3.15 beta 3. Use <a
href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getAlignmentEnum()"><code>HSSFCellStyle.getAlignmentEnum()</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/CellStyle.html#getAlignment()">org.apache.poi.ss.usermodel.CellStyle.getAlignment()</a>
<div class="block"><i>POI 3.15 beta 3. Use <a
href="org/apache/poi/ss/usermodel/CellStyle.html#getAlignmentEnum()"><code>CellStyle.getAlignmentEnum()</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getAlignment()">org.apache.poi.xssf.usermodel.XSSFCellStyle.getAlignment()</a>
<div class="block"><i>POI 3.15 beta 3. Use <a
href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getAlignmentEnum()"><code>XSSFCellStyle.getAlignmentEnum()</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderBottom()">org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderBottom()</a>
<div class="block"><i>POI 3.15. Will return a BorderStyle enum in the future.
Use <a
href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderBottomEnum()"><code>HSSFCellStyle.getBorderBottomEnum()</code></a>.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderBottom()">org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderBottom()</a>
<div class="block"><i>POI 3.15. Use <a
href="org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderBottomEnum()"><code>HSSFBorderFormatting.getBorderBottomEnum()</code></a>.
This method will return an BorderStyle enum in the future.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/CellStyle.html#getBorderBottom()">org.apache.poi.ss.usermodel.CellStyle.getBorderBottom()</a>
<div class="block"><i>POI 3.15. Use <a
href="org/apache/poi/ss/usermodel/CellStyle.html#getBorderBottomEnum()"><code>CellStyle.getBorderBottomEnum()</code></a>
instead.
This will return a BorderStyle enum in the future.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderBottom()">org.apache.poi.ss.usermodel.BorderFormatting.getBorderBottom()</a>
<div class="block"><i>POI 3.15. Use <a
href="org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderBottomEnum()"><code>BorderFormatting.getBorderBottomEnum()</code></a>.
This method will return an BorderStyle enum in the future.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderBottom()">org.apache.poi.xssf.usermodel.XSSFBorderFormatting.getBorderBottom()</a>
<div class="block"><i>POI 3.15. Use <a
href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderBottomEnum()"><code>XSSFBorderFormatting.getBorderBottomEnum()</code></a>.
This method will return an BorderStyle enum in the future.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderBottom()">org.apache.poi.xssf.usermodel.XSSFCellStyle.getBorderBottom()</a>
<div class="block"><i>3.15 beta 2. Use <a
href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderBottomEnum()"><code>XSSFCellStyle.getBorderBottomEnum()</code></a></i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderDiagonal()">org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderDiagonal()</a>
<div class="block"><i>POI 3.15. Use <a
href="org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderDiagonalEnum()"><code>HSSFBorderFormatting.getBorderDiagonalEnum()</code></a>.
This method will return an BorderStyle enum in the future.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderDiagonal()">org.apache.poi.ss.usermodel.BorderFormatting.getBorderDiagonal()</a>
<div class="block"><i>POI 3.15. Use <a
href="org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderDiagonalEnum()"><code>BorderFormatting.getBorderDiagonalEnum()</code></a>.
This method will return an BorderStyle enum in the future.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderDiagonal()">org.apache.poi.xssf.usermodel.XSSFBorderFormatting.getBorderDiagonal()</a>
<div class="block"><i>POI 3.15. Use <a
href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderDiagonalEnum()"><code>XSSFBorderFormatting.getBorderDiagonalEnum()</code></a>.
This method will return an BorderStyle enum in the future.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderLeft()">org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderLeft()</a>
<div class="block"><i>POI 3.15. Will return a BorderStyle enum in the future.
Use <a
href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderLeftEnum()"><code>HSSFCellStyle.getBorderLeftEnum()</code></a>.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderLeft()">org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderLeft()</a>
<div class="block"><i>POI 3.15. Use <a
href="org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderLeftEnum()"><code>HSSFBorderFormatting.getBorderLeftEnum()</code></a>.
This method will return an BorderStyle enum in the future.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/CellStyle.html#getBorderLeft()">org.apache.poi.ss.usermodel.CellStyle.getBorderLeft()</a>
<div class="block"><i>POI 3.15. Use <a
href="org/apache/poi/ss/usermodel/CellStyle.html#getBorderLeftEnum()"><code>CellStyle.getBorderLeftEnum()</code></a>
instead.
This will return a BorderStyle enum in the future.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderLeft()">org.apache.poi.ss.usermodel.BorderFormatting.getBorderLeft()</a>
<div class="block"><i>POI 3.15. Use <a
href="org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderLeftEnum()"><code>BorderFormatting.getBorderLeftEnum()</code></a>.
This method will return an BorderStyle enum in the future.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderLeft()">org.apache.poi.xssf.usermodel.XSSFBorderFormatting.getBorderLeft()</a>
<div class="block"><i>POI 3.15. Use <a
href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderLeftEnum()"><code>XSSFBorderFormatting.getBorderLeftEnum()</code></a>.
This method will return an BorderStyle enum in the future.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderLeft()">org.apache.poi.xssf.usermodel.XSSFCellStyle.getBorderLeft()</a>
<div class="block"><i>3.15 beta 2. Use <a
href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderLeftEnum()"><code>XSSFCellStyle.getBorderLeftEnum()</code></a></i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderRight()">org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderRight()</a>
<div class="block"><i>POI 3.15. Will return a BorderStyle enum in the future.
Use <a
href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderRightEnum()"><code>HSSFCellStyle.getBorderRightEnum()</code></a>.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderRight()">org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderRight()</a>
<div class="block"><i>POI 3.15. Use <a
href="org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderRightEnum()"><code>HSSFBorderFormatting.getBorderRightEnum()</code></a>.
This method will return an BorderStyle enum in the future.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/CellStyle.html#getBorderRight()">org.apache.poi.ss.usermodel.CellStyle.getBorderRight()</a>
<div class="block"><i>POI 3.15. Use <a
href="org/apache/poi/ss/usermodel/CellStyle.html#getBorderRightEnum()"><code>CellStyle.getBorderRightEnum()</code></a>
instead.
This will return a BorderStyle enum in the future.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderRight()">org.apache.poi.ss.usermodel.BorderFormatting.getBorderRight()</a>
<div class="block"><i>POI 3.15. Use <a
href="org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderRightEnum()"><code>BorderFormatting.getBorderRightEnum()</code></a>.
This method will return an BorderStyle enum in the future.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderRight()">org.apache.poi.xssf.usermodel.XSSFBorderFormatting.getBorderRight()</a>
<div class="block"><i>POI 3.15. Use <a
href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderRightEnum()"><code>XSSFBorderFormatting.getBorderRightEnum()</code></a>.
This method will return an BorderStyle enum in the future.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderRight()">org.apache.poi.xssf.usermodel.XSSFCellStyle.getBorderRight()</a>
<div class="block"><i>3.15 beta 2. Use <a
href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderRightEnum()"><code>XSSFCellStyle.getBorderRightEnum()</code></a>
instead</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderTop()">org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderTop()</a>
<div class="block"><i>POI 3.15. Will return a BorderStyle enum in the future.
Use <a
href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderTopEnum()"><code>HSSFCellStyle.getBorderTopEnum()</code></a>.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderTop()">org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderTop()</a>
<div class="block"><i>POI 3.15. Use <a
href="org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderTopEnum()"><code>HSSFBorderFormatting.getBorderTopEnum()</code></a>.
This method will return an BorderStyle enum in the future.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/CellStyle.html#getBorderTop()">org.apache.poi.ss.usermodel.CellStyle.getBorderTop()</a>
<div class="block"><i>POI 3.15. Use <a
href="org/apache/poi/ss/usermodel/CellStyle.html#getBorderTopEnum()"><code>CellStyle.getBorderTopEnum()</code></a>
instead.
This will return a BorderStyle enum in the future.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderTop()">org.apache.poi.ss.usermodel.BorderFormatting.getBorderTop()</a>
<div class="block"><i>POI 3.15. Use <a
href="org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderTopEnum()"><code>BorderFormatting.getBorderTopEnum()</code></a>.
This method will return an BorderStyle enum in the future.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderTop()">org.apache.poi.xssf.usermodel.XSSFBorderFormatting.getBorderTop()</a>
<div class="block"><i>POI 3.15. Use <a
href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderTopEnum()"><code>XSSFBorderFormatting.getBorderTopEnum()</code></a>.
This method will return an BorderStyle enum in the future.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderTop()">org.apache.poi.xssf.usermodel.XSSFCellStyle.getBorderTop()</a>
<div class="block"><i>3.15 beta 2. Use <a
href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderTopEnum()"><code>XSSFCellStyle.getBorderTopEnum()</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hssf/usermodel/HSSFCell.html#getCachedFormulaResultType()">org.apache.poi.hssf.usermodel.HSSFCell.getCachedFormulaResultType()</a>
<div class="block"><i>3.15. Will return a <a
href="org/apache/poi/ss/usermodel/CellType.html" title="enum in
org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the
future.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/ss/formula/EvaluationCell.html#getCachedFormulaResultType()">org.apache.poi.ss.formula.EvaluationCell.getCachedFormulaResultType()</a>
<div class="block"><i>3.15. Will return a <a
href="org/apache/poi/ss/usermodel/CellType.html" title="enum in
org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the
future.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/Cell.html#getCachedFormulaResultType()">org.apache.poi.ss.usermodel.Cell.getCachedFormulaResultType()</a>
<div class="block"><i>3.15. Will return a <a
href="org/apache/poi/ss/usermodel/CellType.html" title="enum in
org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the
future.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xssf/streaming/SXSSFCell.html#getCachedFormulaResultType()">org.apache.poi.xssf.streaming.SXSSFCell.getCachedFormulaResultType()</a>
<div class="block"><i>3.15. Will return a <a
href="org/apache/poi/ss/usermodel/CellType.html" title="enum in
org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the
future.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFCell.html#getCachedFormulaResultType()">org.apache.poi.xssf.usermodel.XSSFCell.getCachedFormulaResultType()</a>
<div class="block"><i>3.15. Will return a <a
href="org/apache/poi/ss/usermodel/CellType.html" title="enum in
org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the
future.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/ss/formula/EvaluationCell.html#getCachedFormulaResultTypeEnum()">org.apache.poi.ss.formula.EvaluationCell.getCachedFormulaResultTypeEnum()</a>
<div class="block"><i>POI 3.15 beta 3.
Will be deleted when we make the CellType enum transition. See bug
59791.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hssf/usermodel/HSSFCell.html#getCellType()">org.apache.poi.hssf.usermodel.HSSFCell.getCellType()</a>
<div class="block"><i>3.15. Will be return a <a
href="org/apache/poi/ss/usermodel/CellType.html" title="enum in
org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the
future.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/ss/formula/EvaluationCell.html#getCellType()">org.apache.poi.ss.formula.EvaluationCell.getCellType()</a>
<div class="block"><i>3.15. Will return a <a
href="org/apache/poi/ss/usermodel/CellType.html" title="enum in
org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the
future.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/CellValue.html#getCellType()">org.apache.poi.ss.usermodel.CellValue.getCellType()</a>
<div class="block"><i>POI 3.15. Use <a
href="org/apache/poi/ss/usermodel/CellValue.html#getCellTypeEnum()"><code>CellValue.getCellTypeEnum()</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/Cell.html#getCellType()">org.apache.poi.ss.usermodel.Cell.getCellType()</a>
<div class="block"><i>POI 3.15. Will return a <a
href="org/apache/poi/ss/usermodel/CellType.html" title="enum in
org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the
future.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xssf/streaming/SXSSFCell.html#getCellType()">org.apache.poi.xssf.streaming.SXSSFCell.getCellType()</a>
<div class="block"><i>3.15. Will return a <a
href="org/apache/poi/ss/usermodel/CellType.html" title="enum in
org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the
future.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFCell.html#getCellType()">org.apache.poi.xssf.usermodel.XSSFCell.getCellType()</a>
<div class="block"><i>3.15. Will return a <a
href="org/apache/poi/ss/usermodel/CellType.html" title="enum in
org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the
future.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/ss/formula/EvaluationCell.html#getCellTypeEnum()">org.apache.poi.ss.formula.EvaluationCell.getCellTypeEnum()</a>
<div class="block"><i>POI 3.15 beta 3.
Will be deleted when we make the CellType enum transition. See bug
59791.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/StyleSheet.html#getCharacterStyle(int)">org.apache.poi.hwpf.model.StyleSheet.getCharacterStyle(int)</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/TextPieceTable.html#getCharIndex(int)">org.apache.poi.hwpf.model.TextPieceTable.getCharIndex(int)</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/CharIndexTranslator.html#getCharIndex(int)">org.apache.poi.hwpf.model.CharIndexTranslator.getCharIndex(int)</a>
<div class="block"><i>This API were based on incorrect assumption that single
byte
offset corresponds to single char offset</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/TextPieceTable.html#getCharIndex(int,%20int)">org.apache.poi.hwpf.model.TextPieceTable.getCharIndex(int,
int)</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/CharIndexTranslator.html#getCharIndex(int,%20int)">org.apache.poi.hwpf.model.CharIndexTranslator.getCharIndex(int,
int)</a>
<div class="block"><i>This API were based on incorrect assumption that single
byte
offset corresponds to single char offset</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/ddf/EscherContainerRecord.html#getChildIterator()">org.apache.poi.ddf.EscherContainerRecord.getChildIterator()</a>
<div class="block"><i>POI 3.16 beta 1. use iterator() or loop over the
container record instead,
e.g. "for (EscherRecord r : container) ..."</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/StyleDescription.html#getCHP()">org.apache.poi.hwpf.model.StyleDescription.getCHP()</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/poifs/crypt/EncryptionVerifier.html#getCipherMode()">org.apache.poi.poifs.crypt.EncryptionVerifier.getCipherMode()</a>
<div class="block"><i>POI 3.16 beta 1. use <a
href="org/apache/poi/poifs/crypt/EncryptionVerifier.html#getChainingMode()"><code>EncryptionVerifier.getChainingMode()</code></a></i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/common/usermodel/HyperlinkType.html#getCode()">org.apache.poi.common.usermodel.HyperlinkType.getCode()</a>
<div class="block"><i>POI 3.15 beta 3</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/CellType.html#getCode()">org.apache.poi.ss.usermodel.CellType.getCode()</a>
<div class="block"><i>POI 3.15 beta 3</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/usermodel/Picture.html#getDxaCropLeft()">org.apache.poi.hwpf.usermodel.Picture.getDxaCropLeft()</a>
<div class="block"><i>POI 3.8 beta 4.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/usermodel/Picture.html#getDxaCropRight()">org.apache.poi.hwpf.usermodel.Picture.getDxaCropRight()</a>
<div class="block"><i>POI 3.8 beta 4.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/usermodel/Picture.html#getDyaCropBottom()">org.apache.poi.hwpf.usermodel.Picture.getDyaCropBottom()</a>
<div class="block"><i>POI 3.8 beta 5.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/usermodel/Picture.html#getDyaCropTop()">org.apache.poi.hwpf.usermodel.Picture.getDyaCropTop()</a>
<div class="block"><i>POI 3.8 beta 5.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/BytePropertyNode.html#getEndBytes()">org.apache.poi.hwpf.model.BytePropertyNode.getEndBytes()</a>
<div class="block"><i>Though bytes are actually stored in file, it is advised
to
use char positions for all operations. Including save
operations, because only char positions are preserved.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getEndnoteContNote()">org.apache.poi.hwpf.usermodel.HeaderStories.getEndnoteContNote()</a>
<div class="block"><i>3.8 beta 4</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getEndnoteContSeparator()">org.apache.poi.hwpf.usermodel.HeaderStories.getEndnoteContSeparator()</a>
<div class="block"><i>3.8 beta 4</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getEndnoteSeparator()">org.apache.poi.hwpf.usermodel.HeaderStories.getEndnoteSeparator()</a>
<div class="block"><i>3.8 beta 4</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getEvenFooter()">org.apache.poi.hwpf.usermodel.HeaderStories.getEvenFooter()</a>
<div class="block"><i>3.8 beta 4</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getEvenHeader()">org.apache.poi.hwpf.usermodel.HeaderStories.getEvenHeader()</a>
<div class="block"><i>3.8 beta 4</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#getFcPlcffldAtn()">org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldAtn()</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#getFcPlcffldEdn()">org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldEdn()</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#getFcPlcffldFtn()">org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldFtn()</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#getFcPlcffldHdr()">org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldHdr()</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#getFcPlcffldHdrtxbx()">org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldHdrtxbx()</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#getFcPlcffldMom()">org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldMom()</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#getFcPlcffldTxbx()">org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldTxbx()</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#getFcPlcfLst()">org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcfLst()</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#getFcPlcspaMom()">org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcspaMom()</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FieldsTables.html#getFieldsPLCF(int)">org.apache.poi.hwpf.model.FieldsTables.getFieldsPLCF(int)</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/HWPFDocument.html#getFieldsTables()">org.apache.poi.hwpf.HWPFDocument.getFieldsTables()</a>
<div class="block"><i>POI 3.8.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getFillPattern()">org.apache.poi.hssf.usermodel.HSSFCellStyle.getFillPattern()</a>
<div class="block"><i>POI 3.15 beta 3. This method will return <a
href="org/apache/poi/ss/usermodel/FillPatternType.html" title="enum in
org.apache.poi.ss.usermodel"><code>FillPatternType</code></a> in the future.
Use <a
href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setFillPattern(org.apache.poi.ss.usermodel.FillPatternType)"><code>HSSFCellStyle.setFillPattern(FillPatternType)</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/CellStyle.html#getFillPattern()">org.apache.poi.ss.usermodel.CellStyle.getFillPattern()</a>
<div class="block"><i>POI 3.15 beta 3. This method will return <a
href="org/apache/poi/ss/usermodel/FillPatternType.html" title="enum in
org.apache.poi.ss.usermodel"><code>FillPatternType</code></a> in the future.
Use <a
href="org/apache/poi/ss/usermodel/CellStyle.html#setFillPattern(org.apache.poi.ss.usermodel.FillPatternType)"><code>CellStyle.setFillPattern(FillPatternType)</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getFillPattern()">org.apache.poi.xssf.usermodel.XSSFCellStyle.getFillPattern()</a>
<div class="block"><i>POI 3.15 beta 3. This method will return <a
href="org/apache/poi/ss/usermodel/FillPatternType.html" title="enum in
org.apache.poi.ss.usermodel"><code>FillPatternType</code></a> in the future.
Use <a
href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#setFillPattern(org.apache.poi.ss.usermodel.FillPatternType)"><code>XSSFCellStyle.setFillPattern(FillPatternType)</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getFirstFooter()">org.apache.poi.hwpf.usermodel.HeaderStories.getFirstFooter()</a>
<div class="block"><i>3.8 beta 4</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getFirstHeader()">org.apache.poi.hwpf.usermodel.HeaderStories.getFirstHeader()</a>
<div class="block"><i>3.8 beta 4</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/extractor/WordExtractor.html#getFooterText()">org.apache.poi.hwpf.extractor.WordExtractor.getFooterText()</a>
<div class="block"><i>3.8 beta 4</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getFootnoteContNote()">org.apache.poi.hwpf.usermodel.HeaderStories.getFootnoteContNote()</a>
<div class="block"><i>3.8 beta 4</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getFootnoteContSeparator()">org.apache.poi.hwpf.usermodel.HeaderStories.getFootnoteContSeparator()</a>
<div class="block"><i>3.8 beta 4</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getFootnoteSeparator()">org.apache.poi.hwpf.usermodel.HeaderStories.getFootnoteSeparator()</a>
<div class="block"><i>3.8 beta 4</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFDataFormat.html#getFormat(int)">org.apache.poi.xssf.usermodel.XSSFDataFormat.getFormat(int)</a>
<div class="block"><i>POI 3.16 beta 1 - use <a
href="org/apache/poi/xssf/usermodel/XSSFDataFormat.html#getFormat(short)"><code>XSSFDataFormat.getFormat(short)</code></a>
instead</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/types/FibBaseAbstractType.html#getFSpare0()">org.apache.poi.hwpf.model.types.FibBaseAbstractType.getFSpare0()</a>
<div class="block"><i>This field should not be used according to
specification</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithmEx()">org.apache.poi.poifs.crypt.EncryptionHeader.getHashAlgorithmEx()</a>
<div class="block"><i>POI 3.16 beta 1. use <a
href="org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithm()"><code>EncryptionHeader.getHashAlgorithm()</code></a></i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/extractor/WordExtractor.html#getHeaderText()">org.apache.poi.hwpf.extractor.WordExtractor.getHeaderText()</a>
<div class="block"><i>3.8 beta 4</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#getLcbPlcffldAtn()">org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldAtn()</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#getLcbPlcffldEdn()">org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldEdn()</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#getLcbPlcffldFtn()">org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldFtn()</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#getLcbPlcffldHdr()">org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldHdr()</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#getLcbPlcffldHdrtxbx()">org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldHdrtxbx()</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#getLcbPlcffldMom()">org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldMom()</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#getLcbPlcffldTxbx()">org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldTxbx()</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#getLcbPlcfLst()">org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcfLst()</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#getLcbPlcspaMom()">org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcspaMom()</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hsmf/MAPIMessage.html#getMessageClass()">org.apache.poi.hsmf.MAPIMessage.getMessageClass()</a>
<div class="block"><i>3.16 beta 3. Use <a
href="org/apache/poi/hsmf/MAPIMessage.html#getMessageClassEnum()"><code>MAPIMessage.getMessageClassEnum()</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xssf/streaming/SXSSFWorkbook.html#getNameAt(int)">org.apache.poi.xssf.streaming.SXSSFWorkbook.getNameAt(int)</a>
<div class="block"><i>3.16. New projects should avoid accessing named ranges
by index.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFWorkbook.html#getNameAt(int)">org.apache.poi.xssf.usermodel.XSSFWorkbook.getNameAt(int)</a>
<div class="block"><i>3.16. New projects should avoid accessing named ranges
by index.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xssf/streaming/SXSSFWorkbook.html#getNameIndex(java.lang.String)">org.apache.poi.xssf.streaming.SXSSFWorkbook.getNameIndex(String)</a>
<div class="block"><i>3.16. New projects should avoid accessing named ranges
by index.
Use <a
href="org/apache/poi/xssf/streaming/SXSSFWorkbook.html#getName(java.lang.String)"><code>SXSSFWorkbook.getName(String)</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFWorkbook.html#getNameIndex(java.lang.String)">org.apache.poi.xssf.usermodel.XSSFWorkbook.getNameIndex(String)</a>
<div class="block"><i>3.16. New projects should avoid accessing named ranges
by index.
Use <a
href="org/apache/poi/xssf/usermodel/XSSFWorkbook.html#getName(java.lang.String)"><code>XSSFWorkbook.getName(String)</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFTable.html#getNumerOfMappedColumns()">org.apache.poi.xssf.usermodel.XSSFTable.getNumerOfMappedColumns()</a>
<div class="block"><i>3.15 beta 2. Use <a
href="org/apache/poi/xssf/usermodel/XSSFTable.html#getNumberOfMappedColumns()"><code>XSSFTable.getNumberOfMappedColumns()</code></a>.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getOddFooter()">org.apache.poi.hwpf.usermodel.HeaderStories.getOddFooter()</a>
<div class="block"><i>3.8 beta 4</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/usermodel/HeaderStories.html#getOddHeader()">org.apache.poi.hwpf.usermodel.HeaderStories.getOddHeader()</a>
<div class="block"><i>3.8 beta 4</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/StyleDescription.html#getPAP()">org.apache.poi.hwpf.model.StyleDescription.getPAP()</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xwpf/usermodel/XWPFRun.html#getParagraph()">org.apache.poi.xwpf.usermodel.XWPFRun.getParagraph()</a>
<div class="block"><i>use <a
href="org/apache/poi/xwpf/usermodel/XWPFRun.html#getParent()"><code>XWPFRun.getParent()</code></a>
instead</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/PAPX.html#getParagraphProperties(org.apache.poi.hwpf.model.StyleSheet)">org.apache.poi.hwpf.model.PAPX.getParagraphProperties(StyleSheet)</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/StyleSheet.html#getParagraphStyle(int)">org.apache.poi.hwpf.model.StyleSheet.getParagraphStyle(int)</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/extractor/Word6Extractor.html#getParagraphText()">org.apache.poi.hwpf.extractor.Word6Extractor.getParagraphText()</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html#getPOIFSDirectory()">org.apache.poi.hslf.usermodel.HSLFSlideShowImpl.getPOIFSDirectory()</a>
<div class="block"><i>POI 3.16 beta 1. use <a
href="org/apache/poi/POIDocument.html#getDirectory()"><code>POIDocument.getDirectory()</code></a>
instead</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/types/LSTFAbstractType.html#getReserved1()">org.apache.poi.hwpf.model.types.LSTFAbstractType.getReserved1()</a>
<div class="block"><i>This field should not be used according to
specification</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getRootDirectory()">org.apache.poi.hssf.usermodel.HSSFWorkbook.getRootDirectory()</a>
<div class="block"><i>POI 3.16 beta 1. use <a
href="org/apache/poi/POIDocument.html#getDirectory()"><code>POIDocument.getDirectory()</code></a>
instead</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/BytePropertyNode.html#getStartBytes()">org.apache.poi.hwpf.model.BytePropertyNode.getStartBytes()</a>
<div class="block"><i>Though bytes are actually stored in file, it is advised
to
use char positions for all operations. Including save
operations, because only char positions are preserved.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/TextPiece.html#getStringBuffer()">org.apache.poi.hwpf.model.TextPiece.getStringBuffer()</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFChart.html#getTitle()">org.apache.poi.xssf.usermodel.XSSFChart.getTitle()</a>
<div class="block"><i>POI 3.16, use <a
href="org/apache/poi/xssf/usermodel/XSSFChart.html#getTitleText()"><code>XSSFChart.getTitleText()</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/common/usermodel/Hyperlink.html#getType()">org.apache.poi.common.usermodel.Hyperlink.getType()</a>
<div class="block"><i>POI 3.15 beta 3. Use <a
href="org/apache/poi/common/usermodel/Hyperlink.html#getTypeEnum()"><code>Hyperlink.getTypeEnum()</code></a>
getType will return a HyperlinkType enum in the future.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hssf/usermodel/HSSFHyperlink.html#getType()">org.apache.poi.hssf.usermodel.HSSFHyperlink.getType()</a>
<div class="block"><i>POI 3.15. Use <a
href="org/apache/poi/hssf/usermodel/HSSFHyperlink.html#getTypeEnum()"><code>HSSFHyperlink.getTypeEnum()</code></a>
instead.
getType will return a HyperlinkType enum in the future.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hslf/usermodel/HSLFHyperlink.html#getType()">org.apache.poi.hslf.usermodel.HSLFHyperlink.getType()</a>
<div class="block"><i>POI 3.15 beta 3. Use <a
href="org/apache/poi/hslf/usermodel/HSLFHyperlink.html#getTypeEnum()"><code>HSLFHyperlink.getTypeEnum()</code></a></i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFHyperlink.html#getType()">org.apache.poi.xssf.usermodel.XSSFHyperlink.getType()</a>
<div class="block"><i>POI 3.15 beta 3. Use <a
href="org/apache/poi/xssf/usermodel/XSSFHyperlink.html#getTypeEnum()"><code>XSSFHyperlink.getTypeEnum()</code></a>
instead.
getType will return a HyperlinkType enum in the future.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/types/LFOLVLBaseAbstractType.html#getUnused1()">org.apache.poi.hwpf.model.types.LFOLVLBaseAbstractType.getUnused1()</a>
<div class="block"><i>This field should not be used according to
specification</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/types/LFOLVLBaseAbstractType.html#getUnused2()">org.apache.poi.hwpf.model.types.LFOLVLBaseAbstractType.getUnused2()</a>
<div class="block"><i>This field should not be used according to
specification</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getVerticalAlignment()">org.apache.poi.hssf.usermodel.HSSFCellStyle.getVerticalAlignment()</a>
<div class="block"><i>POI 3.15 beta 3. Use <a
href="org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getVerticalAlignmentEnum()"><code>HSSFCellStyle.getVerticalAlignmentEnum()</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/CellStyle.html#getVerticalAlignment()">org.apache.poi.ss.usermodel.CellStyle.getVerticalAlignment()</a>
<div class="block"><i>POI 3.15 beta 3. Use <a
href="org/apache/poi/ss/usermodel/CellStyle.html#getVerticalAlignmentEnum()"><code>CellStyle.getVerticalAlignmentEnum()</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getVerticalAlignment()">org.apache.poi.xssf.usermodel.XSSFCellStyle.getVerticalAlignment()</a>
<div class="block"><i>POI 3.15 beta 3. Use <a
href="org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getVerticalAlignmentEnum()"><code>XSSFCellStyle.getVerticalAlignmentEnum()</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/usermodel/Range.html#insertAfter(org.apache.poi.hwpf.usermodel.ParagraphProperties,%20int)">org.apache.poi.hwpf.usermodel.Range.insertAfter(ParagraphProperties,
int)</a>
<div class="block"><i>POI 3.8 beta 4. Use code shall not work with <a
href="org/apache/poi/hwpf/usermodel/ParagraphProperties.html" title="class in
org.apache.poi.hwpf.usermodel"><code>ParagraphProperties</code></a></i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/usermodel/Range.html#insertAfter(org.apache.poi.hwpf.usermodel.ParagraphProperties,%20int,%20java.lang.String)">org.apache.poi.hwpf.usermodel.Range.insertAfter(ParagraphProperties,
int, String)</a>
<div class="block"><i>POI 3.8 beta 4. Use code shall not work with <a
href="org/apache/poi/hwpf/usermodel/ParagraphProperties.html" title="class in
org.apache.poi.hwpf.usermodel"><code>ParagraphProperties</code></a></i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/ddf/EscherBoolProperty.html#isFalse()">org.apache.poi.ddf.EscherBoolProperty.isFalse()</a>
<div class="block"><i>use !isTrue() instead, planed to be removed in POI
3.17</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/types/FibBaseAbstractType.html#isFEmptySpecial()">org.apache.poi.hwpf.model.types.FibBaseAbstractType.isFEmptySpecial()</a>
<div class="block"><i>This field should not be used according to
specification</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/types/FibBaseAbstractType.html#isFMac()">org.apache.poi.hwpf.model.types.FibBaseAbstractType.isFMac()</a>
<div class="block"><i>This field should not be used according to
specification</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/ss/formula/atp/WorkdayCalculator.html#isNonWorkday(double,%20double[])">org.apache.poi.ss.formula.atp.WorkdayCalculator.isNonWorkday(double,
double[])</a>
<div class="block"><i>POI 3.16 - will be removed, not used in POI
itself</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/types/FibBaseAbstractType.html#isReserved1()">org.apache.poi.hwpf.model.types.FibBaseAbstractType.isReserved1()</a>
<div class="block"><i>This field should not be used according to
specification</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/types/FibBaseAbstractType.html#isReserved2()">org.apache.poi.hwpf.model.types.FibBaseAbstractType.isReserved2()</a>
<div class="block"><i>This field should not be used according to
specification</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xwpf/usermodel/XWPFRun.html#isStrike()">org.apache.poi.xwpf.usermodel.XWPFRun.isStrike()</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/types/LSTFAbstractType.html#isUnused1()">org.apache.poi.hwpf.model.types.LSTFAbstractType.isUnused1()</a>
<div class="block"><i>This field should not be used according to
specification</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/types/LVLFAbstractType.html#isUnused1()">org.apache.poi.hwpf.model.types.LVLFAbstractType.isUnused1()</a>
<div class="block"><i>This field should not be used according to
specification</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/types/LSTFAbstractType.html#isUnused2()">org.apache.poi.hwpf.model.types.LSTFAbstractType.isUnused2()</a>
<div class="block"><i>This field should not be used according to
specification</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hslf/record/RecordContainer.html#moveChildBefore(org.apache.poi.hslf.record.Record,%20org.apache.poi.hslf.record.Record)">org.apache.poi.hslf.record.RecordContainer.moveChildBefore(Record,
Record)</a>
<div class="block"><i>method is not used within POI and will be
removed</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hslf/record/RecordContainer.html#moveChildrenAfter(org.apache.poi.hslf.record.Record,%20int,%20org.apache.poi.hslf.record.Record)">org.apache.poi.hslf.record.RecordContainer.moveChildrenAfter(Record,
int, Record)</a>
<div class="block"><i>method is not used within POI and will be
removed</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hslf/record/RecordContainer.html#moveChildrenBefore(org.apache.poi.hslf.record.Record,%20int,%20org.apache.poi.hslf.record.Record)">org.apache.poi.hslf.record.RecordContainer.moveChildrenBefore(Record,
int, Record)</a>
<div class="block"><i>method is not used within POI and will be
removed</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hssf/record/DrawingRecord.html#processContinueRecord(byte[])">org.apache.poi.hssf.record.DrawingRecord.processContinueRecord(byte[])</a>
<div class="block"><i>POI 3.9</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hssf/record/RecordInputStream.html#readAllContinuedRemainder()">org.apache.poi.hssf.record.RecordInputStream.readAllContinuedRemainder()</a>
<div class="block"><i>POI 2.0 Best to write a input stream that wraps this one
where there is special sub record that may overlap continue
records.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xssf/streaming/SXSSFWorkbook.html#removeName(int)">org.apache.poi.xssf.streaming.SXSSFWorkbook.removeName(int)</a>
<div class="block"><i>3.16. New projects should use <a
href="org/apache/poi/xssf/streaming/SXSSFWorkbook.html#removeName(org.apache.poi.ss.usermodel.Name)"><code>SXSSFWorkbook.removeName(Name)</code></a>.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFWorkbook.html#removeName(int)">org.apache.poi.xssf.usermodel.XSSFWorkbook.removeName(int)</a>
<div class="block"><i>3.16. New projects should use <a
href="org/apache/poi/xssf/usermodel/XSSFWorkbook.html#removeName(org.apache.poi.ss.usermodel.Name)"><code>XSSFWorkbook.removeName(Name)</code></a>.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xssf/streaming/SXSSFWorkbook.html#removeName(java.lang.String)">org.apache.poi.xssf.streaming.SXSSFWorkbook.removeName(String)</a>
<div class="block"><i>3.16. New projects should use <a
href="org/apache/poi/xssf/streaming/SXSSFWorkbook.html#removeName(org.apache.poi.ss.usermodel.Name)"><code>SXSSFWorkbook.removeName(Name)</code></a>.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFWorkbook.html#removeName(java.lang.String)">org.apache.poi.xssf.usermodel.XSSFWorkbook.removeName(String)</a>
<div class="block"><i>3.16. New projects should use <a
href="org/apache/poi/xssf/usermodel/XSSFWorkbook.html#removeName(org.apache.poi.ss.usermodel.Name)"><code>XSSFWorkbook.removeName(Name)</code></a>.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFSheet.html#setActiveCell(java.lang.String)">org.apache.poi.xssf.usermodel.XSSFSheet.setActiveCell(String)</a>
<div class="block"><i>3.14beta2 (circa 2015-12-05). Use <a
href="org/apache/poi/xssf/usermodel/XSSFSheet.html#setActiveCell(org.apache.poi.ss.util.CellAddress)"><code>XSSFSheet.setActiveCell(CellAddress)</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">org.apache.poi.ss.util.RegionUtil.setBorderBottom(int,
CellRangeAddress, Sheet)</a>
<div class="block"><i>POI 3.16 beta 1. Use <a
href="org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderBottom(BorderStyle,
CellRangeAddress, Sheet)</code></a>.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderBottom(short)">org.apache.poi.ss.usermodel.BorderFormatting.setBorderBottom(short)</a>
<div class="block"><i>3.15 beta 2. Use <a
href="org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle)"><code>BorderFormatting.setBorderBottom(BorderStyle)</code></a></i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderBottom(short)">org.apache.poi.xssf.usermodel.XSSFBorderFormatting.setBorderBottom(short)</a>
<div class="block"><i>3.15 beta 2. Use <a
href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle)"><code>XSSFBorderFormatting.setBorderBottom(BorderStyle)</code></a></i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderDiagonal(short)">org.apache.poi.ss.usermodel.BorderFormatting.setBorderDiagonal(short)</a>
<div class="block"><i>3.15 beta 2. Use <a
href="org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderDiagonal(org.apache.poi.ss.usermodel.BorderStyle)"><code>BorderFormatting.setBorderDiagonal(BorderStyle)</code></a></i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderDiagonal(short)">org.apache.poi.xssf.usermodel.XSSFBorderFormatting.setBorderDiagonal(short)</a>
<div class="block"><i>3.15 beta 2. Use <a
href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderDiagonal(org.apache.poi.ss.usermodel.BorderStyle)"><code>XSSFBorderFormatting.setBorderDiagonal(BorderStyle)</code></a></i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">org.apache.poi.ss.util.RegionUtil.setBorderLeft(int,
CellRangeAddress, Sheet)</a>
<div class="block"><i>3.16 beta 1. Use <a
href="org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderLeft(BorderStyle,
CellRangeAddress, Sheet)</code></a>.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderLeft(short)">org.apache.poi.ss.usermodel.BorderFormatting.setBorderLeft(short)</a>
<div class="block"><i>3.15 beta 2. Use <a
href="org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle)"><code>BorderFormatting.setBorderLeft(BorderStyle)</code></a></i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderLeft(short)">org.apache.poi.xssf.usermodel.XSSFBorderFormatting.setBorderLeft(short)</a>
<div class="block"><i>3.15 beta 2. Use <a
href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle)"><code>XSSFBorderFormatting.setBorderLeft(BorderStyle)</code></a></i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/ss/util/RegionUtil.html#setBorderRight(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">org.apache.poi.ss.util.RegionUtil.setBorderRight(int,
CellRangeAddress, Sheet)</a>
<div class="block"><i>POI 3.16 beta 1. Use <a
href="org/apache/poi/ss/util/RegionUtil.html#setBorderRight(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderRight(BorderStyle,
CellRangeAddress, Sheet)</code></a>.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderRight(short)">org.apache.poi.ss.usermodel.BorderFormatting.setBorderRight(short)</a>
<div class="block"><i>3.15 beta 2. Use <a
href="org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderRight(org.apache.poi.ss.usermodel.BorderStyle)"><code>BorderFormatting.setBorderRight(BorderStyle)</code></a></i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderRight(short)">org.apache.poi.xssf.usermodel.XSSFBorderFormatting.setBorderRight(short)</a>
<div class="block"><i>3.15 beta 2. Use <a
href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderRight(org.apache.poi.ss.usermodel.BorderStyle)"><code>XSSFBorderFormatting.setBorderRight(BorderStyle)</code></a></i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/ss/util/RegionUtil.html#setBorderTop(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">org.apache.poi.ss.util.RegionUtil.setBorderTop(int,
CellRangeAddress, Sheet)</a>
<div class="block"><i>3.16 beta 1. Use <a
href="org/apache/poi/ss/util/RegionUtil.html#setBorderTop(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderTop(BorderStyle,
CellRangeAddress, Sheet)</code></a>.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderTop(short)">org.apache.poi.ss.usermodel.BorderFormatting.setBorderTop(short)</a>
<div class="block"><i>3.15 beta 2. Use <a
href="org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderTop(org.apache.poi.ss.usermodel.BorderStyle)"><code>BorderFormatting.setBorderTop(BorderStyle)</code></a></i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderTop(short)">org.apache.poi.xssf.usermodel.XSSFBorderFormatting.setBorderTop(short)</a>
<div class="block"><i>3.15 beta 2. Use <a
href="org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderTop(org.apache.poi.ss.usermodel.BorderStyle)"><code>XSSFBorderFormatting.setBorderTop(BorderStyle)</code></a></i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hssf/usermodel/HSSFCell.html#setCellErrorValue(byte)">org.apache.poi.hssf.usermodel.HSSFCell.setCellErrorValue(byte)</a>
<div class="block"><i>3.15 beta 2. Use <a
href="org/apache/poi/hssf/usermodel/HSSFCell.html#setCellErrorValue(org.apache.poi.ss.usermodel.FormulaError)"><code>HSSFCell.setCellErrorValue(FormulaError)</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hssf/usermodel/HSSFCell.html#setCellType(int)">org.apache.poi.hssf.usermodel.HSSFCell.setCellType(int)</a>
<div class="block"><i>POI 3.15 beta 3. Use <a
href="org/apache/poi/hssf/usermodel/HSSFCell.html#setCellType(org.apache.poi.ss.usermodel.CellType)"><code>HSSFCell.setCellType(CellType)</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/Cell.html#setCellType(int)">org.apache.poi.ss.usermodel.Cell.setCellType(int)</a>
<div class="block"><i>POI 3.15 beta 3. Use <a
href="org/apache/poi/ss/usermodel/Cell.html#setCellType(org.apache.poi.ss.usermodel.CellType)"><code>Cell.setCellType(CellType)</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xssf/streaming/SXSSFCell.html#setCellType(int)">org.apache.poi.xssf.streaming.SXSSFCell.setCellType(int)</a>
<div class="block"><i>POI 3.15 beta 3. Use <a
href="org/apache/poi/xssf/streaming/SXSSFCell.html#setCellType(org.apache.poi.ss.usermodel.CellType)"><code>SXSSFCell.setCellType(CellType)</code></a>
instead.
Will be deleted when we make the CellType enum transition. See bug
59791.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFCell.html#setCellType(int)">org.apache.poi.xssf.usermodel.XSSFCell.setCellType(int)</a>
<div class="block"><i>POI 3.15 beta 3. Use <a
href="org/apache/poi/xssf/usermodel/XSSFCell.html#setCellType(org.apache.poi.ss.usermodel.CellType)"><code>XSSFCell.setCellType(CellType)</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#setFcPlcffldAtn(int)">org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcffldAtn(int)</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#setFcPlcffldEdn(int)">org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcffldEdn(int)</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#setFcPlcffldFtn(int)">org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcffldFtn(int)</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#setFcPlcffldHdr(int)">org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcffldHdr(int)</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#setFcPlcffldHdrtxbx(int)">org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcffldHdrtxbx(int)</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#setFcPlcffldMom(int)">org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcffldMom(int)</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#setFcPlcffldTxbx(int)">org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcffldTxbx(int)</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#setFcPlcfLst(int)">org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcfLst(int)</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#setLcbPlcffldAtn(int)">org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcffldAtn(int)</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#setLcbPlcffldEdn(int)">org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcffldEdn(int)</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#setLcbPlcffldFtn(int)">org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcffldFtn(int)</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#setLcbPlcffldHdr(int)">org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcffldHdr(int)</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#setLcbPlcffldHdrtxbx(int)">org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcffldHdrtxbx(int)</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#setLcbPlcffldMom(int)">org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcffldMom(int)</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#setLcbPlcffldTxbx(int)">org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcffldTxbx(int)</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FileInformationBlock.html#setLcbPlcfLst(int)">org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcfLst(int)</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hssf/usermodel/HSSFWorkbook.html#setSheetHidden(int,%20int)">org.apache.poi.hssf.usermodel.HSSFWorkbook.setSheetHidden(int,
int)</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/ss/usermodel/Workbook.html#setSheetHidden(int,%20int)">org.apache.poi.ss.usermodel.Workbook.setSheetHidden(int,
int)</a>
<div class="block"><i>POI 3.16 beta 2. Use <a
href="org/apache/poi/ss/usermodel/Workbook.html#setSheetVisibility(int,%20org.apache.poi.ss.usermodel.SheetVisibility)"><code>Workbook.setSheetVisibility(int,
SheetVisibility)</code></a> instead.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xssf/streaming/SXSSFWorkbook.html#setSheetHidden(int,%20int)">org.apache.poi.xssf.streaming.SXSSFWorkbook.setSheetHidden(int,
int)</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFWorkbook.html#setSheetHidden(int,%20int)">org.apache.poi.xssf.usermodel.XSSFWorkbook.setSheetHidden(int,
int)</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xwpf/usermodel/XWPFRun.html#setStrike(boolean)">org.apache.poi.xwpf.usermodel.XWPFRun.setStrike(boolean)</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/XSSFChart.html#setTitle(java.lang.String)">org.apache.poi.xssf.usermodel.XSSFChart.setTitle(String)</a>
<div class="block"><i>POI 3.16, use <a
href="org/apache/poi/xssf/usermodel/XSSFChart.html#setTitleText(java.lang.String)"><code>XSSFChart.setTitleText(String)</code></a>
instead.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setWordWrap(boolean)">org.apache.poi.xwpf.usermodel.XWPFParagraph.setWordWrap(boolean)</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#shiftMerged(int,%20int,%20int)">org.apache.poi.xssf.usermodel.helpers.XSSFRowShifter.shiftMerged(int,
int, int)</a>
<div class="block"><i>POI 3.15 beta 2. Use <a
href="org/apache/poi/ss/usermodel/helpers/RowShifter.html#shiftMergedRegions(int,%20int,%20int)"><code>RowShifter.shiftMergedRegions(int,
int, int)</code></a> instead.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hssf/usermodel/HSSFSheet.html#shiftMerged(int,%20int,%20int,%20boolean)">org.apache.poi.hssf.usermodel.HSSFSheet.shiftMerged(int,
int, int, boolean)</a>
<div class="block"><i>POI 3.15 beta 2. Use <a
href="org/apache/poi/ss/usermodel/helpers/RowShifter.html#shiftMergedRegions(int,%20int,%20int)"><code>RowShifter.shiftMergedRegions(int,
int, int)</code></a>.</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/OldTextPiece.html#substring(int,%20int)">org.apache.poi.hwpf.model.OldTextPiece.substring(int,
int)</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/TextPiece.html#substring(int,%20int)">org.apache.poi.hwpf.model.TextPiece.substring(int,
int)</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/CHPFormattedDiskPage.html#toByteArray(org.apache.poi.hwpf.model.CharIndexTranslator,%20int)">org.apache.poi.hwpf.model.CHPFormattedDiskPage.toByteArray(CharIndexTranslator,
int)</a>
<div class="block"><i>Use <a
href="org/apache/poi/hwpf/model/CHPFormattedDiskPage.html#toByteArray(org.apache.poi.hwpf.model.CharIndexTranslator)"><code>CHPFormattedDiskPage.toByteArray(CharIndexTranslator)</code></a>
instead</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/ss/format/CellFormat.html#ultimateType(org.apache.poi.ss.usermodel.Cell)">org.apache.poi.ss.format.CellFormat.ultimateType(Cell)</a>
<div class="block"><i>POI 3.15. This will return a CellType enum in the
future</i></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/ss/format/CellFormat.html#ultimateTypeEnum(org.apache.poi.ss.usermodel.Cell)">org.apache.poi.ss.format.CellFormat.ultimateTypeEnum(Cell)</a>
<div class="block"><i>POI 3.15 beta 3
Will be deleted when we make the CellType enum transition. See bug
59791.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/sprm/CharacterSprmUncompressor.html#uncompressCHP(org.apache.poi.hwpf.usermodel.CharacterProperties,%20byte[],%20int)">org.apache.poi.hwpf.sprm.CharacterSprmUncompressor.uncompressCHP(CharacterProperties,
byte[], int)</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/ss/util/WorkbookUtil.html#validateSheetState(int)">org.apache.poi.ss.util.WorkbookUtil.validateSheetState(int)</a>
<div class="block"><i>POI 3.16 beta 2. Use <a
href="org/apache/poi/ss/usermodel/SheetVisibility.html" title="enum in
org.apache.poi.ss.usermodel"><code>SheetVisibility</code></a> instead.</i></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/ComplexFileTable.html#writeTo(org.apache.poi.hwpf.model.io.HWPFFileSystem)">org.apache.poi.hwpf.model.ComplexFileTable.writeTo(HWPFFileSystem)</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/FontTable.html#writeTo(org.apache.poi.hwpf.model.io.HWPFFileSystem)">org.apache.poi.hwpf.model.FontTable.writeTo(HWPFFileSystem)</a></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/SectionTable.html#writeTo(org.apache.poi.hwpf.model.io.HWPFFileSystem,%20int)">org.apache.poi.hwpf.model.SectionTable.writeTo(HWPFFileSystem,
int)</a></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colOne"><a
href="org/apache/poi/hwpf/model/CHPBinTable.html#writeTo(org.apache.poi.hwpf.model.io.HWPFFileSystem,%20int,%20org.apache.poi.hwpf.model.CharIndexTranslator)">org.apache.poi.hwpf.model.CHPBinTable.writeTo(HWPFFileSystem,
int, CharIndexTranslator)</a></td>
</tr>
</tbody>
Modified: poi/site/publish/apidocs/index-all.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1803138&r1=1803137&r2=1803138&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Thu Jul 27 08:29:25 2017
@@ -14701,6 +14701,12 @@
<dd> </dd>
<dt><span class="strong"><a
href="./org/apache/poi/ss/formula/functions/TextFunction.html#evaluateIntArg(org.apache.poi.ss.formula.eval.ValueEval,%20int,%20int)">evaluateIntArg(ValueEval,
int, int)</a></span> - Static method in class
org.apache.poi.ss.formula.functions.<a
href="./org/apache/poi/ss/formula/functions/TextFunction.html" title="class in
org.apache.poi.ss.formula.functions">TextFunction</a></dt>
<dd> </dd>
+<dt><span class="strong"><a
href="./org/apache/poi/ss/formula/WorkbookEvaluator.html#evaluateList(java.lang.String,%20org.apache.poi.ss.util.CellReference,%20org.apache.poi.ss.util.CellRangeAddressBase)">evaluateList(String,
CellReference, CellRangeAddressBase)</a></span> - Method in class
org.apache.poi.ss.formula.<a
href="./org/apache/poi/ss/formula/WorkbookEvaluator.html" title="class in
org.apache.poi.ss.formula">WorkbookEvaluator</a></dt>
+<dd>
+<div class="block">Some expressions need to be evaluated in terms of an offset
from the top left corner of a region,
+ such as some data validation and conditional format expressions, when those
constraints apply
+ to contiguous cells.</div>
+</dd>
<dt><span class="strong"><a
href="./org/apache/poi/ss/formula/functions/TextFunction.html#evaluateStringArg(org.apache.poi.ss.formula.eval.ValueEval,%20int,%20int)">evaluateStringArg(ValueEval,
int, int)</a></span> - Static method in class
org.apache.poi.ss.formula.functions.<a
href="./org/apache/poi/ss/formula/functions/TextFunction.html" title="class in
org.apache.poi.ss.formula.functions">TextFunction</a></dt>
<dd> </dd>
<dt><a href="./org/apache/poi/ss/formula/EvaluationCell.html" title="interface
in org.apache.poi.ss.formula"><span class="strong">EvaluationCell</span></a> -
Interface in <a
href="./org/apache/poi/ss/formula/package-summary.html">org.apache.poi.ss.formula</a></dt>
@@ -17952,9 +17958,7 @@
</dd>
<dt><span class="strong"><a
href="./org/apache/poi/ss/formula/FormulaType.html#forInt(int)">forInt(int)</a></span>
- Static method in enum org.apache.poi.ss.formula.<a
href="./org/apache/poi/ss/formula/FormulaType.html" title="enum in
org.apache.poi.ss.formula">FormulaType</a></dt>
<dd>
-<div class="block"><span class="strong">Deprecated.</span>
-<div class="block"><i>POI 3.15 beta 3. Used to transition code from
<code>int</code>s to <code>FormulaType</code>s.</i></div>
-</div>
+<div class="block">Used to transition from <code>int</code>s (possibly stored
in the Excel file) to <code>FormulaType</code>s.</div>
</dd>
<dt><span class="strong"><a
href="./org/apache/poi/ss/usermodel/CellType.html#forInt(int)">forInt(int)</a></span>
- Static method in enum org.apache.poi.ss.usermodel.<a
href="./org/apache/poi/ss/usermodel/CellType.html" title="enum in
org.apache.poi.ss.usermodel">CellType</a></dt>
<dd>
@@ -51646,6 +51650,12 @@
<dd> </dd>
<dt><span class="strong"><a
href="./org/apache/poi/ss/util/AreaReference.html#isSingleCell()">isSingleCell()</a></span>
- Method in class org.apache.poi.ss.util.<a
href="./org/apache/poi/ss/util/AreaReference.html" title="class in
org.apache.poi.ss.util">AreaReference</a></dt>
<dd> </dd>
+<dt><span class="strong"><a
href="./org/apache/poi/ss/formula/FormulaType.html#isSingleValue()">isSingleValue()</a></span>
- Method in enum org.apache.poi.ss.formula.<a
href="./org/apache/poi/ss/formula/FormulaType.html" title="enum in
org.apache.poi.ss.formula">FormulaType</a></dt>
+<dd> </dd>
+<dt><span class="strong"><a
href="./org/apache/poi/ss/formula/OperationEvaluationContext.html#isSingleValue()">isSingleValue()</a></span>
- Method in class org.apache.poi.ss.formula.<a
href="./org/apache/poi/ss/formula/OperationEvaluationContext.html" title="class
in org.apache.poi.ss.formula">OperationEvaluationContext</a></dt>
+<dd>
+<div class="block">default true</div>
+</dd>
<dt><span class="strong"><a
href="./org/apache/poi/ss/formula/ptg/AttrPtg.html#isSkip()">isSkip()</a></span>
- Method in class org.apache.poi.ss.formula.ptg.<a
href="./org/apache/poi/ss/formula/ptg/AttrPtg.html" title="class in
org.apache.poi.ss.formula.ptg">AttrPtg</a></dt>
<dd> </dd>
<dt><span class="strong"><a
href="./org/apache/poi/hslf/model/HeadersFooters.html#isSlideNumberVisible()">isSlideNumberVisible()</a></span>
- Method in class org.apache.poi.hslf.model.<a
href="./org/apache/poi/hslf/model/HeadersFooters.html" title="class in
org.apache.poi.hslf.model">HeadersFooters</a></dt>
@@ -56463,6 +56473,8 @@
</dd>
<dt><span class="strong"><a
href="./org/apache/poi/ss/formula/OperationEvaluationContext.html#OperationEvaluationContext(org.apache.poi.ss.formula.WorkbookEvaluator,%20org.apache.poi.ss.formula.EvaluationWorkbook,%20int,%20int,%20int,%20org.apache.poi.ss.formula.EvaluationTracker)">OperationEvaluationContext(WorkbookEvaluator,
EvaluationWorkbook, int, int, int, EvaluationTracker)</a></span> - Constructor
for class org.apache.poi.ss.formula.<a
href="./org/apache/poi/ss/formula/OperationEvaluationContext.html" title="class
in org.apache.poi.ss.formula">OperationEvaluationContext</a></dt>
<dd> </dd>
+<dt><span class="strong"><a
href="./org/apache/poi/ss/formula/OperationEvaluationContext.html#OperationEvaluationContext(org.apache.poi.ss.formula.WorkbookEvaluator,%20org.apache.poi.ss.formula.EvaluationWorkbook,%20int,%20int,%20int,%20org.apache.poi.ss.formula.EvaluationTracker,%20boolean)">OperationEvaluationContext(WorkbookEvaluator,
EvaluationWorkbook, int, int, int, EvaluationTracker, boolean)</a></span> -
Constructor for class org.apache.poi.ss.formula.<a
href="./org/apache/poi/ss/formula/OperationEvaluationContext.html" title="class
in org.apache.poi.ss.formula">OperationEvaluationContext</a></dt>
+<dd> </dd>
<dt><a href="./org/apache/poi/ss/formula/ptg/OperationPtg.html" title="class
in org.apache.poi.ss.formula.ptg"><span class="strong">OperationPtg</span></a>
- Class in <a
href="./org/apache/poi/ss/formula/ptg/package-summary.html">org.apache.poi.ss.formula.ptg</a></dt>
<dd>
<div class="block">defines a Ptg that is an operation instead of an
operand</div>
@@ -88400,7 +88412,10 @@ the order they are declared.</div>
</dd>
<dt><a href="./org/apache/poi/ss/formula/WorkbookEvaluator.html" title="class
in org.apache.poi.ss.formula"><span class="strong">WorkbookEvaluator</span></a>
- Class in <a
href="./org/apache/poi/ss/formula/package-summary.html">org.apache.poi.ss.formula</a></dt>
<dd>
-<div class="block">Evaluates formula cells.</div>
+<div class="block">Evaluates formula cells.<p/>
+
+ For performance reasons, this class keeps a cache of all previously
calculated intermediate
+ cell values.</div>
</dd>
<dt><span class="strong"><a
href="./org/apache/poi/ss/formula/WorkbookEvaluator.html#WorkbookEvaluator(org.apache.poi.ss.formula.EvaluationWorkbook,%20org.apache.poi.ss.formula.IStabilityClassifier,%20org.apache.poi.ss.formula.udf.UDFFinder)">WorkbookEvaluator(EvaluationWorkbook,
IStabilityClassifier, UDFFinder)</a></span> - Constructor for class
org.apache.poi.ss.formula.<a
href="./org/apache/poi/ss/formula/WorkbookEvaluator.html" title="class in
org.apache.poi.ss.formula">WorkbookEvaluator</a></dt>
<dd> </dd>
Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/FormulaType.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/FormulaType.html?rev=1803138&r1=1803137&r2=1803138&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/FormulaType.html
(original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/FormulaType.html Thu Jul
27 08:29:25 2017
@@ -181,18 +181,20 @@ extends java.lang.Enum<<a href="../..
<tr class="altColor">
<td class="colFirst"><code>static <a
href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in
org.apache.poi.ss.formula">FormulaType</a></code></td>
<td class="colLast"><code><strong><a
href="../../../../../org/apache/poi/ss/formula/FormulaType.html#forInt(int)">forInt</a></strong>(int code)</code>
-<div class="block"><strong>Deprecated.</strong>
-<div class="block"><i>POI 3.15 beta 3. Used to transition code from
<code>int</code>s to <code>FormulaType</code>s.</i></div>
-</div>
+<div class="block">Used to transition from <code>int</code>s (possibly stored
in the Excel file) to <code>FormulaType</code>s.</div>
</td>
</tr>
<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/poi/ss/formula/FormulaType.html#isSingleValue()">isSingleValue</a></strong>()</code> </td>
+</tr>
+<tr class="altColor">
<td class="colFirst"><code>static <a
href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in
org.apache.poi.ss.formula">FormulaType</a></code></td>
<td class="colLast"><code><strong><a
href="../../../../../org/apache/poi/ss/formula/FormulaType.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String name)</code>
<div class="block">Returns the enum constant of this type with the specified
name.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code>static <a
href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in
org.apache.poi.ss.formula">FormulaType</a>[]</code></td>
<td class="colLast"><code><strong><a
href="../../../../../org/apache/poi/ss/formula/FormulaType.html#values()">values</a></strong>()</code>
<div class="block">Returns an array containing the constants of this enum
type, in
@@ -336,6 +338,16 @@ not permitted.)</div>
<dd><code>java.lang.NullPointerException</code> - if the argument is
null</dd></dl>
</li>
</ul>
+<a name="isSingleValue()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isSingleValue</h4>
+<pre>public boolean isSingleValue()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>true if this formula type
only returns single values, false if it can return multiple values (arrays,
ranges, etc.)</dd></dl>
+</li>
+</ul>
<a name="forInt(int)">
<!-- -->
</a>
@@ -343,8 +355,11 @@ not permitted.)</div>
<li class="blockList">
<h4>forInt</h4>
<pre>public static <a
href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in
org.apache.poi.ss.formula">FormulaType</a> forInt(int code)</pre>
-<div class="block"><span class="strong">Deprecated.</span> <i>POI 3.15
beta 3. Used to transition code from <code>int</code>s to
<code>FormulaType</code>s.</i></div>
-<dl><dt><span class="strong">Since:</span></dt>
+<div class="block">Used to transition from <code>int</code>s (possibly stored
in the Excel file) to <code>FormulaType</code>s.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>code</code> -
</dd>
+<dt><span class="strong">Returns:</span></dt><dd>FormulaType</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if code is out of
range</dd><dt><span class="strong">Since:</span></dt>
<dd>POI 3.15 beta 3.</dd></dl>
</li>
</ul>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]