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 [3/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/org/apache/poi/POIXMLDocumentPart.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/POIXMLDocumentPart.html?rev=1809043&r1=1809042&r2=1809043&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/POIXMLDocumentPart.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/POIXMLDocumentPart.html Wed Sep 20 15:48:44 2017
@@ -17,7 +17,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":41,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10};
+var methods = {"i0":41,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -278,62 +278,72 @@ extends java.lang.Object</pre>
 <tr id="i10" class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/poi/POIXMLDocumentPart.html#getRelationId-org.apache.poi.POIXMLDocumentPart-">getRelationId</a></span>(<a href="../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a>&nbsp;part)</code>
-<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>
 </td>
 </tr>
 <tr id="i11" class="rowColor">
+<td class="colFirst"><code><a href="../../../org/apache/poi/POIXMLDocumentPart.RelationPart.html" title="class in org.apache.poi">POIXMLDocumentPart.RelationPart</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/poi/POIXMLDocumentPart.html#getRelationPartById-java.lang.String-">getRelationPartById</a></span>(java.lang.String&nbsp;id)</code>
+<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>
+</td>
+</tr>
+<tr id="i12" class="altColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../org/apache/poi/POIXMLDocumentPart.RelationPart.html" title="class in org.apache.poi">POIXMLDocumentPart.RelationPart</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/poi/POIXMLDocumentPart.html#getRelationParts--">getRelationParts</a></span>()</code>
 <div class="block">Returns the list of child relations for this POIXMLDocumentPart</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/poi/POIXMLDocumentPart.html#getRelations--">getRelations</a></span>()</code>
 <div class="block">Returns the list of child relations for this POIXMLDocumentPart</div>
 </td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i14" class="altColor">
 <td class="colFirst"><code>protected <a href="../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/poi/POIXMLDocumentPart.html#getTargetPart-org.apache.poi.openxml4j.opc.PackageRelationship-">getTargetPart</a></span>(<a href="../../../org/apache/poi/openxml4j/opc/PackageRelationship.html" title="class in org.apache.poi.openxml4j.opc">PackageRelationship</a>&nbsp;rel)</code>
 <div class="block">Get the PackagePart that is the target of a relationship from this Part.</div>
 </td>
 </tr>
-<tr id="i14" class="altColor">
+<tr id="i15" class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/poi/POIXMLDocumentPart.html#onDocumentCreate--">onDocumentCreate</a></span>()</code>
 <div class="block">Fired when a new package part is created</div>
 </td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr id="i16" class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/poi/POIXMLDocumentPart.html#onDocumentRead--">onDocumentRead</a></span>()</code>
 <div class="block">Fired when a package part is read</div>
 </td>
 </tr>
-<tr id="i16" class="altColor">
+<tr id="i17" class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/poi/POIXMLDocumentPart.html#onDocumentRemove--">onDocumentRemove</a></span>()</code>
 <div class="block">Fired when a package part is about to be removed from the package</div>
 </td>
 </tr>
-<tr id="i17" class="rowColor">
+<tr id="i18" class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/poi/POIXMLDocumentPart.html#onSave-java.util.Set-">onSave</a></span>(java.util.Set&lt;<a href="../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&gt;&nbsp;alreadySaved)</code>
 <div class="block">Save changes in the underlying OOXML package.</div>
 </td>
 </tr>
-<tr id="i18" class="altColor">
+<tr id="i19" class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/poi/POIXMLDocumentPart.html#prepareForCommit--">prepareForCommit</a></span>()</code>
 <div class="block">Ensure that a memory based package part does not have lingering data from previous
  commit() calls.</div>
 </td>
 </tr>
-<tr id="i19" class="rowColor">
+<tr id="i20" class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/poi/POIXMLDocumentPart.html#read-org.apache.poi.POIXMLFactory-java.util.Map-">read</a></span>(<a href="../../../org/apache/poi/POIXMLFactory.html" title="class in org.apache.poi">POIXMLFactory</a>&nbsp;factory,
     java.util.Map&lt;<a href="../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>,<a href="../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a>&gt;&nbsp;context)</code>
@@ -341,7 +351,7 @@ extends java.lang.Object</pre>
  using the specified factory</div>
 </td>
 </tr>
-<tr id="i20" class="altColor">
+<tr id="i21" class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/poi/POIXMLDocumentPart.html#rebase-org.apache.poi.openxml4j.opc.OPCPackage-">rebase</a></span>(<a href="../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a>&nbsp;pkg)</code>
 <div class="block">When you open something like a theme, call this to
@@ -349,14 +359,14 @@ extends java.lang.Object</pre>
   current core document</div>
 </td>
 </tr>
-<tr id="i21" class="rowColor">
+<tr id="i22" class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/poi/POIXMLDocumentPart.html#removeRelation-org.apache.poi.POIXMLDocumentPart-">removeRelation</a></span>(<a href="../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a>&nbsp;part)</code>
 <div class="block">Remove the relation to the specified part in this package and remove the
  part, if it is no longer needed.</div>
 </td>
 </tr>
-<tr id="i22" class="altColor">
+<tr id="i23" class="rowColor">
 <td class="colFirst"><code>protected boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/poi/POIXMLDocumentPart.html#removeRelation-org.apache.poi.POIXMLDocumentPart-boolean-">removeRelation</a></span>(<a href="../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a>&nbsp;part,
               boolean&nbsp;removeUnusedParts)</code>
