You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2017/09/20 15:48:47 UTC

svn commit: r1809043 [2/12] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/ apidocs/org/apache/poi/class-use/ apidocs/org/apache/poi/common/usermodel/ apidocs/org/apache/poi/common/usermodel/class-use/ apidocs/org/apache/poi/hslf/usermodel/...

Modified: poi/site/publish/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1809043&r1=1809042&r2=1809043&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Wed Sep 20 15:48:44 2017
@@ -501,6 +501,14 @@
 <dd>
 <div class="block">Add a new cluster</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/XSSFPivotTable.html#addColLabel-int-java.lang.String-">addColLabel(int, String)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFPivotTable.html" title="class in org.apache.poi.xssf.usermodel">XSSFPivotTable</a></dt>
+<dd>
+<div class="block">Add a col label using data from the given column.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/XSSFPivotTable.html#addColLabel-int-">addColLabel(int)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFPivotTable.html" title="class in org.apache.poi.xssf.usermodel">XSSFPivotTable</a></dt>
+<dd>
+<div class="block">Add a col label using data from the given column.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/usermodel/HSSFPalette.html#addColor-byte-byte-byte-">addColor(byte, byte, byte)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/HSSFPalette.html" title="class in org.apache.poi.hssf.usermodel">HSSFPalette</a></dt>
 <dd>
 <div class="block">Adds a new color into an empty color slot.</div>
@@ -509,6 +517,10 @@
 <dd>
 <div class="block">Adds another column to the table.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/XSSFPivotTable.html#addColumnLabel-org.apache.poi.ss.usermodel.DataConsolidateFunction-int-java.lang.String-java.lang.String-">addColumnLabel(DataConsolidateFunction, int, String, String)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFPivotTable.html" title="class in org.apache.poi.xssf.usermodel">XSSFPivotTable</a></dt>
+<dd>
+<div class="block">Add a column label using data from the given column and specified function</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/XSSFPivotTable.html#addColumnLabel-org.apache.poi.ss.usermodel.DataConsolidateFunction-int-java.lang.String-">addColumnLabel(DataConsolidateFunction, int, String)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFPivotTable.html" title="class in org.apache.poi.xssf.usermodel">XSSFPivotTable</a></dt>
 <dd>
 <div class="block">Add a column label using data from the given column and specified function</div>
@@ -3778,42 +3790,6 @@
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xssf/extractor/XSSFEventBasedExcelExtractor.SheetTextExtractor.html#cell-java.lang.String-java.lang.String-org.apache.poi.xssf.usermodel.XSSFComment-">cell(String, String, XSSFComment)</a></span> - Method in class org.apache.poi.xssf.extractor.<a href="org/apache/poi/xssf/extractor/XSSFEventBasedExcelExtractor.SheetTextExtractor.html" title="class in org.apache.poi.xssf.extractor">XSSFEventBasedExcelExtractor.SheetTextExtractor</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_BLANK">CELL_TYPE_BLANK</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">POI 3.15 beta 3. Use <a href="org/apache/poi/ss/usermodel/CellType.html#BLANK"><code>CellType.BLANK</code></a> instead.</span></div>
-</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_BOOLEAN">CELL_TYPE_BOOLEAN</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">POI 3.15 beta 3. Use <a href="org/apache/poi/ss/usermodel/CellType.html#BOOLEAN"><code>CellType.BOOLEAN</code></a> instead.</span></div>
-</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_ERROR">CELL_TYPE_ERROR</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">POI 3.15 beta 3. Use <a href="org/apache/poi/ss/usermodel/CellType.html#ERROR"><code>CellType.ERROR</code></a> instead.</span></div>
-</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_FORMULA">CELL_TYPE_FORMULA</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">POI 3.15 beta 3. Use <a href="org/apache/poi/ss/usermodel/CellType.html#FORMULA"><code>CellType.FORMULA</code></a> instead.</span></div>
-</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_NUMERIC">CELL_TYPE_NUMERIC</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">POI 3.15 beta 3. Use <a href="org/apache/poi/ss/usermodel/CellType.html#NUMERIC"><code>CellType.NUMERIC</code></a> instead.</span></div>
-</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_STRING">CELL_TYPE_STRING</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">POI 3.15 beta 3. Use <a href="org/apache/poi/ss/usermodel/CellType.html#STRING"><code>CellType.STRING</code></a> instead.</span></div>
-</div>
-</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/ConditionType.html#CELL_VALUE_IS">CELL_VALUE_IS</a></span> - Static variable in class org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/ConditionType.html" title="class in org.apache.poi.ss.usermodel">ConditionType</a></dt>
 <dd>
 <div class="block">This conditional formatting rule compares a cell value
@@ -4049,20 +4025,29 @@
 <dd>&nbsp;</dd>
 <dt><a href="org/apache/poi/hssf/util/CellReference.html" title="class in org.apache.poi.hssf.util"><span class="typeNameLink">CellReference</span></a> - Class in <a href="org/apache/poi/hssf/util/package-summary.html">org.apache.poi.hssf.util</a></dt>
 <dd>
-<div class="block">Common conversion functions between Excel style A1, C27 style
-  cell references, and POI usermodel style row=0, column=0
-  style references.</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>
+<div class="block"><span class="deprecationComment">POI 4.0.0-SNAPSHOT. Use <a href="org/apache/poi/ss/util/CellReference.html" title="class in org.apache.poi.ss.util"><code>CellReference</code></a> instead.
+          Actually the replacement CellReference was added earlier, but the deprecation notice
+          was added only in 4.0.0-SNAPSHOT.</span></div>
+</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/util/CellReference.html#CellReference-java.lang.String-">CellReference(String)</a></span> - Constructor for class org.apache.poi.hssf.util.<a href="org/apache/poi/hssf/util/CellReference.html" title="class in org.apache.poi.hssf.util">CellReference</a></dt>
 <dd>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
 <div class="block">Create an cell ref from a string representation.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/util/CellReference.html#CellReference-int-int-">CellReference(int, int)</a></span> - Constructor for class org.apache.poi.hssf.util.<a href="org/apache/poi/hssf/util/CellReference.html" title="class in org.apache.poi.hssf.util">CellReference</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
+&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/util/CellReference.html#CellReference-int-int-boolean-boolean-">CellReference(int, int, boolean, boolean)</a></span> - Constructor for class org.apache.poi.hssf.util.<a href="org/apache/poi/hssf/util/CellReference.html" title="class in org.apache.poi.hssf.util">CellReference</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
+&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/util/CellReference.html#CellReference-java.lang.String-int-int-boolean-boolean-">CellReference(String, int, int, boolean, boolean)</a></span> - Constructor for class org.apache.poi.hssf.util.<a href="org/apache/poi/hssf/util/CellReference.html" title="class in org.apache.poi.hssf.util">CellReference</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
+&nbsp;</dd>
 <dt><a href="org/apache/poi/ss/util/CellReference.html" title="class in org.apache.poi.ss.util"><span class="typeNameLink">CellReference</span></a> - Class in <a href="org/apache/poi/ss/util/package-summary.html">org.apache.poi.ss.util</a></dt>
 <dd>
 <div class="block">Common conversion functions between Excel style A1, C27 style
