Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html?rev=1809043&r1=1809042&r2=1809043&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html Wed Sep 20 15:48:44 2017 @@ -86,9 +86,17 @@ <td class="colLast"> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.poi.common.usermodel">org.apache.poi.common.usermodel</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.hslf.record">org.apache.poi.hslf.record</a></td> <td class="colLast"> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.poi.hslf.usermodel">org.apache.poi.hslf.usermodel</a></td> +<td class="colLast"> </td> +</tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.hssf.model">org.apache.poi.hssf.model</a></td> <td class="colLast"> @@ -96,47 +104,65 @@ </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.poi.hssf.usermodel">org.apache.poi.hssf.usermodel</a></td> +<td class="colLast"> +<div class="block">usermodel package maps HSSF low level strutures to familiar workbook/sheet model</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.hssf.util">org.apache.poi.hssf.util</a></td> <td class="colLast"> <div class="block">util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.poifs.filesystem">org.apache.poi.poifs.filesystem</a></td> <td class="colLast"> <div class="block">filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.</div> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.poi.ss.format">org.apache.poi.ss.format</a></td> +<td class="colLast"> +<div class="block">This package contains classes that implement cell formatting</div> +</td> +</tr> <tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.poi.ss.formula">org.apache.poi.ss.formula</a></td> +<td class="colLast"> +<div class="block">This package contains common internal POI code for manipulating formulas.</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.ss.formula.ptg">org.apache.poi.ss.formula.ptg</a></td> <td class="colLast"> <div class="block">formula package contains binary PTG structures used in Formulas</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.ss.util">org.apache.poi.ss.util</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.util">org.apache.poi.util</a></td> <td class="colLast"> <div class="block">Top-level util package are classes that are useful throughout the project.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xslf.usermodel">org.apache.poi.xslf.usermodel</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.streaming">org.apache.poi.xssf.streaming</a></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> <td class="colLast"> </td> </tr> @@ -168,6 +194,28 @@ HSSF concepts.</div> </tbody> </table> </li> +<li class="blockList"><a name="org.apache.poi.common.usermodel"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a> in <a href="../../../../../org/apache/poi/common/usermodel/package-summary.html">org.apache.poi.common.usermodel</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../org/apache/poi/common/usermodel/package-summary.html">org.apache.poi.common.usermodel</a> with annotations of type <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html" title="enum in org.apache.poi.common.usermodel">HyperlinkType</a></code></td> +<td class="colLast"><span class="typeNameLabel">Hyperlink.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html#getTypeEnum--">getTypeEnum</a></span>()</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> +<div class="block"><span class="deprecationComment">use <code>getType()</code> instead</span></div> +</div> +</td> +</tr> +</tbody> +</table> +</li> <li class="blockList"><a name="org.apache.poi.hslf.record"> <!-- --> </a> @@ -211,6 +259,28 @@ HSSF concepts.</div> </tbody> </table> </li> +<li class="blockList"><a name="org.apache.poi.hslf.usermodel"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a> in <a href="../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</a> with annotations of type <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html" title="enum in org.apache.poi.common.usermodel">HyperlinkType</a></code></td> +<td class="colLast"><span class="typeNameLabel">HSLFHyperlink.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFHyperlink.html#getTypeEnum--">getTypeEnum</a></span>()</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> +<div class="block"><span class="deprecationComment">use <code>getType</code> instead</span></div> +</div> +</td> +</tr> +</tbody> +</table> +</li> <li class="blockList"><a name="org.apache.poi.hssf.model"> <!-- --> </a> @@ -242,6 +312,43 @@ HSSF concepts.</div> </tbody> </table> </li> +<li class="blockList"><a name="org.apache.poi.hssf.usermodel"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a> in <a href="../../../../../org/apache/poi/hssf/usermodel/package-summary.html">org.apache.poi.hssf.usermodel</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../org/apache/poi/hssf/usermodel/package-summary.html">org.apache.poi.hssf.usermodel</a> with annotations of type <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a></code></td> +<td class="colLast"><span class="typeNameLabel">HSSFCell.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html#getCachedFormulaResultTypeEnum--">getCachedFormulaResultTypeEnum</a></span>()</code> +<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> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a></code></td> +<td class="colLast"><span class="typeNameLabel">HSSFCell.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html#getCellTypeEnum--">getCellTypeEnum</a></span>()</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html" title="enum in org.apache.poi.common.usermodel">HyperlinkType</a></code></td> +<td class="colLast"><span class="typeNameLabel">HSSFHyperlink.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFHyperlink.html#getTypeEnum--">getTypeEnum</a></span>()</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> +<div class="block"><span class="deprecationComment">use <code>getType()</code> instead</span></div> +</div> +</td> +</tr> +</tbody> +</table> +</li> <li class="blockList"><a name="org.apache.poi.hssf.util"> <!-- --> </a> @@ -286,107 +393,103 @@ HSSF concepts.</div> </tbody> </table> </li> -<li class="blockList"><a name="org.apache.poi.ss.formula.ptg"> +<li class="blockList"><a name="org.apache.poi.ss.format"> <!-- --> </a> -<h3>Uses of <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a> in <a href="../../../../../org/apache/poi/ss/formula/ptg/package-summary.html">org.apache.poi.ss.formula.ptg</a></h3> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> -<caption><span>Constructors in <a href="../../../../../org/apache/poi/ss/formula/ptg/package-summary.html">org.apache.poi.ss.formula.ptg</a> with annotations of type <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a></span><span class="tabEnd"> </span></caption> +<h3>Uses of <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a> in <a href="../../../../../org/apache/poi/ss/format/package-summary.html">org.apache.poi.ss.format</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../org/apache/poi/ss/format/package-summary.html">org.apache.poi.ss.format</a> with annotations of type <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a></span><span class="tabEnd"> </span></caption> <tr> -<th class="colOne" scope="col">Constructor and Description</th> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/formula/ptg/AreaPtg.html#AreaPtg-java.lang.String-">AreaPtg</a></span>(java.lang.String arearef)</code> +<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a></code></td> +<td class="colLast"><span class="typeNameLabel">CellFormat.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/format/CellFormat.html#ultimateTypeEnum-org.apache.poi.ss.usermodel.Cell-">ultimateTypeEnum</a></span>(<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a> cell)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> -<div class="block"><span class="deprecationComment">use <a href="../../../../../org/apache/poi/ss/formula/ptg/AreaPtg.html#AreaPtg-org.apache.poi.ss.util.AreaReference-"><code>AreaPtg.AreaPtg(AreaReference)</code></a> instead</span></div> +<div class="block"><span class="deprecationComment">use <code>ultimateType</code> instead</span></div> </div> </td> </tr> </tbody> </table> </li> -<li class="blockList"><a name="org.apache.poi.ss.usermodel"> +<li class="blockList"><a name="org.apache.poi.ss.formula"> <!-- --> </a> -<h3>Uses of <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a> in <a href="../../../../../org/apache/poi/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a></h3> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> -<caption><span>Classes in <a href="../../../../../org/apache/poi/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a> with annotations of type <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a></span><span class="tabEnd"> </span></caption> +<h3>Uses of <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a> in <a href="../../../../../org/apache/poi/ss/formula/package-summary.html">org.apache.poi.ss.formula</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../org/apache/poi/ss/formula/package-summary.html">org.apache.poi.ss.formula</a> with annotations of type <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Class and Description</th> +<th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/FontCharset.html" title="enum in org.apache.poi.ss.usermodel">FontCharset</a></span></code> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a></code></td> +<td class="colLast"><span class="typeNameLabel">BaseFormulaEvaluator.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/formula/BaseFormulaEvaluator.html#evaluateFormulaCellEnum-org.apache.poi.ss.usermodel.Cell-">evaluateFormulaCellEnum</a></span>(<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a> cell)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> -<div class="block"><span class="deprecationComment">enum will be replaced by common version org.apache.poi.common.usermodel.FontCharset</span></div> +<div class="block"><span class="deprecationComment">use <code>evaluateFormulaCell(cell)</code> instead</span></div> </div> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>interface </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/Textbox.html" title="interface in org.apache.poi.ss.usermodel">Textbox</a></span></code> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a></code></td> +<td class="colLast"><span class="typeNameLabel">EvaluationCell.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/formula/EvaluationCell.html#getCachedFormulaResultTypeEnum--">getCachedFormulaResultTypeEnum</a></span>()</code> <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 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> </td> </tr> -</tbody> -</table> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> -<caption><span>Fields in <a href="../../../../../org/apache/poi/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a> with annotations of type <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Field and Description</th> -</tr> -<tbody> <tr class="altColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><span class="typeNameLabel">Cell.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_BLANK">CELL_TYPE_BLANK</a></span></code> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a></code></td> +<td class="colLast"><span class="typeNameLabel">EvaluationCell.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/formula/EvaluationCell.html#getCellTypeEnum--">getCellTypeEnum</a></span>()</code> <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 class="block"><span class="deprecationComment">POI 3.15 beta 3.</span></div> </div> </td> </tr> -<tr class="rowColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><span class="typeNameLabel">Cell.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_BOOLEAN">CELL_TYPE_BOOLEAN</a></span></code> -<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> -</td> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.poi.ss.formula.ptg"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a> in <a href="../../../../../org/apache/poi/ss/formula/ptg/package-summary.html">org.apache.poi.ss.formula.ptg</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> +<caption><span>Constructors in <a href="../../../../../org/apache/poi/ss/formula/ptg/package-summary.html">org.apache.poi.ss.formula.ptg</a> with annotations of type <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> </tr> +<tbody> <tr class="altColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><span class="typeNameLabel">Cell.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_ERROR">CELL_TYPE_ERROR</a></span></code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/formula/ptg/AreaPtg.html#AreaPtg-java.lang.String-">AreaPtg</a></span>(java.lang.String arearef)</code> <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 class="block"><span class="deprecationComment">use <a href="../../../../../org/apache/poi/ss/formula/ptg/AreaPtg.html#AreaPtg-org.apache.poi.ss.util.AreaReference-"><code>AreaPtg.AreaPtg(AreaReference)</code></a> instead</span></div> </div> </td> </tr> -<tr class="rowColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><span class="typeNameLabel">Cell.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_FORMULA">CELL_TYPE_FORMULA</a></span></code> -<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> -</td> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.poi.ss.usermodel"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a> in <a href="../../../../../org/apache/poi/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../org/apache/poi/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a> with annotations of type <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> </tr> +<tbody> <tr class="altColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><span class="typeNameLabel">Cell.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_NUMERIC">CELL_TYPE_NUMERIC</a></span></code> -<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> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><span class="typeNameLabel">Cell.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_STRING">CELL_TYPE_STRING</a></span></code> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/FontCharset.html" title="enum in org.apache.poi.ss.usermodel">FontCharset</a></span></code> <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 class="block"><span class="deprecationComment">enum will be replaced by common version org.apache.poi.common.usermodel.FontCharset</span></div> </div> </td> </tr> @@ -401,14 +504,30 @@ HSSF concepts.</div> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a></code></td> +<td class="colLast"><span class="typeNameLabel">FormulaEvaluator.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/FormulaEvaluator.html#evaluateFormulaCellEnum-org.apache.poi.ss.usermodel.Cell-">evaluateFormulaCellEnum</a></span>(<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a> cell)</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> +<div class="block"><span class="deprecationComment">use <code>evaluateFormulaCell(cell)</code></span></div> +</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a></code></td> +<td class="colLast"><span class="typeNameLabel">Cell.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#getCachedFormulaResultTypeEnum--">getCachedFormulaResultTypeEnum</a></span>()</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a></code></td> <td class="colLast"><span class="typeNameLabel">CellValue.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/CellValue.html#getCellTypeEnum--">getCellTypeEnum</a></span>()</code> -<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> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a></code></td> <td class="colLast"><span class="typeNameLabel">Cell.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#getCellTypeEnum--">getCellTypeEnum</a></span>()</code> -<div class="block">Return the cell type.</div> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> </td> </tr> <tr class="altColor"> @@ -444,14 +563,6 @@ HSSF concepts.</div> </div> </td> </tr> -<tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><span class="typeNameLabel">Cell.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#setCellType-int-">setCellType</a></span>(int cellType)</code> -<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> -</td> -</tr> </tbody> </table> </li> @@ -564,33 +675,17 @@ HSSF concepts.</div> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a> in <a href="../../../../../org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</a></h3> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> -<caption><span>Classes in <a href="../../../../../org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</a> with annotations of type <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a></span><span class="tabEnd"> </span></caption> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</a> with annotations of type <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Class and Description</th> +<th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xslf/usermodel/DrawingParagraph.html" title="class in org.apache.poi.xslf.usermodel">DrawingParagraph</a></span></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xslf/usermodel/DrawingTableCell.html" title="class in org.apache.poi.xslf.usermodel">DrawingTableCell</a></span></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xslf/usermodel/DrawingTableRow.html" title="class in org.apache.poi.xslf.usermodel">DrawingTableRow</a></span></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xslf/usermodel/DrawingTextBody.html" title="class in org.apache.poi.xslf.usermodel">DrawingTextBody</a></span></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xslf/usermodel/DrawingTextPlaceholder.html" title="class in org.apache.poi.xslf.usermodel">DrawingTextPlaceholder</a></span></code> -<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> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html" title="enum in org.apache.poi.common.usermodel">HyperlinkType</a></code></td> +<td class="colLast"><span class="typeNameLabel">XSLFHyperlink.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xslf/usermodel/XSLFHyperlink.html#getTypeEnum--">getTypeEnum</a></span>()</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> </td> </tr> </tbody> @@ -608,6 +703,22 @@ HSSF concepts.</div> </tr> <tbody> <tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a></code></td> +<td class="colLast"><span class="typeNameLabel">SXSSFCell.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#getCachedFormulaResultTypeEnum--">getCachedFormulaResultTypeEnum</a></span>()</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> +<div class="block"><span class="deprecationComment">use <code>getCachedFormulaResultType</code> instead</span></div> +</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a></code></td> +<td class="colLast"><span class="typeNameLabel">SXSSFCell.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#getCellTypeEnum--">getCellTypeEnum</a></span>()</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> +<div class="block"><span class="deprecationComment">use <code>getCellType</code> instead</span></div> +</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/Name.html" title="interface in org.apache.poi.ss.usermodel">Name</a></code></td> <td class="colLast"><span class="typeNameLabel">SXSSFWorkbook.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFWorkbook.html#getNameAt-int-">getNameAt</a></span>(int nameIndex)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> @@ -704,18 +815,19 @@ HSSF concepts.</div> </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><span class="typeNameLabel">XSSFCell.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#getCachedFormulaResultType--">getCachedFormulaResultType</a></span>()</code> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a></code></td> +<td class="colLast"><span class="typeNameLabel">XSSFCell.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#getCachedFormulaResultTypeEnum--">getCachedFormulaResultTypeEnum</a></span>()</code> <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 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> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><span class="typeNameLabel">XSSFCell.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#getCellType--">getCellType</a></span>()</code> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a></code></td> +<td class="colLast"><span class="typeNameLabel">XSSFCell.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#getCellTypeEnum--">getCellTypeEnum</a></span>()</code> <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 class="block"><span class="deprecationComment">use <code>getCellType</code> instead</span></div> </div> </td> </tr> @@ -728,10 +840,10 @@ HSSF concepts.</div> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><span class="typeNameLabel">XSSFCell.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#setCellType-int-">setCellType</a></span>(int cellType)</code> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html" title="enum in org.apache.poi.common.usermodel">HyperlinkType</a></code></td> +<td class="colLast"><span class="typeNameLabel">XSSFHyperlink.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFHyperlink.html#getTypeEnum--">getTypeEnum</a></span>()</code> <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 class="block"><span class="deprecationComment">use <code>getType</code> instead</span></div> </div> </td> </tr>
Modified: poi/site/publish/apidocs/org/apache/poi/util/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/package-use.html?rev=1809043&r1=1809042&r2=1809043&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/package-use.html Wed Sep 20 15:48:44 2017 @@ -470,6 +470,12 @@ for streaming/read-only processing of xl POI internal use only.</div> </td> </tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/poi/util/class-use/Removal.html#org.apache.poi.common.usermodel">Removal</a> +<div class="block">Program elements annotated @Removal track the earliest final release + when a deprecated feature will be removed.</div> +</td> +</tr> </tbody> </table> </li> @@ -764,6 +770,12 @@ for streaming/read-only processing of xl message.</div> </td> </tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/poi/util/class-use/Removal.html#org.apache.poi.hslf.usermodel">Removal</a> +<div class="block">Program elements annotated @Removal track the earliest final release + when a deprecated feature will be removed.</div> +</td> +</tr> </tbody> </table> </li> @@ -1037,6 +1049,12 @@ for streaming/read-only processing of xl </td> </tr> <tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/poi/util/class-use/Removal.html#org.apache.poi.hssf.usermodel">Removal</a> +<div class="block">Program elements annotated @Removal track the earliest final release + when a deprecated feature will be removed.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colOne"><a href="../../../../org/apache/poi/util/class-use/SuppressForbidden.html#org.apache.poi.hssf.usermodel">SuppressForbidden</a> <div class="block">Marking class for elements to be ignored by the forbidden apis check</div> </td> @@ -1667,6 +1685,12 @@ for streaming/read-only processing of xl POI internal use only.</div> </td> </tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/poi/util/class-use/Removal.html#org.apache.poi.ss.format">Removal</a> +<div class="block">Program elements annotated @Removal track the earliest final release + when a deprecated feature will be removed.</div> +</td> +</tr> </tbody> </table> </li> @@ -1691,6 +1715,12 @@ for streaming/read-only processing of xl <tr class="altColor"> <td class="colOne"><a href="../../../../org/apache/poi/util/class-use/LittleEndianOutput.html#org.apache.poi.ss.formula">LittleEndianOutput</a> </td> </tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/poi/util/class-use/Removal.html#org.apache.poi.ss.formula">Removal</a> +<div class="block">Program elements annotated @Removal track the earliest final release + when a deprecated feature will be removed.</div> +</td> +</tr> </tbody> </table> </li> Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFBaseContents.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFBaseContents.html?rev=1809043&r1=1809042&r2=1809043&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFBaseContents.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFBaseContents.html Wed Sep 20 15:48:44 2017 @@ -273,7 +273,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Methods inherited from class 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.POIXMLRelation-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#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></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.POIXMLRelation-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--">onDocumentCreate</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></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFMasterContents.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFMasterContents.html?rev=1809043&r1=1809042&r2=1809043&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFMasterContents.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFMasterContents.html Wed Sep 20 15:48:44 2017 @@ -237,7 +237,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Methods inherited from class 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.POIXMLRelation-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#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></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.POIXMLRelation-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--">onDocumentCreate</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></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFMasters.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFMasters.html?rev=1809043&r1=1809042&r2=1809043&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFMasters.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFMasters.html Wed Sep 20 15:48:44 2017 @@ -222,7 +222,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Methods inherited from class 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.POIXMLRelation-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#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.POIXMLRelation-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--">onDocumentCreate</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"> Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFPageContents.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFPageContents.html?rev=1809043&r1=1809042&r2=1809043&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFPageContents.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFPageContents.html Wed Sep 20 15:48:44 2017 @@ -244,7 +244,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Methods inherited from class 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.POIXMLRelation-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#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></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.POIXMLRelation-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--">onDocumentCreate</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></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFPages.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFPages.html?rev=1809043&r1=1809042&r2=1809043&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFPages.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XDGFPages.html Wed Sep 20 15:48:44 2017 @@ -203,7 +203,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Methods inherited from class 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.POIXMLRelation-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#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.POIXMLRelation-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--">onDocumentCreate</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"> Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XmlVisioDocument.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XmlVisioDocument.html?rev=1809043&r1=1809042&r2=1809043&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XmlVisioDocument.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/XmlVisioDocument.html Wed Sep 20 15:48:44 2017 @@ -260,7 +260,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Methods inherited from class 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.POIXMLRelation-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#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.POIXMLRelation-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--">onDocumentCreate</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"> Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/xml/XDGFXMLDocumentPart.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/xml/XDGFXMLDocumentPart.html?rev=1809043&r1=1809042&r2=1809043&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/xml/XDGFXMLDocumentPart.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/xml/XDGFXMLDocumentPart.html Wed Sep 20 15:48:44 2017 @@ -182,7 +182,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Methods inherited from class 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.POIXMLRelation-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.POIXMLRelation-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--">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.POIXMLDocu mentPart-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"> Modified: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/SlideLayout.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/SlideLayout.html?rev=1809043&r1=1809042&r2=1809043&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/SlideLayout.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/SlideLayout.html Wed Sep 20 15:48:44 2017 @@ -48,7 +48,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/poi/xslf/usermodel/DrawingTextPlaceholder.html" title="class in org.apache.poi.xslf.usermodel"><span class="typeNameLink">Prev Class</span></a></li> +<li>Prev Class</li> <li><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html" title="class in org.apache.poi.xslf.usermodel"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> @@ -735,7 +735,7 @@ not permitted.)</div> </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/poi/xslf/usermodel/DrawingTextPlaceholder.html" title="class in org.apache.poi.xslf.usermodel"><span class="typeNameLink">Prev Class</span></a></li> +<li>Prev Class</li> <li><a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html" title="class in org.apache.poi.xslf.usermodel"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