@@ -364,7 +374,14 @@ extends java.lang.Object</pre>
  part, if it is no longer needed and flag is set to true.</div>
 </td>
 </tr>
-<tr id="i23" class="rowColor">
+<tr id="i24" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/poi/POIXMLDocumentPart.html#removeRelation-java.lang.String-">removeRelation</a></span>(java.lang.String&nbsp;partId)</code>
+<div class="block">Remove the relation to the specified part in this package and remove the
+ part, if it is no longer needed.</div>
+</td>
+</tr>
+<tr id="i25" class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/poi/POIXMLDocumentPart.html#toString--">toString</a></span>()</code>&nbsp;</td>
 </tr>
@@ -564,6 +581,28 @@ extends java.lang.Object</pre>
 </dl>
 </li>
 </ul>
+<a name="getRelationPartById-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRelationPartById</h4>
+<pre>public final&nbsp;<a href="../../../org/apache/poi/POIXMLDocumentPart.RelationPart.html" title="class in org.apache.poi">POIXMLDocumentPart.RelationPart</a>&nbsp;getRelationPartById(java.lang.String&nbsp;id)</pre>
+<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>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>id</code> - The relation id to look for</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the target relation part, or null, if none exists</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0.0</dd>
+</dl>
+</li>
+</ul>
 <a name="getRelationId-org.apache.poi.POIXMLDocumentPart-">
 <!--   -->
 </a>