@@ -12626,10 +12611,6 @@
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/model/DrawingManager2.html#DrawingManager2-org.apache.poi.ddf.EscherDggRecord-">DrawingManager2(EscherDggRecord)</a></span> - Constructor for class org.apache.poi.hssf.model.<a href="org/apache/poi/hssf/model/DrawingManager2.html" title="class in org.apache.poi.hssf.model">DrawingManager2</a></dt>
 <dd>&nbsp;</dd>
-<dt><a href="org/apache/poi/xslf/usermodel/DrawingParagraph.html" title="class in org.apache.poi.xslf.usermodel"><span class="typeNameLink">DrawingParagraph</span></a> - Class in <a href="org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</a></dt>
-<dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/xslf/usermodel/DrawingParagraph.html#DrawingParagraph-org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraph-">DrawingParagraph(CTTextParagraph)</a></span> - Constructor for class org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/DrawingParagraph.html" title="class in org.apache.poi.xslf.usermodel">DrawingParagraph</a></dt>
-<dd>&nbsp;</dd>
 <dt><a href="org/apache/poi/hssf/record/DrawingRecord.html" title="class in org.apache.poi.hssf.record"><span class="typeNameLink">DrawingRecord</span></a> - Class in <a href="org/apache/poi/hssf/record/package-summary.html">org.apache.poi.hssf.record</a></dt>
 <dd>
 <div class="block">DrawingRecord (0x00EC)</div>
@@ -12656,24 +12637,6 @@
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/record/DrawingSelectionRecord.html#DrawingSelectionRecord-org.apache.poi.hssf.record.RecordInputStream-">DrawingSelectionRecord(RecordInputStream)</a></span> - Constructor for class org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/DrawingSelectionRecord.html" title="class in org.apache.poi.hssf.record">DrawingSelectionRecord</a></dt>
 <dd>&nbsp;</dd>
-<dt><a href="org/apache/poi/xslf/usermodel/DrawingTableCell.html" title="class in org.apache.poi.xslf.usermodel"><span class="typeNameLink">DrawingTableCell</span></a> - Class in <a href="org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</a></dt>
-<dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/xslf/usermodel/DrawingTableCell.html#DrawingTableCell-org.openxmlformats.schemas.drawingml.x2006.main.CTTableCell-">DrawingTableCell(CTTableCell)</a></span> - Constructor for class org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/DrawingTableCell.html" title="class in org.apache.poi.xslf.usermodel">DrawingTableCell</a></dt>
-<dd>&nbsp;</dd>
-<dt><a href="org/apache/poi/xslf/usermodel/DrawingTableRow.html" title="class in org.apache.poi.xslf.usermodel"><span class="typeNameLink">DrawingTableRow</span></a> - Class in <a href="org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</a></dt>
-<dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/xslf/usermodel/DrawingTableRow.html#DrawingTableRow-org.openxmlformats.schemas.drawingml.x2006.main.CTTableRow-">DrawingTableRow(CTTableRow)</a></span> - Constructor for class org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/DrawingTableRow.html" title="class in org.apache.poi.xslf.usermodel">DrawingTableRow</a></dt>
-<dd>&nbsp;</dd>
-<dt><a href="org/apache/poi/xslf/usermodel/DrawingTextBody.html" title="class in org.apache.poi.xslf.usermodel"><span class="typeNameLink">DrawingTextBody</span></a> - Class in <a href="org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</a></dt>
-<dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/xslf/usermodel/DrawingTextBody.html#DrawingTextBody-org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody-">DrawingTextBody(CTTextBody)</a></span> - Constructor for class org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/DrawingTextBody.html" title="class in org.apache.poi.xslf.usermodel">DrawingTextBody</a></dt>
-<dd>&nbsp;</dd>
-<dt><a href="org/apache/poi/xslf/usermodel/DrawingTextPlaceholder.html" title="class in org.apache.poi.xslf.usermodel"><span class="typeNameLink">DrawingTextPlaceholder</span></a> - Class in <a href="org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</a></dt>
-<dd>
-<div class="block">A <a href="org/apache/poi/xslf/usermodel/DrawingTextBody.html" title="class in org.apache.poi.xslf.usermodel"><code>DrawingTextBody</code></a> which is a placeholder</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/xslf/usermodel/DrawingTextPlaceholder.html#DrawingTextPlaceholder-org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody-org.openxmlformats.schemas.presentationml.x2006.main.CTPlaceholder-">DrawingTextPlaceholder(CTTextBody, CTPlaceholder)</a></span> - Constructor for class org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/DrawingTextPlaceholder.html" title="class in org.apache.poi.xslf.usermodel">DrawingTextPlaceholder</a></dt>
-<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hslf/model/PPGraphics2D.html#drawLine-int-int-int-int-">drawLine(int, int, int, int)</a></span> - Method in class org.apache.poi.hslf.model.<a href="org/apache/poi/hslf/model/PPGraphics2D.html" title="class in org.apache.poi.hslf.model">PPGraphics2D</a></dt>
 <dd>
 <div class="block">Draws a line, using the current color, between the points
@@ -14668,25 +14631,25 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ss/formula/BaseFormulaEvaluator.html#evaluateFormulaCell-org.apache.poi.ss.usermodel.Cell-">evaluateFormulaCell(Cell)</a></span> - Method in class org.apache.poi.ss.formula.<a href="org/apache/poi/ss/formula/BaseFormulaEvaluator.html" title="class in org.apache.poi.ss.formula">BaseFormulaEvaluator</a></dt>
 <dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">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.</span></div>
-</div>
+<div class="block">If cell contains formula, it evaluates the formula,
+  and saves the result of the formula.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/FormulaEvaluator.html#evaluateFormulaCell-org.apache.poi.ss.usermodel.Cell-">evaluateFormulaCell(Cell)</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/FormulaEvaluator.html" title="interface in org.apache.poi.ss.usermodel">FormulaEvaluator</a></dt>
 <dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">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</span></div>
-</div>
+<div class="block">If cell contains formula, it evaluates the formula,
+  and saves the result of the formula.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ss/formula/BaseFormulaEvaluator.html#evaluateFormulaCellEnum-org.apache.poi.ss.usermodel.Cell-">evaluateFormulaCellEnum(Cell)</a></span> - Method in class org.apache.poi.ss.formula.<a href="org/apache/poi/ss/formula/BaseFormulaEvaluator.html" title="class in org.apache.poi.ss.formula">BaseFormulaEvaluator</a></dt>
 <dd>
-<div class="block">If cell contains formula, it evaluates the formula,
-  and saves the result of the formula.</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>
+<div class="block"><span class="deprecationComment">use <code>evaluateFormulaCell(cell)</code> instead</span></div>
+</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/FormulaEvaluator.html#evaluateFormulaCellEnum-org.apache.poi.ss.usermodel.Cell-">evaluateFormulaCellEnum(Cell)</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/FormulaEvaluator.html" title="interface in org.apache.poi.ss.usermodel">FormulaEvaluator</a></dt>
 <dd>
-<div class="block">If cell contains formula, it evaluates the formula,
-  and saves the result of the formula.</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>
+<div class="block"><span class="deprecationComment">use <code>evaluateFormulaCell(cell)</code></span></div>
+</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.html#evaluateFormulaCellValue-org.apache.poi.ss.usermodel.Cell-">evaluateFormulaCellValue(Cell)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.html" title="class in org.apache.poi.hssf.usermodel">HSSFFormulaEvaluator</a></dt>
 <dd>
@@ -20995,37 +20958,30 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/usermodel/HSSFCell.html#getCachedFormulaResultType--">getCachedFormulaResultType()</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a></dt>
 <dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">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.</span></div>
-</div>
+<div class="block">Only valid for formula cells</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ss/formula/EvaluationCell.html#getCachedFormulaResultType--">getCachedFormulaResultType()</a></span> - Method in interface org.apache.poi.ss.formula.<a href="org/apache/poi/ss/formula/EvaluationCell.html" title="interface in org.apache.poi.ss.formula">EvaluationCell</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">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.</span></div>
-</div>
-</dd>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Cell.html#getCachedFormulaResultType--">getCachedFormulaResultType()</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></dt>
 <dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">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.</span></div>
-</div>
+<div class="block">Only valid for formula cells
+ 
+ Will return <a href="org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel"><code>CellType</code></a> in a future version of POI.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xssf/streaming/SXSSFCell.html#getCachedFormulaResultType--">getCachedFormulaResultType()</a></span> - Method in class org.apache.poi.xssf.streaming.<a href="org/apache/poi/xssf/streaming/SXSSFCell.html" title="class in org.apache.poi.xssf.streaming">SXSSFCell</a></dt>
 <dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">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.</span></div>
-</div>
+<div class="block">Only valid for formula cells</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/XSSFCell.html#getCachedFormulaResultType--">getCachedFormulaResultType()</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a></dt>
 <dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">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.</span></div>
-</div>
+<div class="block">Only valid for formula cells</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/usermodel/HSSFCell.html#getCachedFormulaResultTypeEnum--">getCachedFormulaResultTypeEnum()</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a></dt>
 <dd>
-<div class="block">Only valid for formula cells</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>
+<div class="block"><span class="deprecationComment">use <code>getCachedFormulaResultType</code>
+ Will be deleted when we make the CellType enum transition. See bug 59791.</span></div>
+</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ss/formula/EvaluationCell.html#getCachedFormulaResultTypeEnum--">getCachedFormulaResultTypeEnum()</a></span> - Method in interface org.apache.poi.ss.formula.<a href="org/apache/poi/ss/formula/EvaluationCell.html" title="interface in org.apache.poi.ss.formula">EvaluationCell</a></dt>
 <dd>
@@ -21036,15 +20992,20 @@
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Cell.html#getCachedFormulaResultTypeEnum--">getCachedFormulaResultTypeEnum()</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></dt>
 <dd>
-<div class="block">Only valid for formula cells</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xssf/streaming/SXSSFCell.html#getCachedFormulaResultTypeEnum--">getCachedFormulaResultTypeEnum()</a></span> - Method in class org.apache.poi.xssf.streaming.<a href="org/apache/poi/xssf/streaming/SXSSFCell.html" title="class in org.apache.poi.xssf.streaming">SXSSFCell</a></dt>
 <dd>
-<div class="block">Only valid for formula cells</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>
+<div class="block"><span class="deprecationComment">use <code>getCachedFormulaResultType</code> instead</span></div>
+</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/XSSFCell.html#getCachedFormulaResultTypeEnum--">getCachedFormulaResultTypeEnum()</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a></dt>
 <dd>
-<div class="block">Only valid for formula cells</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>
+<div class="block"><span class="deprecationComment">use <code>getCachedFormulaResultType</code> instead
+ Will be deleted when we make the CellType enum transition. See bug 59791.</span></div>
+</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/record/FormulaRecord.html#getCachedResultType--">getCachedResultType()</a></span> - Method in class org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/FormulaRecord.html" title="class in org.apache.poi.hssf.record">FormulaRecord</a></dt>
 <dd>&nbsp;</dd>
@@ -21420,8 +21381,6 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ss/util/SSCellRange.html#getCells--">getCells()</a></span> - Method in class org.apache.poi.ss.util.<a href="org/apache/poi/ss/util/SSCellRange.html" title="class in org.apache.poi.ss.util">SSCellRange</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/xslf/usermodel/DrawingTableRow.html#getCells--">getCells()</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/DrawingTableRow.html" title="class in org.apache.poi.xslf.usermodel">DrawingTableRow</a></dt>
-<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xslf/usermodel/XSLFTableRow.html#getCells--">getCells()</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/XSLFTableRow.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableRow</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/usermodel/HSSFCell.html#getCellStyle--">getCellStyle()</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a></dt>
@@ -21460,66 +21419,57 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/usermodel/HSSFCell.html#getCellType--">getCellType()</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a></dt>
 <dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">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.</span></div>
-</div>
+<div class="block">get the cells type (numeric, formula or string)</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ss/formula/EvaluationCell.html#getCellType--">getCellType()</a></span> - Method in interface org.apache.poi.ss.formula.<a href="org/apache/poi/ss/formula/EvaluationCell.html" title="interface in org.apache.poi.ss.formula">EvaluationCell</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">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.</span></div>
-</div>
-</dd>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Cell.html#getCellType--">getCellType()</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></dt>
 <dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">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.</span></div>
-</div>
+<div class="block">Return the cell type.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/CellValue.html#getCellType--">getCellType()</a></span> - Method in class org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/CellValue.html" title="class in org.apache.poi.ss.usermodel">CellValue</a></dt>
 <dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">POI 3.15. Use <a href="org/apache/poi/ss/usermodel/CellValue.html#getCellTypeEnum--"><code>CellValue.getCellTypeEnum()</code></a> instead.</span></div>
-</div>
+<div class="block">Return the cell type.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xssf/streaming/SXSSFCell.html#getCellType--">getCellType()</a></span> - Method in class org.apache.poi.xssf.streaming.<a href="org/apache/poi/xssf/streaming/SXSSFCell.html" title="class in org.apache.poi.xssf.streaming">SXSSFCell</a></dt>
 <dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">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.</span></div>
-</div>
+<div class="block">Return the cell type.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/XSSFCell.html#getCellType--">getCellType()</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a></dt>
 <dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">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.</span></div>
-</div>
+<div class="block">Return the cell type.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/usermodel/HSSFCell.html#getCellTypeEnum--">getCellTypeEnum()</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a></dt>
 <dd>
-<div class="block">get the cells type (numeric, formula or string)</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ss/formula/EvaluationCell.html#getCellTypeEnum--">getCellTypeEnum()</a></span> - Method in interface org.apache.poi.ss.formula.<a href="org/apache/poi/ss/formula/EvaluationCell.html" title="interface in org.apache.poi.ss.formula">EvaluationCell</a></dt>
 <dd>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">POI 3.15 beta 3.
- Will be deleted when we make the CellType enum transition. See bug 59791.</span></div>
+<div class="block"><span class="deprecationComment">POI 3.15 beta 3.</span></div>
 </div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Cell.html#getCellTypeEnum--">getCellTypeEnum()</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></dt>
 <dd>
-<div class="block">Return the cell type.</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/CellValue.html#getCellTypeEnum--">getCellTypeEnum()</a></span> - Method in class org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/CellValue.html" title="class in org.apache.poi.ss.usermodel">CellValue</a></dt>
 <dd>