@@ -571,10 +610,13 @@ extends java.lang.Object</pre>
 <li class="blockList">
 <h4>getRelationId</h4>
 <pre>public final&nbsp;java.lang.String&nbsp;getRelationId(<a href="../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a>&nbsp;part)</pre>
-<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>
+ parameter value.<p>
+ 
+ There can be multiple references to the given <a href="../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi"><code>POIXMLDocumentPart</code></a>
+ and only the first in the order of creation is returned.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>part</code> - The <a href="../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi"><code>POIXMLDocumentPart</code></a> for which the according
@@ -615,7 +657,11 @@ extends java.lang.Object</pre>
 <h4>removeRelation</h4>
 <pre>protected final&nbsp;void&nbsp;removeRelation(<a href="../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a>&nbsp;part)</pre>
 <div class="block">Remove the relation to the specified part in this package and remove the
- part, if it is no longer needed.</div>
+ part, if it is no longer needed.<p>
+ 
+ If there are multiple relationships to the same part, this will only
+ remove the first relationship in the order of creation. The removal
+ via the part id (<a href="../../../org/apache/poi/POIXMLDocumentPart.html#removeRelation-java.lang.String-"><code>removeRelation(String)</code></a> is preferred.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>part</code> - the part which relation is to be removed from this document</dd>
@@ -631,7 +677,11 @@ extends java.lang.Object</pre>
 <pre>protected final&nbsp;boolean&nbsp;removeRelation(<a href="../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a>&nbsp;part,
                                        boolean&nbsp;removeUnusedParts)</pre>
 <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>
+ part, if it is no longer needed and flag is set to true.<p>
+
+ If there are multiple relationships to the same part, this will only
+ remove the first relationship in the order of creation. The removal
+ via the part id (<a href="../../../org/apache/poi/POIXMLDocumentPart.html#removeRelation-java.lang.String-boolean-"><code>removeRelation(String,boolean)</code></a> is preferred.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>part</code> - The related part, to which the relation shall be removed.</dd>
@@ -642,6 +692,27 @@ extends java.lang.Object</pre>
 </dl>
 </li>
 </ul>
+<a name="removeRelation-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>removeRelation</h4>
+<pre>protected final&nbsp;void&nbsp;removeRelation(java.lang.String&nbsp;partId)</pre>
+<div class="block">Remove the relation to the specified part in this package and remove the
+ part, if it is no longer needed.<p>
+ 
+ If there are multiple relationships to the same part, this will only
+ remove the first relationship in the order of creation. The removal
+ via the part id (<a href="../../../org/apache/poi/POIXMLDocumentPart.html#removeRelation-java.lang.String-"><code>removeRelation(String)</code></a> is preferred.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>partId</code> - the part id which relation is to be removed from this document</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0.0</dd>
+</dl>
+</li>
+</ul>
 <a name="getParent--">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/class-use/POIXMLDocumentPart.RelationPart.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/class-use/POIXMLDocumentPart.RelationPart.html?rev=1809043&r1=1809042&r2=1809043&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/class-use/POIXMLDocumentPart.RelationPart.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/class-use/POIXMLDocumentPart.RelationPart.html Wed Sep 20 15:48:44 2017
@@ -118,6 +118,16 @@
 <div class="block">Create a new child POIXMLDocumentPart</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/poi/POIXMLDocumentPart.RelationPart.html" title="class in org.apache.poi">POIXMLDocumentPart.RelationPart</a></code></td>
+<td class="colLast"><span class="typeNameLabel">POIXMLDocumentPart.</span><code><span class="memberNameLink"><a href="../../../../org/apache/poi/POIXMLDocumentPart.html#getRelationPartById-java.lang.String-">getRelationPartById</a></span>(java.lang.String&nbsp;id)</code>
+<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>
+</td>
+</tr>
 </tbody>
 </table>
 <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">

Modified: poi/site/publish/apidocs/org/apache/poi/class-use/POIXMLDocumentPart.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/class-use/POIXMLDocumentPart.html?rev=1809043&r1=1809042&r2=1809043&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/class-use/POIXMLDocumentPart.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/class-use/POIXMLDocumentPart.html Wed Sep 20 15:48:44 2017
@@ -276,7 +276,7 @@
 <tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><span class="typeNameLabel">POIXMLDocumentPart.</span><code><span class="memberNameLink"><a href="../../../../org/apache/poi/POIXMLDocumentPart.html#getRelationId-org.apache.poi.POIXMLDocumentPart-">getRelationId</a></span>(<a href="../../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a>&nbsp;part)</code>
-<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>

Modified: poi/site/publish/apidocs/org/apache/poi/common/usermodel/Hyperlink.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/common/usermodel/Hyperlink.html?rev=1809043&r1=1809042&r2=1809043&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/common/usermodel/Hyperlink.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/common/usermodel/Hyperlink.html Wed Sep 20 15:48:44 2017
@@ -17,7 +17,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":6,"i1":6,"i2":38,"i3":6,"i4":6,"i5":6};
+var methods = {"i0":6,"i1":6,"i2":6,"i3":38,"i4":6,"i5":6};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -141,18 +141,17 @@ var activeTableTab = "activeTableTab";
 </td>
 </tr>
 <tr id="i2" class="altColor">
-<td class="colFirst"><code>int</code></td>
+<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"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html#getType--">getType</a></span>()</code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
-<div class="block"><span class="deprecationComment">POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html#getTypeEnum--"><code>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>
 </td>
 </tr>
 <tr id="i3" class="rowColor">
 <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"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html#getTypeEnum--">getTypeEnum</a></span>()</code>
-<div class="block">Return the type of this hyperlink</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use <code>getType()</code> instead</span></div>
+</div>
 </td>
 </tr>
 <tr id="i4" class="altColor">
@@ -244,9 +243,7 @@ var activeTableTab = "activeTableTab";
 <ul class="blockList">
 <li class="blockList">
 <h4>getType</h4>
-<pre>int&nbsp;getType()</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html#getTypeEnum--"><code>getTypeEnum()</code></a>
- getType will return a HyperlinkType enum in the future.</span></div>
+<pre><a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html" title="enum in org.apache.poi.common.usermodel">HyperlinkType</a>&nbsp;getType()</pre>
 <div class="block">Return the type of this hyperlink</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -262,7 +259,10 @@ var activeTableTab = "activeTableTab";
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getTypeEnum</h4>
-<pre><a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html" title="enum in org.apache.poi.common.usermodel">HyperlinkType</a>&nbsp;getTypeEnum()</pre>
+<pre>@Deprecated
+ <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">@Removal</a>(<a href="../../../../../org/apache/poi/util/Removal.html#version--">version</a>="4.2")
+<a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html" title="enum in org.apache.poi.common.usermodel">HyperlinkType</a>&nbsp;getTypeEnum()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">use <code>getType()</code> instead</span></div>
 <div class="block">Return the type of this hyperlink</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>

Modified: poi/site/publish/apidocs/org/apache/poi/common/usermodel/class-use/HyperlinkType.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/common/usermodel/class-use/HyperlinkType.html?rev=1809043&r1=1809042&r2=1809043&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/common/usermodel/class-use/HyperlinkType.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/common/usermodel/class-use/HyperlinkType.html Wed Sep 20 15:48:44 2017
@@ -137,17 +137,25 @@
 </tr>
 <tr class="rowColor">
 <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>
+<td class="colLast"><span class="typeNameLabel">Hyperlink.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/common/usermodel/Hyperlink.html#getType--">getType</a></span>()</code>
 <div class="block">Return the type of this hyperlink</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">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>&nbsp;
+<div class="block"><span class="deprecationComment">use <code>getType()</code> instead</span></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>static <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">HyperlinkType.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/common/usermodel/HyperlinkType.html#valueOf-java.lang.String-">valueOf</a></span>(java.lang.String&nbsp;name)</code>
 <div class="block">Returns the enum constant of this type with the specified name.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <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">HyperlinkType.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/common/usermodel/HyperlinkType.html#values--">values</a></span>()</code>
 <div class="block">Returns an array containing the constants of this enum type, in
@@ -170,10 +178,18 @@ the order they are declared.</div>
 <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>
+<td class="colLast"><span class="typeNameLabel">HSLFHyperlink.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFHyperlink.html#getType--">getType</a></span>()</code>
 <div class="block">Gets the type of the hyperlink action.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<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>&nbsp;
+<div class="block"><span class="deprecationComment">use <code>getType</code> instead</span></div>
+</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -205,10 +221,18 @@ the order they are declared.</div>
 <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">HSSFHyperlink.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFHyperlink.html#getTypeEnum--">getTypeEnum</a></span>()</code>
+<td class="colLast"><span class="typeNameLabel">HSSFHyperlink.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFHyperlink.html#getType--">getType</a></span>()</code>
 <div class="block">Return the type of this hyperlink</div>
 </td>
 </tr>
+<tr class="rowColor">
+<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>&nbsp;
+<div class="block"><span class="deprecationComment">use <code>getType()</code> instead</span></div>
+</div>
+</td>
+</tr>
 </tbody>
 </table>
 <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
@@ -274,7 +298,13 @@ the order they are declared.</div>
 <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">XSLFHyperlink.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFHyperlink.html#getTypeEnum--">getTypeEnum</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">XSLFHyperlink.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFHyperlink.html#getType--">getType</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<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>&nbsp;</div>
+</td>
 </tr>
 </tbody>
 </table>
@@ -310,10 +340,18 @@ the order they are declared.</div>
 <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">XSSFHyperlink.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFHyperlink.html#getTypeEnum--">getTypeEnum</a></span>()</code>
+<td class="colLast"><span class="typeNameLabel">XSSFHyperlink.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFHyperlink.html#getType--">getType</a></span>()</code>
 <div class="block">Return the type of this hyperlink</div>
 </td>
 </tr>
+<tr class="rowColor">
+<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>&nbsp;
+<div class="block"><span class="deprecationComment">use <code>getType</code> instead</span></div>
+</div>
+</td>
+</tr>
 </tbody>
 </table>
 <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFHyperlink.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFHyperlink.html?rev=1809043&r1=1809042&r2=1809043&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFHyperlink.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFHyperlink.html Wed Sep 20 15:48:44 2017
@@ -17,7 +17,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":9,"i1":9,"i2":9,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":42,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10};
+var methods = {"i0":9,"i1":9,"i2":9,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":42,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -213,17 +213,17 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFHyperlink.html#getTextRunInfo--">getTextRunInfo</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i11" class="rowColor">
-<td class="colFirst"><code>int</code></td>
+<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"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFHyperlink.html#getType--">getType</a></span>()</code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
-<div class="block"><span class="deprecationComment">POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFHyperlink.html#getTypeEnum--"><code>getTypeEnum()</code></a></span></div>
-</div>
+<div class="block">Gets the type of the hyperlink action.</div>
 </td>
 </tr>
 <tr id="i12" 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"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFHyperlink.html#getTypeEnum--">getTypeEnum</a></span>()</code>
-<div class="block">Gets the type of the hyperlink action.</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use <code>getType</code> instead</span></div>
+</div>
 </td>
 </tr>
 <tr id="i13" class="rowColor">
@@ -378,8 +378,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getType</h4>
-<pre>public&nbsp;int&nbsp;getType()</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFHyperlink.html#getTypeEnum--"><code>getTypeEnum()</code></a></span></div>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html" title="enum in org.apache.poi.common.usermodel">HyperlinkType</a>&nbsp;getType()</pre>
 <div class="block">Gets the type of the hyperlink action.
  Must be a <code>LINK_*</code>  constant</code></div>
 <dl>
@@ -398,7 +397,10 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getTypeEnum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html" title="enum in org.apache.poi.common.usermodel">HyperlinkType</a>&nbsp;getTypeEnum()</pre>
+<pre>@Deprecated
+ <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">@Removal</a>(<a href="../../../../../org/apache/poi/util/Removal.html#version--">version</a>="4.2")
+public&nbsp;<a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html" title="enum in org.apache.poi.common.usermodel">HyperlinkType</a>&nbsp;getTypeEnum()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">use <code>getType</code> instead</span></div>
 <div class="block">Gets the type of the hyperlink action.
  Must be a <code>LINK_*</code>  constant</code></div>
 <dl>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTable.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTable.html?rev=1809043&r1=1809042&r2=1809043&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTable.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTable.html Wed Sep 20 15:48:44 2017
@@ -306,7 +306,7 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</a></h3>
-<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#draw-java.awt.Graphics2D-java.awt.geom.Rectangle2D-">draw</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getClientData-boolean-">getClientData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getClientDataRecord-int-">getClientDataRecord</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getClientRecords--">getClientRecords</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getEscherChild-org.apache.poi.ddf.EscherContainerRecord-int-">getEscherChild</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getEscherChild-org.apache.poi.ddf.EscherContainerRecord-org.apache.poi.hslf.record.RecordTypes-">getEscherChild</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getEscherChild-org.apache.poi.hslf.record.RecordTypes-">getEscherChild</a>, <a href="../../../../../org/apache
 /poi/hslf/usermodel/HSLFShape.html#getEscherOptRecord--">getEscherOptRecord</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getEscherProperty-org.apache.poi.ddf.AbstractEscherOptRecord-int-">getEscherProperty</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getEscherProperty-short-">getEscherProperty</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getEscherProperty-short-int-">getEscherProperty</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getFill--">getFill</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getFillStyle--">getFillStyle</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getFlipHorizontal--">getFlipHorizontal</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getFlipVertical--">getFlipVertical</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getParent--">getParent</a>, <a
  href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getRotation--">getRotation</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getShapeId--">getShapeId</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getShapeName--">getShapeName</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getSheet--">getSheet</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getSpContainer--">getSpContainer</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#isPlaceholder--">isPlaceholder</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#moveTo-double-double-">moveTo</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#setEscherProperty-org.apache.poi.ddf.AbstractEscherOptRecord-short-int-">setEscherProperty</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#setEscherProperty-short-int-">setEscherProperty</a>
 , <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#setFlipHorizontal-boolean-">setFlipHorizontal</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#setFlipVertical-boolean-">setFlipVertical</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#setRotation-double-">setRotation</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#setShapeId-int-">setShapeId</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#setShapeType-org.apache.poi.sl.usermodel.ShapeType-">setShapeType</a></code></li>
+<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#draw-java.awt.Graphics2D-java.awt.geom.Rectangle2D-">draw</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getAnchor--">getAnchor</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getClientData-boolean-">getClientData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getClientDataRecord-int-">getClientDataRecord</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getClientRecords--">getClientRecords</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getEscherChild-org.apache.poi.ddf.EscherContainerRecord-int-">getEscherChild</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getEscherChild-org.apache.poi.ddf.EscherContainerRecord-org.apache.poi.hslf.record.RecordTypes-">getEscherChild</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getEscherChil
 d-org.apache.poi.hslf.record.RecordTypes-">getEscherChild</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getEscherOptRecord--">getEscherOptRecord</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getEscherProperty-org.apache.poi.ddf.AbstractEscherOptRecord-int-">getEscherProperty</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getEscherProperty-short-">getEscherProperty</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getEscherProperty-short-int-">getEscherProperty</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getFill--">getFill</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getFillStyle--">getFillStyle</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getFlipHorizontal--">getFlipHorizontal</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getFlipVertical--">getFlipVertical</a>, <a
  href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getParent--">getParent</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getRotation--">getRotation</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getShapeId--">getShapeId</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getShapeName--">getShapeName</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getSheet--">getSheet</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getSpContainer--">getSpContainer</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#isPlaceholder--">isPlaceholder</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#moveTo-double-double-">moveTo</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#setEscherProperty-org.apache.poi.ddf.AbstractEscherOptRecord-short-int-">setEscherProperty</a>, <a href="../../../../..
 /org/apache/poi/hslf/usermodel/HSLFShape.html#setEscherProperty-short-int-">setEscherProperty</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#setFlipHorizontal-boolean-">setFlipHorizontal</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#setFlipVertical-boolean-">setFlipVertical</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#setRotation-double-">setRotation</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#setShapeId-int-">setShapeId</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#setShapeType-org.apache.poi.sl.usermodel.ShapeType-">setShapeType</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/hssf/usermodel/HSSFCell.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCell.html?rev=1809043&r1=1809042&r2=1809043&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCell.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCell.html Wed Sep 20 15:48:44 2017
@@ -17,7 +17,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":42,"i5":10,"i6":10,"i7":10,"i8":10,"i9":42,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":42,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":42,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":42,"i6":10,"i7":10,"i8":10,"i9":10,"i10":42,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":42,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -162,13 +162,6 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 </table>
-<ul class="blockList">
-<li class="blockList"><a name="fields.inherited.from.class.org.apache.poi.ss.usermodel.Cell">
-<!--   -->
-</a>
-<h3>Fields inherited from interface&nbsp;org.apache.poi.ss.usermodel.<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></h3>
-<code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_BLANK">CELL_TYPE_BLANK</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_BOOLEAN">CELL_TYPE_BOOLEAN</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_ERROR">CELL_TYPE_ERROR</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_FORMULA">CELL_TYPE_FORMULA</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_NUMERIC">CELL_TYPE_NUMERIC</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_STRING">CELL_TYPE_STRING</a></code></li>
-</ul>
 </li>
 </ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
@@ -250,17 +243,18 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr id="i4" class="altColor">
-<td class="colFirst"><code>int</code></td>
+<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"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html#getCachedFormulaResultType--">getCachedFormulaResultType</a></span>()</code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
-<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>
 </td>
 </tr>
 <tr id="i5" 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"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html#getCachedFormulaResultTypeEnum--">getCachedFormulaResultTypeEnum</a></span>()</code>
-<div class="block">Only valid for formula cells</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<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 id="i6" class="altColor">
@@ -282,17 +276,15 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr id="i9" class="rowColor">
-<td class="colFirst"><code>int</code></td>
+<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"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html#getCellType--">getCellType</a></span>()</code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
-<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>
 </td>
 </tr>
 <tr id="i10" 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"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html#getCellTypeEnum--">getCellTypeEnum</a></span>()</code>
-<div class="block">get the cells type (numeric, formula or string)</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 </td>
 </tr>
 <tr id="i11" class="rowColor">
@@ -426,55 +418,47 @@ implements <a href="../../../../../org/a
 </tr>
 <tr id="i33" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html#setCellType-int-">setCellType</a></span>(int&nbsp;cellType)</code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
-<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>setCellType(CellType)</code></a> instead.</span></div>
-</div>
-</td>
-</tr>
-<tr id="i34" class="altColor">
-<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html#setCellValue-boolean-">setCellValue</a></span>(boolean&nbsp;value)</code>
 <div class="block">set a boolean value for the cell</div>
 </td>
 </tr>
-<tr id="i35" class="rowColor">
+<tr id="i34" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html#setCellValue-java.util.Calendar-">setCellValue</a></span>(java.util.Calendar&nbsp;value)</code>
 <div class="block">set a date value for the cell.</div>
 </td>
 </tr>
-<tr id="i36" class="altColor">
+<tr id="i35" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html#setCellValue-java.util.Date-">setCellValue</a></span>(java.util.Date&nbsp;value)</code>
 <div class="block">set a date value for the cell.</div>
 </td>
 </tr>
-<tr id="i37" class="rowColor">
+<tr id="i36" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html#setCellValue-double-">setCellValue</a></span>(double&nbsp;value)</code>
 <div class="block">set a numeric value for the cell</div>
 </td>
 </tr>
-<tr id="i38" class="altColor">
+<tr id="i37" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html#setCellValue-org.apache.poi.ss.usermodel.RichTextString-">setCellValue</a></span>(<a href="../../../../../org/apache/poi/ss/usermodel/RichTextString.html" title="interface in org.apache.poi.ss.usermodel">RichTextString</a>&nbsp;value)</code>
 <div class="block">Set a string value for the cell.</div>
 </td>
 </tr>
-<tr id="i39" class="rowColor">
+<tr id="i38" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html#setCellValue-java.lang.String-">setCellValue</a></span>(java.lang.String&nbsp;value)</code>
 <div class="block">set a string value for the cell.</div>
 </td>
 </tr>
-<tr id="i40" class="altColor">
+<tr id="i39" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html#setHyperlink-org.apache.poi.ss.usermodel.Hyperlink-">setHyperlink</a></span>(<a href="../../../../../org/apache/poi/ss/usermodel/Hyperlink.html" title="interface in org.apache.poi.ss.usermodel">Hyperlink</a>&nbsp;hyperlink)</code>
 <div class="block">Assign a hyperlink to this cell.</div>
 </td>
 </tr>
-<tr id="i41" class="rowColor">
+<tr id="i40" class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html#toString--">toString</a></span>()</code>
 <div class="block">Returns a string representation of the cell
@@ -484,7 +468,7 @@ implements <a href="../../../../../org/a
  knowledge of the semantics of the sheet being processed.</div>
 </td>
 </tr>
-<tr id="i42" class="altColor">
+<tr id="i41" class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html#updateCellNum-short-">updateCellNum</a></span>(short&nbsp;num)</code>
 <div class="block">Updates the cell record's idea of what
@@ -757,30 +741,6 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
-<a name="setCellType-int-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setCellType</h4>
-<pre>public&nbsp;void&nbsp;setCellType(int&nbsp;cellType)</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<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>setCellType(CellType)</code></a> instead.</span></div>
-<div class="block">Set the cells type (numeric, formula or string).
- If the cell currently contains a value, the value will
-  be converted to match the new type, if possible.</div>
-<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#setCellType-int-">setCellType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></code></dd>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#NUMERIC"><code>CellType.NUMERIC</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#STRING"><code>CellType.STRING</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#FORMULA"><code>CellType.FORMULA</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#BLANK"><code>CellType.BLANK</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#BOOLEAN"><code>CellType.BOOLEAN</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#ERROR"><code>CellType.ERROR</code></a></dd>
-</dl>
-</li>
-</ul>
 <a name="setCellType-org.apache.poi.ss.usermodel.CellType-">
 <!--   -->
 </a>
@@ -803,12 +763,8 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getCellType</h4>
-<pre>public&nbsp;int&nbsp;getCellType()</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<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 class="block">get the cells type (numeric, formula or string)
- 
- 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.
- For forwards compatibility, do not hard-code cell type literals in your code.</div>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a>&nbsp;getCellType()</pre>
+<div class="block">get the cells type (numeric, formula or string)</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#getCellType--">getCellType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></code></dd>
@@ -823,7 +779,10 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getCellTypeEnum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a>&nbsp;getCellTypeEnum()</pre>
+<pre>@Deprecated
+ <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">@Removal</a>(<a href="../../../../../org/apache/poi/util/Removal.html#version--">version</a>="4.2")
+public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a>&nbsp;getCellTypeEnum()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 <div class="block">get the cells type (numeric, formula or string)</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -831,8 +790,7 @@ implements <a href="../../../../../org/a
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the cell type</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>POI 3.15 beta 3
- Will be deleted when we make the CellType enum transition. See bug 59791.</dd>
+<dd>POI 3.15 beta 3</dd>
 </dl>
 </li>
 </ul>
@@ -1357,12 +1315,8 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getCachedFormulaResultType</h4>
-<pre>public&nbsp;int&nbsp;getCachedFormulaResultType()</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<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">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.
- For forwards compatibility, do not hard-code cell type literals in your code.</div>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a>&nbsp;getCachedFormulaResultType()</pre>
+<div class="block">Only valid for formula cells</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#getCachedFormulaResultType--">getCachedFormulaResultType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></code></dd>
@@ -1370,6 +1324,8 @@ implements <a href="../../../../../org/a
 <dd>one of (<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#NUMERIC"><code>CellType.NUMERIC</code></a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#STRING"><code>CellType.STRING</code></a>,
      <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#BOOLEAN"><code>CellType.BOOLEAN</code></a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#ERROR"><code>CellType.ERROR</code></a>) depending
  on the cached value of the formula</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>POI 4.0</dd>
 </dl>
 </li>
 </ul>
@@ -1379,7 +1335,11 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getCachedFormulaResultTypeEnum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a>&nbsp;getCachedFormulaResultTypeEnum()</pre>
+<pre>@Deprecated
+ <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">@Removal</a>(<a href="../../../../../org/apache/poi/util/Removal.html#version--">version</a>="4.2")
+public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a>&nbsp;getCachedFormulaResultTypeEnum()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">use <code>getCachedFormulaResultType</code>
+ Will be deleted when we make the CellType enum transition. See bug 59791.</span></div>
 <div class="block">Only valid for formula cells</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -1389,8 +1349,7 @@ implements <a href="../../../../../org/a
      <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#BOOLEAN"><code>CellType.BOOLEAN</code></a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#ERROR"><code>CellType.ERROR</code></a>) depending
  on the cached value of the formula</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>POI 3.15 beta 3
- Will be deleted when we make the CellType enum transition. See bug 59791.</dd>
+<dd>POI 3.15 beta 3</dd>
 </dl>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.html?rev=1809043&r1=1809042&r2=1809043&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.html Wed Sep 20 15:48:44 2017
@@ -501,19 +501,21 @@ extends <a href="../../../../../org/apac
   of the old formula.
  Else if cell does not contain formula, this method leaves
   the cell unchanged.
- Note that the same instance of HSSFCell is returned to
+ Note that the same instance of <a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel"><code>Cell</code></a> is returned to
  allow chained calls like:
  <pre>
  int evaluatedCellType = evaluator.evaluateInCell(cell).getCellType();
  </pre>
  Be aware that your cell value will be changed to hold the
   result of the formula. If you simply want the formula
-  value computed for you, use <a href="../../../../../org/apache/poi/ss/formula/BaseFormulaEvaluator.html#evaluateFormulaCellEnum-org.apache.poi.ss.usermodel.Cell-"><code>BaseFormulaEvaluator.evaluateFormulaCellEnum(Cell)</code></a>}</div>
+  value computed for you, use <a href="../../../../../org/apache/poi/ss/formula/BaseFormulaEvaluator.html#evaluateFormulaCell-org.apache.poi.ss.usermodel.Cell-"><code>BaseFormulaEvaluator.evaluateFormulaCell(Cell)</code></a>}</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/FormulaEvaluator.html#evaluateInCell-org.apache.poi.ss.usermodel.Cell-">evaluateInCell</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/FormulaEvaluator.html" title="interface in org.apache.poi.ss.usermodel">FormulaEvaluator</a></code></dd>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/formula/BaseFormulaEvaluator.html#evaluateInCell-org.apache.poi.ss.usermodel.Cell-">evaluateInCell</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/formula/BaseFormulaEvaluator.html" title="class in org.apache.poi.ss.formula">BaseFormulaEvaluator</a></code></dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>cell</code> - The <a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel"><code>Cell</code></a> to evaluate and modify.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the <code>cell</code> that was passed in, allowing for chained calls</dd>
 </dl>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFHyperlink.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFHyperlink.html?rev=1809043&r1=1809042&r2=1809043&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFHyperlink.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFHyperlink.html Wed Sep 20 15:48:44 2017
@@ -17,7 +17,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":42,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":42,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -244,18 +244,17 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFHyperlink.html#getTextMark--">getTextMark</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i9" class="rowColor">
-<td class="colFirst"><code>int</code></td>
+<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"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFHyperlink.html#getType--">getType</a></span>()</code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
-<div class="block"><span class="deprecationComment">POI 3.15. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFHyperlink.html#getTypeEnum--"><code>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>
 </td>
 </tr>
 <tr id="i10" 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"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFHyperlink.html#getTypeEnum--">getTypeEnum</a></span>()</code>
-<div class="block">Return the type of this hyperlink</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use <code>getType()</code> instead</span></div>
+</div>
 </td>
 </tr>
 <tr id="i11" class="rowColor">
@@ -637,9 +636,7 @@ protected&nbsp;HSSFHyperlink(<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>getType</h4>
-<pre>public&nbsp;int&nbsp;getType()</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">POI 3.15. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFHyperlink.html#getTypeEnum--"><code>getTypeEnum()</code></a> instead.
- getType will return a HyperlinkType enum in the future.</span></div>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html" title="enum in org.apache.poi.common.usermodel">HyperlinkType</a>&nbsp;getType()</pre>
 <div class="block">Return the type of this hyperlink</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -657,7 +654,10 @@ protected&nbsp;HSSFHyperlink(<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>getTypeEnum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html" title="enum in org.apache.poi.common.usermodel">HyperlinkType</a>&nbsp;getTypeEnum()</pre>
+<pre>@Deprecated
+ <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">@Removal</a>(<a href="../../../../../org/apache/poi/util/Removal.html#version--">version</a>="4.2")
+public&nbsp;<a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html" title="enum in org.apache.poi.common.usermodel">HyperlinkType</a>&nbsp;getTypeEnum()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">use <code>getType()</code> instead</span></div>
 <div class="block">Return the type of this hyperlink</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFName.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFName.html?rev=1809043&r1=1809042&r2=1809043&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFName.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFName.html Wed Sep 20 15:48:44 2017
@@ -343,7 +343,12 @@ implements <a href="../../../../../org/a
   <li><code>HR!$A$1:$Z$345</code></li>
   <li><code>SUM(Sheet1!A1,Sheet2!B2)</li>
   <li><code>-PMT(Interest_Rate/12,Number_of_Payments,Loan_Amount)</li>
- </ul></div>
+ </ul>
+
+ Note: Using relative values like 'A1:B1' can lead to unexpected moving of
+      the cell that the name points to when working with the workbook in Microsoft Excel,
+      usually using absolute references like '$A$1:$B$1' avoids this, see also
+      https://superuser.com/a/1031047/126954</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Name.html#setRefersToFormula-java.lang.String-">setRefersToFormula</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Name.html" title="interface in org.apache.poi.ss.usermodel">Name</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/util/CellReference.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/util/CellReference.html?rev=1809043&r1=1809042&r2=1809043&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/util/CellReference.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/util/CellReference.html Wed Sep 20 15:48:44 2017
@@ -106,6 +106,11 @@
 <ul class="blockList">
 <li class="blockList">
 <hr>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<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>
 <br>
 <pre>public final class <span class="typeNameLabel">CellReference</span>
 extends <a href="../../../../../org/apache/poi/ss/util/CellReference.html" title="class in org.apache.poi.ss.util">CellReference</a></pre>
@@ -146,16 +151,21 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr class="altColor">
 <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/util/CellReference.html#CellReference-int-int-">CellReference</a></span>(int&nbsp;pRow,
-             int&nbsp;pCol)</code>&nbsp;</td>
+             int&nbsp;pCol)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/util/CellReference.html#CellReference-int-int-boolean-boolean-">CellReference</a></span>(int&nbsp;pRow,
              int&nbsp;pCol,
              boolean&nbsp;pAbsRow,
-             boolean&nbsp;pAbsCol)</code>&nbsp;</td>
+             boolean&nbsp;pAbsCol)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/poi/hssf/util/CellReference.html#CellReference-java.lang.String-">CellReference</a></span>(java.lang.String&nbsp;cellRef)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 <div class="block">Create an cell ref from a string representation.</div>
 </td>
 </tr>
@@ -164,7 +174,9 @@ extends <a href="../../../../../org/apac
              int&nbsp;pRow,
              int&nbsp;pCol,
              boolean&nbsp;pAbsRow,
-             boolean&nbsp;pAbsCol)</code>&nbsp;</td>
+             boolean&nbsp;pAbsCol)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -210,6 +222,7 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>CellReference</h4>
 <pre>public&nbsp;CellReference(java.lang.String&nbsp;cellRef)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 <div class="block">Create an cell ref from a string representation.  Sheet names containing special characters should be
  delimited and escaped as per normal syntax rules for formulas.</div>
 </li>
@@ -222,6 +235,7 @@ extends <a href="../../../../../org/apac
 <h4>CellReference</h4>
 <pre>public&nbsp;CellReference(int&nbsp;pRow,
                      int&nbsp;pCol)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 </li>
 </ul>
 <a name="CellReference-int-int-boolean-boolean-">
@@ -234,6 +248,7 @@ extends <a href="../../../../../org/apac
                      int&nbsp;pCol,
                      boolean&nbsp;pAbsRow,
                      boolean&nbsp;pAbsCol)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 </li>
 </ul>
 <a name="CellReference-java.lang.String-int-int-boolean-boolean-">
@@ -247,6 +262,7 @@ extends <a href="../../../../../org/apac
                      int&nbsp;pCol,
                      boolean&nbsp;pAbsRow,
                      boolean&nbsp;pAbsCol)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/util/package-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/util/package-summary.html?rev=1809043&r1=1809042&r2=1809043&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/util/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/util/package-summary.html Wed Sep 20 15:48:44 2017
@@ -100,10 +100,8 @@ HSSF concepts.</div>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/hssf/util/CellReference.html" title="class in org.apache.poi.hssf.util">CellReference</a></td>
-<td class="colLast">
-<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>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">POI 4.0.0-SNAPSHOT.</span></div>
 </td>
 </tr>
 <tr class="rowColor">

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/util/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/util/package-use.html?rev=1809043&r1=1809042&r2=1809043&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/util/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/util/package-use.html Wed Sep 20 15:48:44 2017
@@ -199,9 +199,11 @@ HSSF concepts.</div>
 </tr>
 <tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/hssf/util/class-use/CellReference.html#org.apache.poi.hssf.util">CellReference</a>
-<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>&nbsp;
+<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>
 </td>
 </tr>
 <tr class="altColor">



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