-<div class="block">Return the cell type.</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>
+<div class="block"><span class="deprecationComment">use <code>getCellType</code> instead</span></div>
+</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xssf/streaming/SXSSFCell.html#getCellTypeEnum--">getCellTypeEnum()</a></span> - Method in class org.apache.poi.xssf.streaming.<a href="org/apache/poi/xssf/streaming/SXSSFCell.html" title="class in org.apache.poi.xssf.streaming">SXSSFCell</a></dt>
 <dd>
-<div class="block">Return the cell type.</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>
+<div class="block"><span class="deprecationComment">use <code>getCellType</code> instead</span></div>
+</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/XSSFCell.html#getCellTypeEnum--">getCellTypeEnum()</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a></dt>
 <dd>
-<div class="block">Return the cell type.</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>
+<div class="block"><span class="deprecationComment">use <code>getCellType</code> instead</span></div>
+</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/model/InternalSheet.html#getCellValueIterator--">getCellValueIterator()</a></span> - Method in class org.apache.poi.hssf.model.<a href="org/apache/poi/hssf/model/InternalSheet.html" title="class in org.apache.poi.hssf.model">InternalSheet</a></dt>
 <dd>
@@ -22169,6 +22119,8 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/record/TableRecord.html#getColInputRow--">getColInputRow()</a></span> - Method in class org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/TableRecord.html" title="class in org.apache.poi.hssf.record">TableRecord</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/XSSFPivotTable.html#getColLabelColumns--">getColLabelColumns()</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFPivotTable.html" title="class in org.apache.poi.xssf.usermodel">XSSFPivotTable</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/record/ColumnInfoRecord.html#getCollapsed--">getCollapsed()</a></span> - Method in class org.apache.poi.hssf.record.<a href="org/apache/poi/hssf/record/ColumnInfoRecord.html" title="class in org.apache.poi.hssf.record">ColumnInfoRecord</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xssf/streaming/SXSSFRow.html#getCollapsed--">getCollapsed()</a></span> - Method in class org.apache.poi.xssf.streaming.<a href="org/apache/poi/xssf/streaming/SXSSFRow.html" title="class in org.apache.poi.xssf.streaming">SXSSFRow</a></dt>
@@ -31457,35 +31409,18 @@
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hwpf/usermodel/Section.html#getMarginBottom--">getMarginBottom()</a></span> - Method in class org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/Section.html" title="class in org.apache.poi.hwpf.usermodel">Section</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Textbox.html#getMarginBottom--">getMarginBottom()</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Textbox.html" title="interface in org.apache.poi.ss.usermodel">Textbox</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
-<div class="block">Gets the bottom margin within the textbox.</div>
-</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/usermodel/HSSFTextbox.html#getMarginLeft--">getMarginLeft()</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/HSSFTextbox.html" title="class in org.apache.poi.hssf.usermodel">HSSFTextbox</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hwpf/usermodel/Section.html#getMarginLeft--">getMarginLeft()</a></span> - Method in class org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/Section.html" title="class in org.apache.poi.hwpf.usermodel">Section</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Textbox.html#getMarginLeft--">getMarginLeft()</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Textbox.html" title="interface in org.apache.poi.ss.usermodel">Textbox</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
-&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/usermodel/HSSFTextbox.html#getMarginRight--">getMarginRight()</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/HSSFTextbox.html" title="class in org.apache.poi.hssf.usermodel">HSSFTextbox</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hwpf/usermodel/Section.html#getMarginRight--">getMarginRight()</a></span> - Method in class org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/Section.html" title="class in org.apache.poi.hwpf.usermodel">Section</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Textbox.html#getMarginRight--">getMarginRight()</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Textbox.html" title="interface in org.apache.poi.ss.usermodel">Textbox</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
-&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/usermodel/HSSFTextbox.html#getMarginTop--">getMarginTop()</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/HSSFTextbox.html" title="class in org.apache.poi.hssf.usermodel">HSSFTextbox</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hwpf/usermodel/Section.html#getMarginTop--">getMarginTop()</a></span> - Method in class org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/Section.html" title="class in org.apache.poi.hwpf.usermodel">Section</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Textbox.html#getMarginTop--">getMarginTop()</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Textbox.html" title="interface in org.apache.poi.ss.usermodel">Textbox</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
-&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hwpf/usermodel/Field.html#getMarkEndCharacterRun-org.apache.poi.hwpf.usermodel.Range-">getMarkEndCharacterRun(Range)</a></span> - Method in interface org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/Field.html" title="interface in org.apache.poi.hwpf.usermodel">Field</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hwpf/usermodel/Field.html#getMarkEndOffset--">getMarkEndOffset()</a></span> - Method in interface org.apache.poi.hwpf.usermodel.<a href="org/apache/poi/hwpf/usermodel/Field.html" title="interface in org.apache.poi.hwpf.usermodel">Field</a></dt>
@@ -33824,8 +33759,6 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/POIXMLProperties.ExtendedProperties.html#getParagraphs--">getParagraphs()</a></span> - Method in class org.apache.poi.<a href="org/apache/poi/POIXMLProperties.ExtendedProperties.html" title="class in org.apache.poi">POIXMLProperties.ExtendedProperties</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/xslf/usermodel/DrawingTextBody.html#getParagraphs--">getParagraphs()</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/DrawingTextBody.html" title="class in org.apache.poi.xslf.usermodel">DrawingTextBody</a></dt>
-<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xwpf/usermodel/IBody.html#getParagraphs--">getParagraphs()</a></span> - Method in interface org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a></dt>
 <dd>
 <div class="block">Returns the paragraph(s) that holds
@@ -34520,14 +34453,6 @@
 <dd>
 <div class="block">Returns the placeholder size.</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/xslf/usermodel/DrawingTextPlaceholder.html#getPlaceholderType--">getPlaceholderType()</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/DrawingTextPlaceholder.html" title="class in org.apache.poi.xslf.usermodel">DrawingTextPlaceholder</a></dt>
-<dd>
-<div class="block">What kind of placeholder is this?</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/xslf/usermodel/DrawingTextPlaceholder.html#getPlaceholderTypeEnum--">getPlaceholderTypeEnum()</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/DrawingTextPlaceholder.html" title="class in org.apache.poi.xslf.usermodel">DrawingTextPlaceholder</a></dt>
-<dd>
-<div class="block">What kind of placeholder is this?</div>
-</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hslf/record/OEPlaceholderAtom.html#getPlacementId--">getPlacementId()</a></span> - Method in class org.apache.poi.hslf.record.<a href="org/apache/poi/hslf/record/OEPlaceholderAtom.html" title="class in org.apache.poi.hslf.record">OEPlaceholderAtom</a></dt>
 <dd>
 <div class="block">Returns the placement Id.</div>
@@ -36069,11 +35994,19 @@
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/POIXMLDocumentPart.html#getRelationId-org.apache.poi.POIXMLDocumentPart-">getRelationId(POIXMLDocumentPart)</a></span> - Method in class org.apache.poi.<a href="org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a></dt>
 <dd>
-<div class="block">Returns the <a href="org/apache/poi/openxml4j/opc/PackageRelationship.html#getId--"><code>PackageRelationship.getId()</code></a> of the
+<div class="block">Returns the first <a href="org/apache/poi/openxml4j/opc/PackageRelationship.html#getId--"><code>PackageRelationship.getId()</code></a> of the
  <a href="org/apache/poi/openxml4j/opc/PackageRelationship.html" title="class in org.apache.poi.openxml4j.opc"><code>PackageRelationship</code></a>, that sources from the <a href="org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc"><code>PackagePart</code></a> of
  this <a href="org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi"><code>POIXMLDocumentPart</code></a> to the <a href="org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc"><code>PackagePart</code></a> of the given
  parameter value.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/poi/POIXMLDocumentPart.html#getRelationPartById-java.lang.String-">getRelationPartById(String)</a></span> - Method in class org.apache.poi.<a href="org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a></dt>
+<dd>
+<div class="block">Returns the target <a href="org/apache/poi/POIXMLDocumentPart.RelationPart.html" title="class in org.apache.poi"><code>POIXMLDocumentPart.RelationPart</code></a>, where a
+ <a href="org/apache/poi/openxml4j/opc/PackageRelationship.html" title="class in org.apache.poi.openxml4j.opc"><code>PackageRelationship</code></a> is set from the <a href="org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc"><code>PackagePart</code></a> of this
+ <a href="org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi"><code>POIXMLDocumentPart</code></a> to the <a href="org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc"><code>PackagePart</code></a> of the target
+ <a href="org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi"><code>POIXMLDocumentPart</code></a> with a <a href="org/apache/poi/openxml4j/opc/PackageRelationship.html#getId--"><code>PackageRelationship.getId()</code></a>
+ matching the given parameter value.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/POIXMLDocumentPart.html#getRelationParts--">getRelationParts()</a></span> - Method in class org.apache.poi.<a href="org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a></dt>
 <dd>
 <div class="block">Returns the list of child relations for this POIXMLDocumentPart</div>
@@ -39432,10 +39365,6 @@
 <dd>
 <div class="block">Returns the plain string representation.</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Textbox.html#getString--">getString()</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Textbox.html" title="interface in org.apache.poi.ss.usermodel">Textbox</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
-&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/XSSFComment.html#getString--">getString()</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFComment.html" title="class in org.apache.poi.xssf.usermodel">XSSFComment</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/XSSFRichTextString.html#getString--">getString()</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFRichTextString.html" title="class in org.apache.poi.xssf.usermodel">XSSFRichTextString</a></dt>
@@ -40238,8 +40167,6 @@
 <dd>
 <div class="block">Gets the requested text from the slide</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/xslf/usermodel/DrawingParagraph.html#getText--">getText()</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/DrawingParagraph.html" title="class in org.apache.poi.xslf.usermodel">DrawingParagraph</a></dt>
-<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xslf/usermodel/XSLFTextParagraph.html#getText--">getText()</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/XSLFTextParagraph.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextParagraph</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xslf/usermodel/XSLFTextShape.html#getText--">getText()</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/XSLFTextShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFTextShape</a></dt>
@@ -40369,8 +40296,6 @@
 <dd>
 <div class="block">Gets the plain text body of this Outlook Message</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/xslf/usermodel/DrawingTableCell.html#getTextBody--">getTextBody()</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/DrawingTableCell.html" title="class in org.apache.poi.xslf.usermodel">DrawingTableCell</a></dt>
-<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xslf/usermodel/XSLFAutoShape.html#getTextBody-boolean-">getTextBody(boolean)</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/XSLFAutoShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFAutoShape</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xslf/usermodel/XSLFTableCell.html#getTextBody-boolean-">getTextBody(boolean)</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</a></dt>
@@ -41092,10 +41017,7 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/common/usermodel/Hyperlink.html#getType--">getType()</a></span> - Method in interface org.apache.poi.common.usermodel.<a href="org/apache/poi/common/usermodel/Hyperlink.html" title="interface in org.apache.poi.common.usermodel">Hyperlink</a></dt>
 <dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">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.</span></div>
-</div>
+<div class="block">Return the type of this hyperlink</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ddf/EscherPropertyMetaData.html#getType--">getType()</a></span> - Method in class org.apache.poi.ddf.<a href="org/apache/poi/ddf/EscherPropertyMetaData.html" title="class in org.apache.poi.ddf">EscherPropertyMetaData</a></dt>
 <dd>&nbsp;</dd>
@@ -41136,9 +41058,7 @@
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hslf/usermodel/HSLFHyperlink.html#getType--">getType()</a></span> - Method in class org.apache.poi.hslf.usermodel.<a href="org/apache/poi/hslf/usermodel/HSLFHyperlink.html" title="class in org.apache.poi.hslf.usermodel">HSLFHyperlink</a></dt>
 <dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">POI 3.15 beta 3. Use <a href="org/apache/poi/hslf/usermodel/HSLFHyperlink.html#getTypeEnum--"><code>HSLFHyperlink.getTypeEnum()</code></a></span></div>
-</div>
+<div class="block">Gets the type of the hyperlink action.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hsmf/datatypes/Chunk.html#getType--">getType()</a></span> - Method in class org.apache.poi.hsmf.datatypes.<a href="org/apache/poi/hsmf/datatypes/Chunk.html" title="class in org.apache.poi.hsmf.datatypes">Chunk</a></dt>
 <dd>
@@ -41162,10 +41082,7 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/usermodel/HSSFHyperlink.html#getType--">getType()</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/HSSFHyperlink.html" title="class in org.apache.poi.hssf.usermodel">HSSFHyperlink</a></dt>
 <dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">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.</span></div>
-</div>
+<div class="block">Return the type of this hyperlink</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hwpf/sprm/SprmOperation.html#getType--">getType()</a></span> - Method in class org.apache.poi.hwpf.sprm.<a href="org/apache/poi/hwpf/sprm/SprmOperation.html" title="class in org.apache.poi.hwpf.sprm">SprmOperation</a></dt>
 <dd>&nbsp;</dd>
@@ -41191,10 +41108,7 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/XSSFHyperlink.html#getType--">getType()</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFHyperlink.html" title="class in org.apache.poi.xssf.usermodel">XSSFHyperlink</a></dt>
 <dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">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.</span></div>
-</div>
+<div class="block">Return the type of this hyperlink</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xwpf/usermodel/XWPFStyle.html#getType--">getType()</a></span> - Method in class org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/XWPFStyle.html" title="class in org.apache.poi.xwpf.usermodel">XWPFStyle</a></dt>
 <dd>
@@ -41204,21 +41118,31 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/common/usermodel/Hyperlink.html#getTypeEnum--">getTypeEnum()</a></span> - Method in interface org.apache.poi.common.usermodel.<a href="org/apache/poi/common/usermodel/Hyperlink.html" title="interface in org.apache.poi.common.usermodel">Hyperlink</a></dt>
 <dd>
-<div class="block">Return the type of this hyperlink</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>
+<div class="block"><span class="deprecationComment">use <code>getType()</code> instead</span></div>
+</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hslf/usermodel/HSLFHyperlink.html#getTypeEnum--">getTypeEnum()</a></span> - Method in class org.apache.poi.hslf.usermodel.<a href="org/apache/poi/hslf/usermodel/HSLFHyperlink.html" title="class in org.apache.poi.hslf.usermodel">HSLFHyperlink</a></dt>
 <dd>
-<div class="block">Gets the type of the hyperlink action.</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>
+<div class="block"><span class="deprecationComment">use <code>getType</code> instead</span></div>
+</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/usermodel/HSSFHyperlink.html#getTypeEnum--">getTypeEnum()</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/HSSFHyperlink.html" title="class in org.apache.poi.hssf.usermodel">HSSFHyperlink</a></dt>
 <dd>
-<div class="block">Return the type of this hyperlink</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>
+<div class="block"><span class="deprecationComment">use <code>getType()</code> instead</span></div>
+</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xslf/usermodel/XSLFHyperlink.html#getTypeEnum--">getTypeEnum()</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/XSLFHyperlink.html" title="class in org.apache.poi.xslf.usermodel">XSLFHyperlink</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/XSSFHyperlink.html#getTypeEnum--">getTypeEnum()</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFHyperlink.html" title="class in org.apache.poi.xssf.usermodel">XSSFHyperlink</a></dt>
 <dd>
-<div class="block">Return the type of this hyperlink</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>
+<div class="block"><span class="deprecationComment">use <code>getType</code> instead</span></div>
+</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/common/usermodel/fonts/FontInfo.html#getTypeface--">getTypeface()</a></span> - Method in interface org.apache.poi.common.usermodel.fonts.<a href="org/apache/poi/common/usermodel/fonts/FontInfo.html" title="interface in org.apache.poi.common.usermodel.fonts">FontInfo</a></dt>
 <dd>&nbsp;</dd>
@@ -49712,10 +49636,6 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xslf/usermodel/XSLFSimpleShape.html#isPlaceholder--">isPlaceholder()</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/XSLFSimpleShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFSimpleShape</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/xslf/usermodel/DrawingTextPlaceholder.html#isPlaceholderCustom--">isPlaceholderCustom()</a></span> - Method in class org.apache.poi.xslf.usermodel.<a href="org/apache/poi/xslf/usermodel/DrawingTextPlaceholder.html" title="class in org.apache.poi.xslf.usermodel">DrawingTextPlaceholder</a></dt>
-<dd>
-<div class="block">Is the PlaceHolder text customised?</div>
-</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/XSSFChart.html#isPlotOnlyVisibleCells--">isPlotOnlyVisibleCells()</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/record/chart/SheetPropertiesRecord.html#isPlotVisibleOnly--">isPlotVisibleOnly()</a></span> - Method in class org.apache.poi.hssf.record.chart.<a href="org/apache/poi/hssf/record/chart/SheetPropertiesRecord.html" title="class in org.apache.poi.hssf.record.chart">SheetPropertiesRecord</a></dt>
@@ -54081,7 +54001,9 @@
 <div class="block">Should be called to tell the cell value cache that the specified cell has just become a
  formula cell, or the formula text has changed</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#notifyDeleteCell-org.apache.poi.ss.usermodel.Cell-">notifyDeleteCell(Cell)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html" title="class in org.apache.poi.xssf.usermodel">BaseXSSFFormulaEvaluator</a></dt>
+<dt><span class="memberNameLink"><a href="org/apache/poi/xssf/streaming/SXSSFFormulaEvaluator.html#notifyDeleteCell-org.apache.poi.ss.usermodel.Cell-">notifyDeleteCell(Cell)</a></span> - Method in class org.apache.poi.xssf.streaming.<a href="org/apache/poi/xssf/streaming/SXSSFFormulaEvaluator.html" title="class in org.apache.poi.xssf.streaming">SXSSFFormulaEvaluator</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/XSSFFormulaEvaluator.html#notifyDeleteCell-org.apache.poi.ss.usermodel.Cell-">notifyDeleteCell(Cell)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFFormulaEvaluator.html" title="class in org.apache.poi.xssf.usermodel">XSSFFormulaEvaluator</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/record/aggregates/FormulaRecordAggregate.html#notifyFormulaChanging--">notifyFormulaChanging()</a></span> - Method in class org.apache.poi.hssf.record.aggregates.<a href="org/apache/poi/hssf/record/aggregates/FormulaRecordAggregate.html" title="class in org.apache.poi.hssf.record.aggregates">FormulaRecordAggregate</a></dt>
 <dd>
@@ -54098,7 +54020,9 @@
 <div class="block">Should be called to tell the cell value cache that the specified (value or formula) cell 
  has changed.</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#notifySetFormula-org.apache.poi.ss.usermodel.Cell-">notifySetFormula(Cell)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html" title="class in org.apache.poi.xssf.usermodel">BaseXSSFFormulaEvaluator</a></dt>
+<dt><span class="memberNameLink"><a href="org/apache/poi/xssf/streaming/SXSSFFormulaEvaluator.html#notifySetFormula-org.apache.poi.ss.usermodel.Cell-">notifySetFormula(Cell)</a></span> - Method in class org.apache.poi.xssf.streaming.<a href="org/apache/poi/xssf/streaming/SXSSFFormulaEvaluator.html" title="class in org.apache.poi.xssf.streaming">SXSSFFormulaEvaluator</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/XSSFFormulaEvaluator.html#notifySetFormula-org.apache.poi.ss.usermodel.Cell-">notifySetFormula(Cell)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFFormulaEvaluator.html" title="class in org.apache.poi.xssf.usermodel">XSSFFormulaEvaluator</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.html#notifyUpdateCell-org.apache.poi.hssf.usermodel.HSSFCell-">notifyUpdateCell(HSSFCell)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.html" title="class in org.apache.poi.hssf.usermodel">HSSFFormulaEvaluator</a></dt>
 <dd>
@@ -54117,7 +54041,9 @@
 <div class="block">Should be called to tell the cell value cache that the specified (value or formula) cell
  has changed.</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#notifyUpdateCell-org.apache.poi.ss.usermodel.Cell-">notifyUpdateCell(Cell)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html" title="class in org.apache.poi.xssf.usermodel">BaseXSSFFormulaEvaluator</a></dt>
+<dt><span class="memberNameLink"><a href="org/apache/poi/xssf/streaming/SXSSFFormulaEvaluator.html#notifyUpdateCell-org.apache.poi.ss.usermodel.Cell-">notifyUpdateCell(Cell)</a></span> - Method in class org.apache.poi.xssf.streaming.<a href="org/apache/poi/xssf/streaming/SXSSFFormulaEvaluator.html" title="class in org.apache.poi.xssf.streaming">SXSSFFormulaEvaluator</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/XSSFFormulaEvaluator.html#notifyUpdateCell-org.apache.poi.ss.usermodel.Cell-">notifyUpdateCell(Cell)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFFormulaEvaluator.html" title="class in org.apache.poi.xssf.usermodel">XSSFFormulaEvaluator</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ss/formula/ptg/AreaPtgBase.html#notImplemented--">notImplemented()</a></span> - Method in class org.apache.poi.ss.formula.ptg.<a href="org/apache/poi/ss/formula/ptg/AreaPtgBase.html" title="class in org.apache.poi.ss.formula.ptg">AreaPtgBase</a></dt>
 <dd>
@@ -54567,10 +54493,6 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/usermodel/HSSFTextbox.html#OBJECT_TYPE_TEXT">OBJECT_TYPE_TEXT</a></span> - Static variable in class org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/HSSFTextbox.html" title="class in org.apache.poi.hssf.usermodel">HSSFTextbox</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Textbox.html#OBJECT_TYPE_TEXT">OBJECT_TYPE_TEXT</a></span> - Static variable in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Textbox.html" title="interface in org.apache.poi.ss.usermodel">Textbox</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
-&nbsp;</dd>
 <dt><a href="org/apache/poi/ss/usermodel/ObjectData.html" title="interface in org.apache.poi.ss.usermodel"><span class="typeNameLink">ObjectData</span></a> - Interface in <a href="org/apache/poi/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a></dt>
 <dd>
 <div class="block">Common interface for OLE shapes, i.e.</div>
@@ -61022,6 +60944,11 @@ for streaming/read-only processing of xl
 <div class="block">Remove the relation to the specified part in this package and remove the
  part, if it is no longer needed and flag is set to true.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/poi/POIXMLDocumentPart.html#removeRelation-java.lang.String-">removeRelation(String)</a></span> - Method in class org.apache.poi.<a href="org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a></dt>
+<dd>
+<div class="block">Remove the relation to the specified part in this package and remove the
+ part, if it is no longer needed.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/openxml4j/opc/OPCPackage.html#removeRelationship-java.lang.String-">removeRelationship(String)</a></span> - Method in class org.apache.poi.openxml4j.opc.<a href="org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a></dt>
 <dd>
 <div class="block">Delete a relationship from this package.</div>
@@ -64807,45 +64734,20 @@ for streaming/read-only processing of xl
  current style plus a single style property <code>propertyName</code> with value
  <code>propertyValue</code>.</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/hssf/usermodel/HSSFCell.html#setCellType-int-">setCellType(int)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">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.</span></div>
-</div>
-</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/usermodel/HSSFCell.html#setCellType-org.apache.poi.ss.usermodel.CellType-">setCellType(CellType)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a></dt>
 <dd>
 <div class="block">Set the cells type (numeric, formula or string).</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ss/formula/BaseFormulaEvaluator.html#setCellType-org.apache.poi.ss.usermodel.Cell-org.apache.poi.ss.usermodel.CellValue-">setCellType(Cell, CellValue)</a></span> - Static method in class org.apache.poi.ss.formula.<a href="org/apache/poi/ss/formula/BaseFormulaEvaluator.html" title="class in org.apache.poi.ss.formula">BaseFormulaEvaluator</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Cell.html#setCellType-int-">setCellType(int)</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">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.</span></div>
-</div>
-</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Cell.html#setCellType-org.apache.poi.ss.usermodel.CellType-">setCellType(CellType)</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></dt>
 <dd>
 <div class="block">Set the cells type (numeric, formula or string).</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/xssf/streaming/SXSSFCell.html#setCellType-int-">setCellType(int)</a></span> - Method in class org.apache.poi.xssf.streaming.<a href="org/apache/poi/xssf/streaming/SXSSFCell.html" title="class in org.apache.poi.xssf.streaming">SXSSFCell</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">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.</span></div>
-</div>
-</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xssf/streaming/SXSSFCell.html#setCellType-org.apache.poi.ss.usermodel.CellType-">setCellType(CellType)</a></span> - Method in class org.apache.poi.xssf.streaming.<a href="org/apache/poi/xssf/streaming/SXSSFCell.html" title="class in org.apache.poi.xssf.streaming">SXSSFCell</a></dt>
 <dd>
 <div class="block">Set the cells type (numeric, formula or string)</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/XSSFCell.html#setCellType-int-">setCellType(int)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">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.</span></div>
-</div>
-</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/XSSFCell.html#setCellType-org.apache.poi.ss.usermodel.CellType-">setCellType(CellType)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a></dt>
 <dd>
 <div class="block">Set the cells type (numeric, formula or string)</div>
@@ -71787,11 +71689,6 @@ for streaming/read-only processing of xl
 <dd>
 <div class="block">Set the height of the bottom margin in twips.</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Textbox.html#setMarginBottom-int-">setMarginBottom(int)</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Textbox.html" title="interface in org.apache.poi.ss.usermodel">Textbox</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
-<div class="block">Sets the bottom margin within the textbox.</div>
-</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/usermodel/HSSFTextbox.html#setMarginLeft-int-">setMarginLeft(int)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/HSSFTextbox.html" title="class in org.apache.poi.hssf.usermodel">HSSFTextbox</a></dt>
 <dd>
 <div class="block">Sets the left margin within the textbox.</div>
@@ -71800,11 +71697,6 @@ for streaming/read-only processing of xl
 <dd>
 <div class="block">Set the width of the left hand margin in twips.</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Textbox.html#setMarginLeft-int-">setMarginLeft(int)</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Textbox.html" title="interface in org.apache.poi.ss.usermodel">Textbox</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
-<div class="block">Sets the left margin within the textbox.</div>
-</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/usermodel/HSSFTextbox.html#setMarginRight-int-">setMarginRight(int)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/HSSFTextbox.html" title="class in org.apache.poi.hssf.usermodel">HSSFTextbox</a></dt>
 <dd>
 <div class="block">Sets the right margin within the textbox.</div>
@@ -71813,11 +71705,6 @@ for streaming/read-only processing of xl
 <dd>
 <div class="block">Set the width of the right hand margin in twips.</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Textbox.html#setMarginRight-int-">setMarginRight(int)</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Textbox.html" title="interface in org.apache.poi.ss.usermodel">Textbox</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
-<div class="block">Sets the right margin within the textbox.</div>
-</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/usermodel/HSSFTextbox.html#setMarginTop-int-">setMarginTop(int)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/HSSFTextbox.html" title="class in org.apache.poi.hssf.usermodel">HSSFTextbox</a></dt>
 <dd>
 <div class="block">Sets the top margin within the textbox.</div>
@@ -71826,11 +71713,6 @@ for streaming/read-only processing of xl
 <dd>
 <div class="block">Set the height of the top margin in twips.</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Textbox.html#setMarginTop-int-">setMarginTop(int)</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Textbox.html" title="interface in org.apache.poi.ss.usermodel">Textbox</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
-<div class="block">Sets the top margin within the textbox.</div>
-</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ddf/EscherBitmapBlip.html#setMarker-byte-">setMarker(byte)</a></span> - Method in class org.apache.poi.ddf.<a href="org/apache/poi/ddf/EscherBitmapBlip.html" title="class in org.apache.poi.ddf">EscherBitmapBlip</a></dt>
 <dd>
 <div class="block">Sets an unsigned integer that specifies an application-defined internal
@@ -75284,10 +75166,6 @@ for streaming/read-only processing of xl
 <dd>
 <div class="block">Sets the rich text string used by this comment.</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/poi/ss/usermodel/Textbox.html#setString-org.apache.poi.ss.usermodel.RichTextString-">setString(RichTextString)</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Textbox.html" title="interface in org.apache.poi.ss.usermodel">Textbox</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
-&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/xssf/usermodel/XSSFComment.html#setString-org.apache.poi.ss.usermodel.RichTextString-">setString(RichTextString)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFComment.html" title="class in org.apache.poi.xssf.usermodel">XSSFComment</a></dt>
 <dd>
 <div class="block">Sets the rich text string used by this comment.</div>
@@ -81238,12 +81116,6 @@ for streaming/read-only processing of xl
 <dd>
 <div class="block">Represents a TextFrame shape in PowerPoint.</div>
 </dd>
-<dt><a href="org/apache/poi/ss/usermodel/Textbox.html" title="interface in org.apache.poi.ss.usermodel"><span class="typeNameLink">Textbox</span></a> - Interface in <a href="org/apache/poi/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">3.16 beta1. This interface isn't implemented ...</span></div>
-</div>
-</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/usermodel/HSSFShapeTypes.html#TextButtonCurve">TextButtonCurve</a></span> - Static variable in interface org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/HSSFShapeTypes.html" title="interface in org.apache.poi.hssf.usermodel">HSSFShapeTypes</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/hssf/usermodel/HSSFShapeTypes.html#TextButtonPour">TextButtonPour</a></span> - Static variable in interface org.apache.poi.hssf.usermodel.<a href="org/apache/poi/hssf/usermodel/HSSFShapeTypes.html" title="interface in org.apache.poi.hssf.usermodel">HSSFShapeTypes</a></dt>
@@ -83690,15 +83562,12 @@ for streaming/read-only processing of xl
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ss/format/CellFormat.html#ultimateType-org.apache.poi.ss.usermodel.Cell-">ultimateType(Cell)</a></span> - Static method in class org.apache.poi.ss.format.<a href="org/apache/poi/ss/format/CellFormat.html" title="class in org.apache.poi.ss.format">CellFormat</a></dt>
 <dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">POI 3.15. This will return a CellType enum in the future</span></div>
-</div>
+<div class="block">Returns the ultimate cell type, following the results of formulas.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/poi/ss/format/CellFormat.html#ultimateTypeEnum-org.apache.poi.ss.usermodel.Cell-">ultimateTypeEnum(Cell)</a></span> - Static method in class org.apache.poi.ss.format.<a href="org/apache/poi/ss/format/CellFormat.html" title="class in org.apache.poi.ss.format">CellFormat</a></dt>
 <dd>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">POI 3.15 beta 3
- Will be deleted when we make the CellType enum transition. See bug 59791.</span></div>
+<div class="block"><span class="deprecationComment">use <code>ultimateType</code> instead</span></div>
 </div>
 </dd>
 <dt><a href="org/apache/poi/ss/formula/eval/UnaryMinusEval.html" title="class in org.apache.poi.ss.formula.eval"><span class="typeNameLink">UnaryMinusEval</span></a> - Class in <a href="org/apache/poi/ss/formula/eval/package-summary.html">org.apache.poi.ss.formula.eval</a></dt>

Modified: poi/site/publish/apidocs/org/apache/poi/POIXMLDocument.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/POIXMLDocument.html?rev=1809043&r1=1809042&r2=1809043&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/POIXMLDocument.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/POIXMLDocument.html Wed Sep 20 15:48:44 2017
@@ -267,7 +267,7 @@ implements java.io.Closeable</pre>
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.<a href="../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a></h3>
-<code><a href="../../../org/apache/poi/POIXMLDocumentPart.html#Z:Z_invokeOnDocumentRead-org.apache.poi.POIXMLDocumentPart-">_invokeOnDocumentRead</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#addRelation-java.lang.String-org.apache.poi.POIXMLRelation-org.apache.poi.POIXMLDocumentPart-">addRelation</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#commit--">commit</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#createRelationship-org.apache.poi.POIXMLRelation-org.apache.poi.POIXMLFactory-">createRelationship</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#createRelationship-org.apache.poi.POIXMLRelation-org.apache.poi.POIXMLFactory-int-">createRelationship</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#createRelationship-org.apache.poi.POIXMLRelation-org.apache.poi.POIXMLFactory-int-boolean-">createRelationship</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#getNextPartNumber-org.apache.poi.POIXMLRel
 ation-int-">getNextPartNumber</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#getPackagePart--">getPackagePart</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#getParent--">getParent</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#getRelationById-java.lang.String-">getRelationById</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#getRelationId-org.apache.poi.POIXMLDocumentPart-">getRelationId</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#getRelationParts--">getRelationParts</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#getRelations--">getRelations</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#getTargetPart-org.apache.poi.openxml4j.opc.PackageRelationship-">getTargetPart</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#onDocumentCreate--">onDocumentCreate</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#onDocumentRead--">onDocumentRead</a>, <a href="../../../
 org/apache/poi/POIXMLDocumentPart.html#onDocumentRemove--">onDocumentRemove</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#onSave-java.util.Set-">onSave</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#prepareForCommit--">prepareForCommit</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#read-org.apache.poi.POIXMLFactory-java.util.Map-">read</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#rebase-org.apache.poi.openxml4j.opc.OPCPackage-">rebase</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#removeRelation-org.apache.poi.POIXMLDocumentPart-">removeRelation</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#removeRelation-org.apache.poi.POIXMLDocumentPart-boolean-">removeRelation</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#toString--">toString</a></code></li>
+<code><a href="../../../org/apache/poi/POIXMLDocumentPart.html#Z:Z_invokeOnDocumentRead-org.apache.poi.POIXMLDocumentPart-">_invokeOnDocumentRead</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#addRelation-java.lang.String-org.apache.poi.POIXMLRelation-org.apache.poi.POIXMLDocumentPart-">addRelation</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#commit--">commit</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#createRelationship-org.apache.poi.POIXMLRelation-org.apache.poi.POIXMLFactory-">createRelationship</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#createRelationship-org.apache.poi.POIXMLRelation-org.apache.poi.POIXMLFactory-int-">createRelationship</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#createRelationship-org.apache.poi.POIXMLRelation-org.apache.poi.POIXMLFactory-int-boolean-">createRelationship</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#getNextPartNumber-org.apache.poi.POIXMLRel
 ation-int-">getNextPartNumber</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#getPackagePart--">getPackagePart</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#getParent--">getParent</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#getRelationById-java.lang.String-">getRelationById</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#getRelationId-org.apache.poi.POIXMLDocumentPart-">getRelationId</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#getRelationPartById-java.lang.String-">getRelationPartById</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#getRelationParts--">getRelationParts</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#getRelations--">getRelations</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#getTargetPart-org.apache.poi.openxml4j.opc.PackageRelationship-">getTargetPart</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#onDocumentCreate--">onDocumentCrea
 te</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#onDocumentRead--">onDocumentRead</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#onDocumentRemove--">onDocumentRemove</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#onSave-java.util.Set-">onSave</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#prepareForCommit--">prepareForCommit</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#read-org.apache.poi.POIXMLFactory-java.util.Map-">read</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#rebase-org.apache.poi.openxml4j.opc.OPCPackage-">rebase</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#removeRelation-org.apache.poi.POIXMLDocumentPart-">removeRelation</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#removeRelation-org.apache.poi.POIXMLDocumentPart-boolean-">removeRelation</a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#removeRelation-java.lang.String-">removeRelation
 </a>, <a href="../../../org/apache/poi/POIXMLDocumentPart.html#toString--">toString</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org