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 2016/09/14 09:10:23 UTC

svn commit: r1760663 [6/23] - in /poi/site/publish/apidocs: ./ org/apache/poi/class-use/ org/apache/poi/common/usermodel/ org/apache/poi/ddf/class-use/ org/apache/poi/hpsf/class-use/ org/apache/poi/hpsf/wellknown/class-use/ org/apache/poi/hslf/model/te...

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/Record.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/Record.html?rev=1760663&r1=1760662&r2=1760663&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/Record.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/Record.html Wed Sep 14 09:10:21 2016
@@ -203,6 +203,16 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">HSSFListener.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/eventusermodel/HSSFListener.html#processRecord(org.apache.poi.hssf.record.Record)">processRecord</a></strong>(<a href="../../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a>&nbsp;record)</code>
+<div class="block">process an HSSF Record.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">MissingRecordAwareHSSFListener.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/eventusermodel/MissingRecordAwareHSSFListener.html#processRecord(org.apache.poi.hssf.record.Record)">processRecord</a></strong>(<a href="../../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a>&nbsp;record)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="strong">FormatTrackingHSSFListener.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/eventusermodel/FormatTrackingHSSFListener.html#processRecord(org.apache.poi.hssf.record.Record)">processRecord</a></strong>(<a href="../../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a>&nbsp;record)</code>
 <div class="block">Process this record ourselves, and then pass it on to our child listener</div>
 </td>
@@ -222,16 +232,6 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">MissingRecordAwareHSSFListener.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/eventusermodel/MissingRecordAwareHSSFListener.html#processRecord(org.apache.poi.hssf.record.Record)">processRecord</a></strong>(<a href="../../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a>&nbsp;record)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">HSSFListener.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/eventusermodel/HSSFListener.html#processRecord(org.apache.poi.hssf.record.Record)">processRecord</a></strong>(<a href="../../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a>&nbsp;record)</code>
-<div class="block">process an HSSF Record.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="strong">EventWorkbookBuilder.SheetRecordCollectingListener.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/eventusermodel/EventWorkbookBuilder.SheetRecordCollectingListener.html#processRecordInternally(org.apache.poi.hssf.record.Record)">processRecordInternally</a></strong>(<a href="../../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a>&nbsp;record)</code>
 <div class="block">Process the record ourselves, but do not
   pass it on to the child Listener.</div>
@@ -295,14 +295,14 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a></code></td>
-<td class="colLast"><span class="strong">InternalWorkbook.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/InternalWorkbook.html#findFirstRecordBySid(short)">findFirstRecordBySid</a></strong>(short&nbsp;sid)</code>
-<div class="block">Returns the first occurance of a record matching a particular sid.</div>
+<td class="colLast"><span class="strong">InternalSheet.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/InternalSheet.html#findFirstRecordBySid(short)">findFirstRecordBySid</a></strong>(short&nbsp;sid)</code>
+<div class="block">Returns the first occurrence of a record matching a particular sid.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a></code></td>
-<td class="colLast"><span class="strong">InternalSheet.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/InternalSheet.html#findFirstRecordBySid(short)">findFirstRecordBySid</a></strong>(short&nbsp;sid)</code>
-<div class="block">Returns the first occurrence of a record matching a particular sid.</div>
+<td class="colLast"><span class="strong">InternalWorkbook.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/InternalWorkbook.html#findFirstRecordBySid(short)">findFirstRecordBySid</a></strong>(short&nbsp;sid)</code>
+<div class="block">Returns the first occurance of a record matching a particular sid.</div>
 </td>
 </tr>
 <tr class="altColor">

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/TextObjectRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/TextObjectRecord.html?rev=1760663&r1=1760662&r2=1760663&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/TextObjectRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/TextObjectRecord.html Wed Sep 14 09:10:21 2016
@@ -97,7 +97,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/hssf/record/TextObjectRecord.html" title="class in org.apache.poi.hssf.record">TextObjectRecord</a></code></td>
-<td class="colLast"><span class="strong">HSSFPolygon.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPolygon.html#createTextObjRecord()">createTextObjRecord</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">HSSFCombobox.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCombobox.html#createTextObjRecord()">createTextObjRecord</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/hssf/record/TextObjectRecord.html" title="class in org.apache.poi.hssf.record">TextObjectRecord</a></code></td>
@@ -105,7 +105,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/hssf/record/TextObjectRecord.html" title="class in org.apache.poi.hssf.record">TextObjectRecord</a></code></td>
-<td class="colLast"><span class="strong">HSSFCombobox.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCombobox.html#createTextObjRecord()">createTextObjRecord</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">HSSFPolygon.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPolygon.html#createTextObjRecord()">createTextObjRecord</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/hssf/record/TextObjectRecord.html" title="class in org.apache.poi.hssf.record">TextObjectRecord</a></code></td>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/common/class-use/FtrHeader.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/common/class-use/FtrHeader.html?rev=1760663&r1=1760662&r2=1760663&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/common/class-use/FtrHeader.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/common/class-use/FtrHeader.html Wed Sep 14 09:10:21 2016
@@ -101,11 +101,11 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/hssf/record/common/FtrHeader.html" title="class in org.apache.poi.hssf.record.common">FtrHeader</a></code></td>
-<td class="colLast"><span class="strong">CFRule12Record.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/record/CFRule12Record.html#getFutureHeader()">getFutureHeader</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">CFHeader12Record.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/record/CFHeader12Record.html#getFutureHeader()">getFutureHeader</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/hssf/record/common/FtrHeader.html" title="class in org.apache.poi.hssf.record.common">FtrHeader</a></code></td>
-<td class="colLast"><span class="strong">CFHeader12Record.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/record/CFHeader12Record.html#getFutureHeader()">getFutureHeader</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">CFRule12Record.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/record/CFRule12Record.html#getFutureHeader()">getFutureHeader</a></strong>()</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/cont/class-use/ContinuableRecordOutput.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/cont/class-use/ContinuableRecordOutput.html?rev=1760663&r1=1760662&r2=1760663&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/cont/class-use/ContinuableRecordOutput.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/cont/class-use/ContinuableRecordOutput.html Wed Sep 14 09:10:21 2016
@@ -104,8 +104,8 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">StringRecord.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/record/StringRecord.html#serialize(org.apache.poi.hssf.record.cont.ContinuableRecordOutput)">serialize</a></strong>(<a href="../../../../../../../org/apache/poi/hssf/record/cont/ContinuableRecordOutput.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecordOutput</a>&nbsp;out)</code>&nbsp;</td>
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">ExtSSTRecord.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/record/ExtSSTRecord.html#serialize(org.apache.poi.hssf.record.cont.ContinuableRecordOutput)">serialize</a></strong>(<a href="../../../../../../../org/apache/poi/hssf/record/cont/ContinuableRecordOutput.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecordOutput</a>&nbsp;out)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
@@ -113,7 +113,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">SSTRecord.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/record/SSTRecord.html#serialize(org.apache.poi.hssf.record.cont.ContinuableRecordOutput)">serialize</a></strong>(<a href="../../../../../../../org/apache/poi/hssf/record/cont/ContinuableRecordOutput.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecordOutput</a>&nbsp;out)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">StringRecord.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/record/StringRecord.html#serialize(org.apache.poi.hssf.record.cont.ContinuableRecordOutput)">serialize</a></strong>(<a href="../../../../../../../org/apache/poi/hssf/record/cont/ContinuableRecordOutput.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecordOutput</a>&nbsp;out)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
@@ -122,8 +122,8 @@
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">ExtSSTRecord.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/record/ExtSSTRecord.html#serialize(org.apache.poi.hssf.record.cont.ContinuableRecordOutput)">serialize</a></strong>(<a href="../../../../../../../org/apache/poi/hssf/record/cont/ContinuableRecordOutput.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecordOutput</a>&nbsp;out)</code>&nbsp;</td>
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">SSTRecord.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/record/SSTRecord.html#serialize(org.apache.poi.hssf.record.cont.ContinuableRecordOutput)">serialize</a></strong>(<a href="../../../../../../../org/apache/poi/hssf/record/cont/ContinuableRecordOutput.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecordOutput</a>&nbsp;out)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html?rev=1760663&r1=1760662&r2=1760663&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html Wed Sep 14 09:10:21 2016
@@ -157,182 +157,227 @@ implements <a href="../../../../../org/a
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderBottom()">getBorderBottom</a></strong>()</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderBottomEnum()"><code>getBorderBottomEnum()</code></a>.
+ This method will return an BorderStyle enum in the future.</i></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderBottom()">getBorderBottom</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderBottomEnum()">getBorderBottomEnum</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderDiagonal()">getBorderDiagonal</a></strong>()</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderDiagonalEnum()"><code>getBorderDiagonalEnum()</code></a>.
+ This method will return an BorderStyle enum in the future.</i></div>
+</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderDiagonal()">getBorderDiagonal</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderDiagonalEnum()">getBorderDiagonalEnum</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/hssf/record/cf/BorderFormatting.html" title="class in org.apache.poi.hssf.record.cf">BorderFormatting</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderFormattingBlock()">getBorderFormattingBlock</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderLeft()">getBorderLeft</a></strong>()</code>&nbsp;</td>
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderLeft()">getBorderLeft</a></strong>()</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderLeftEnum()"><code>getBorderLeftEnum()</code></a>.
+ This method will return an BorderStyle enum in the future.</i></div>
+</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderRight()">getBorderRight</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderLeftEnum()">getBorderLeftEnum</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderRight()">getBorderRight</a></strong>()</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderRightEnum()"><code>getBorderRightEnum()</code></a>.
+ This method will return an BorderStyle enum in the future.</i></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderTop()">getBorderTop</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderRightEnum()">getBorderRightEnum</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderTop()">getBorderTop</a></strong>()</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderTopEnum()"><code>getBorderTopEnum()</code></a>.
+ This method will return an BorderStyle enum in the future.</i></div>
+</div>
+</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderTopEnum()">getBorderTopEnum</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>short</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBottomBorderColor()">getBottomBorderColor</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.html" title="class in org.apache.poi.hssf.util">HSSFColor</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBottomBorderColorColor()">getBottomBorderColorColor</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>short</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getDiagonalBorderColor()">getDiagonalBorderColor</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.html" title="class in org.apache.poi.hssf.util">HSSFColor</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getDiagonalBorderColorColor()">getDiagonalBorderColorColor</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>short</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getLeftBorderColor()">getLeftBorderColor</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.html" title="class in org.apache.poi.hssf.util">HSSFColor</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getLeftBorderColorColor()">getLeftBorderColorColor</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>short</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getRightBorderColor()">getRightBorderColor</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.html" title="class in org.apache.poi.hssf.util">HSSFColor</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getRightBorderColorColor()">getRightBorderColorColor</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>short</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getTopBorderColor()">getTopBorderColor</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/util/HSSFColor.html" title="class in org.apache.poi.hssf.util">HSSFColor</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getTopBorderColorColor()">getTopBorderColorColor</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#isBackwardDiagonalOn()">isBackwardDiagonalOn</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#isForwardDiagonalOn()">isForwardDiagonalOn</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBackwardDiagonalOn(boolean)">setBackwardDiagonalOn</a></strong>(boolean&nbsp;on)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle)">setBorderBottom</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;border)</code>
 <div class="block">Set bottom border.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderBottom(short)">setBorderBottom</a></strong>(short&nbsp;border)</code>
 <div class="block">Set bottom border.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderDiagonal(org.apache.poi.ss.usermodel.BorderStyle)">setBorderDiagonal</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;border)</code>
 <div class="block">Set diagonal border.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderDiagonal(short)">setBorderDiagonal</a></strong>(short&nbsp;border)</code>
 <div class="block">Set diagonal border.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle)">setBorderLeft</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;border)</code>
 <div class="block">Set left border.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderLeft(short)">setBorderLeft</a></strong>(short&nbsp;border)</code>
 <div class="block">Set left border.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderRight(org.apache.poi.ss.usermodel.BorderStyle)">setBorderRight</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;border)</code>
 <div class="block">Set right border.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderRight(short)">setBorderRight</a></strong>(short&nbsp;border)</code>
 <div class="block">Set right border.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderTop(org.apache.poi.ss.usermodel.BorderStyle)">setBorderTop</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;border)</code>
 <div class="block">Set top border.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderTop(short)">setBorderTop</a></strong>(short&nbsp;border)</code>
 <div class="block">Set top border.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBottomBorderColor(org.apache.poi.ss.usermodel.Color)">setBottomBorderColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a>&nbsp;color)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBottomBorderColor(short)">setBottomBorderColor</a></strong>(short&nbsp;color)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setDiagonalBorderColor(org.apache.poi.ss.usermodel.Color)">setDiagonalBorderColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a>&nbsp;color)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setDiagonalBorderColor(short)">setDiagonalBorderColor</a></strong>(short&nbsp;color)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setForwardDiagonalOn(boolean)">setForwardDiagonalOn</a></strong>(boolean&nbsp;on)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setLeftBorderColor(org.apache.poi.ss.usermodel.Color)">setLeftBorderColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a>&nbsp;color)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setLeftBorderColor(short)">setLeftBorderColor</a></strong>(short&nbsp;color)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setRightBorderColor(org.apache.poi.ss.usermodel.Color)">setRightBorderColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a>&nbsp;color)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setRightBorderColor(short)">setRightBorderColor</a></strong>(short&nbsp;color)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setTopBorderColor(org.apache.poi.ss.usermodel.Color)">setTopBorderColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a>&nbsp;color)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setTopBorderColor(short)">setTopBorderColor</a></strong>(short&nbsp;color)</code>&nbsp;</td>
 </tr>
@@ -391,65 +436,145 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getBorderBottom</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;getBorderBottom()</pre>
+<pre>public&nbsp;short&nbsp;getBorderBottom()</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderBottomEnum()"><code>getBorderBottomEnum()</code></a>.
+ This method will return an BorderStyle enum in the future.</i></div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderBottom()">getBorderBottom</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd>
 </dl>
 </li>
 </ul>
+<a name="getBorderBottomEnum()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBorderBottomEnum</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;getBorderBottomEnum()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderBottomEnum()">getBorderBottomEnum</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd>
+<dt><span class="strong">Since:</span></dt>
+  <dd>POI 3.15</dd></dl>
+</li>
+</ul>
 <a name="getBorderDiagonal()">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getBorderDiagonal</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;getBorderDiagonal()</pre>
+<pre>public&nbsp;short&nbsp;getBorderDiagonal()</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderDiagonalEnum()"><code>getBorderDiagonalEnum()</code></a>.
+ This method will return an BorderStyle enum in the future.</i></div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderDiagonal()">getBorderDiagonal</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd>
 </dl>
 </li>
 </ul>
+<a name="getBorderDiagonalEnum()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBorderDiagonalEnum</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;getBorderDiagonalEnum()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderDiagonalEnum()">getBorderDiagonalEnum</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd>
+<dt><span class="strong">Since:</span></dt>
+  <dd>POI 3.15</dd></dl>
+</li>
+</ul>
 <a name="getBorderLeft()">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getBorderLeft</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;getBorderLeft()</pre>
+<pre>public&nbsp;short&nbsp;getBorderLeft()</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderLeftEnum()"><code>getBorderLeftEnum()</code></a>.
+ This method will return an BorderStyle enum in the future.</i></div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderLeft()">getBorderLeft</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd>
 </dl>
 </li>
 </ul>
+<a name="getBorderLeftEnum()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBorderLeftEnum</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;getBorderLeftEnum()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderLeftEnum()">getBorderLeftEnum</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd>
+<dt><span class="strong">Since:</span></dt>
+  <dd>POI 3.15</dd></dl>
+</li>
+</ul>
 <a name="getBorderRight()">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getBorderRight</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;getBorderRight()</pre>
+<pre>public&nbsp;short&nbsp;getBorderRight()</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderRightEnum()"><code>getBorderRightEnum()</code></a>.
+ This method will return an BorderStyle enum in the future.</i></div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderRight()">getBorderRight</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd>
 </dl>
 </li>
 </ul>
+<a name="getBorderRightEnum()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBorderRightEnum</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;getBorderRightEnum()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderRightEnum()">getBorderRightEnum</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd>
+<dt><span class="strong">Since:</span></dt>
+  <dd>POI 3.15</dd></dl>
+</li>
+</ul>
 <a name="getBorderTop()">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getBorderTop</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;getBorderTop()</pre>
+<pre>public&nbsp;short&nbsp;getBorderTop()</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderTopEnum()"><code>getBorderTopEnum()</code></a>.
+ This method will return an BorderStyle enum in the future.</i></div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderTop()">getBorderTop</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd>
 </dl>
 </li>
 </ul>
+<a name="getBorderTopEnum()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBorderTopEnum</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;getBorderTopEnum()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderTopEnum()">getBorderTopEnum</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd>
+<dt><span class="strong">Since:</span></dt>
+  <dd>POI 3.15</dd></dl>
+</li>
+</ul>
 <a name="getBottomBorderColor()">
 <!--   -->
 </a>

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=1760663&r1=1760662&r2=1760663&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 14 09:10:21 2016
@@ -238,9 +238,9 @@ implements <a href="../../../../../org/a
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html#getCachedFormulaResultType()">getCachedFormulaResultType</a></strong>()</code>
-<div class="block">Only valid for formula cells
- 
- Will return <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel"><code>CellType</code></a> in a future version of POI.</div>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>3.15. Will return a <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the future.</i></div>
+</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -273,9 +273,9 @@ implements <a href="../../../../../org/a
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html#getCellType()">getCellType</a></strong>()</code>
-<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.</div>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>3.15. Will be return a <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the future.</i></div>
+</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -750,6 +750,7 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getCellType</h4>
 <pre>public&nbsp;int&nbsp;getCellType()</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>3.15. Will be return a <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the future.</i></div>
 <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.
@@ -766,8 +767,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getCellTypeEnum</h4>
-<pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>(<a href="../../../../../org/apache/poi/util/Internal.html#since()">since</a>="POI 3.15 beta 3")
-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>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="strong">Deprecated.</span>&nbsp;<i>POI 3.15 beta 3
  Will be deleted when we make the CellType enum transition. See bug 59791.</i></div>
 <div class="block">get the cells type (numeric, formula or string)</div>
@@ -1240,6 +1240,7 @@ public&nbsp;<a href="../../../../../org/
 <li class="blockList">
 <h4>getCachedFormulaResultType</h4>
 <pre>public&nbsp;int&nbsp;getCachedFormulaResultType()</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>3.15. Will return a <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel"><code>CellType</code></a> enum in the future.</i></div>
 <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.
@@ -1258,8 +1259,7 @@ public&nbsp;<a href="../../../../../org/
 <ul class="blockList">
 <li class="blockList">
 <h4>getCachedFormulaResultTypeEnum</h4>
-<pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>(<a href="../../../../../org/apache/poi/util/Internal.html#since()">since</a>="POI 3.15 beta 3")
-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>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="strong">Deprecated.</span>&nbsp;<i>POI 3.15 beta 3
  Will be deleted when we make the CellType enum transition. See bug 59791.</i></div>
 <div class="block">Only valid for formula cells</div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCellStyle.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCellStyle.html?rev=1760663&r1=1760662&r2=1760663&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCellStyle.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCellStyle.html Wed Sep 14 09:10:21 2016
@@ -197,26 +197,58 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td>
+<td class="colFirst"><code>short</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderBottom()">getBorderBottom</a></strong>()</code>
-<div class="block">get the type of border to use for the bottom border of the cell</div>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15. Will return a BorderStyle enum in the future. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderBottomEnum()"><code>getBorderBottomEnum()</code></a>.</i></div>
+</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderBottomEnum()">getBorderBottomEnum</a></strong>()</code>
+<div class="block">get the type of border to use for the bottom border of the cell</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>short</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderLeft()">getBorderLeft</a></strong>()</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15. Will return a BorderStyle enum in the future. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderLeftEnum()"><code>getBorderLeftEnum()</code></a>.</i></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderLeftEnum()">getBorderLeftEnum</a></strong>()</code>
 <div class="block">get the type of border to use for the left border of the cell</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td>
+<td class="colFirst"><code>short</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderRight()">getBorderRight</a></strong>()</code>
-<div class="block">get the type of border to use for the right border of the cell</div>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15. Will return a BorderStyle enum in the future. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderRightEnum()"><code>getBorderRightEnum()</code></a>.</i></div>
+</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderRightEnum()">getBorderRightEnum</a></strong>()</code>
+<div class="block">get the type of border to use for the right border of the cell</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>short</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderTop()">getBorderTop</a></strong>()</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15. Will return a BorderStyle enum in the future. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderTopEnum()"><code>getBorderTopEnum()</code></a>.</i></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderTopEnum()">getBorderTopEnum</a></strong>()</code>
 <div class="block">get the type of border to use for the top border of the cell</div>
 </td>
 </tr>
@@ -874,7 +906,8 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>setAlignment</h4>
-<pre>public&nbsp;void&nbsp;setAlignment(short&nbsp;align)</pre>
+<pre><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>="3.17")
+public&nbsp;void&nbsp;setAlignment(short&nbsp;align)</pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setAlignment(org.apache.poi.ss.usermodel.HorizontalAlignment)"><code>setAlignment(HorizontalAlignment)</code></a> instead.</i></div>
 <div class="block">set the type of horizontal alignment for the cell</div>
 <dl>
@@ -972,7 +1005,8 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>setVerticalAlignment</h4>
-<pre>public&nbsp;void&nbsp;setVerticalAlignment(short&nbsp;align)</pre>
+<pre><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>="3.17")
+public&nbsp;void&nbsp;setVerticalAlignment(short&nbsp;align)</pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setVerticalAlignment(org.apache.poi.ss.usermodel.VerticalAlignment)"><code>setVerticalAlignment(VerticalAlignment)</code></a> instead.</i></div>
 <div class="block">set the type of vertical alignment for the cell</div>
 <dl>
@@ -1099,7 +1133,8 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>setBorderLeft</h4>
-<pre>public&nbsp;void&nbsp;setBorderLeft(short&nbsp;border)</pre>
+<pre><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>="3.17")
+public&nbsp;void&nbsp;setBorderLeft(short&nbsp;border)</pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle)"><code>setBorderLeft(BorderStyle)</code></a> instead.</i></div>
 <div class="block">set the type of border to use for the left border of the cell</div>
 <dl>
@@ -1132,7 +1167,8 @@ implements <a href="../../../../../org/a
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle)">setBorderLeft</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - type</dd></dl>
+<dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - type</dd><dt><span class="strong">Since:</span></dt>
+  <dd>POI 3.15</dd></dl>
 </li>
 </ul>
 <a name="getBorderLeft()">
@@ -1141,7 +1177,8 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getBorderLeft</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;getBorderLeft()</pre>
+<pre>public&nbsp;short&nbsp;getBorderLeft()</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15. Will return a BorderStyle enum in the future. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderLeftEnum()"><code>getBorderLeftEnum()</code></a>.</i></div>
 <div class="block">get the type of border to use for the left border of the cell</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
@@ -1149,13 +1186,29 @@ implements <a href="../../../../../org/a
 <dt><span class="strong">Returns:</span></dt><dd>border type</dd></dl>
 </li>
 </ul>
+<a name="getBorderLeftEnum()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBorderLeftEnum</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;getBorderLeftEnum()</pre>
+<div class="block">get the type of border to use for the left border of the cell</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#getBorderLeftEnum()">getBorderLeftEnum</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>border type</dd><dt><span class="strong">Since:</span></dt>
+  <dd>POI 3.15</dd></dl>
+</li>
+</ul>
 <a name="setBorderRight(short)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setBorderRight</h4>
-<pre>public&nbsp;void&nbsp;setBorderRight(short&nbsp;border)</pre>
+<pre><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>="3.17")
+public&nbsp;void&nbsp;setBorderRight(short&nbsp;border)</pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setBorderRight(org.apache.poi.ss.usermodel.BorderStyle)"><code>setBorderRight(BorderStyle)</code></a> instead.</i></div>
 <div class="block">set the type of border to use for the right border of the cell</div>
 <dl>
@@ -1188,7 +1241,8 @@ implements <a href="../../../../../org/a
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#setBorderRight(org.apache.poi.ss.usermodel.BorderStyle)">setBorderRight</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - type</dd></dl>
+<dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - type</dd><dt><span class="strong">Since:</span></dt>
+  <dd>POI 3.15</dd></dl>
 </li>
 </ul>
 <a name="getBorderRight()">
@@ -1197,7 +1251,8 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getBorderRight</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;getBorderRight()</pre>
+<pre>public&nbsp;short&nbsp;getBorderRight()</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15. Will return a BorderStyle enum in the future. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderRightEnum()"><code>getBorderRightEnum()</code></a>.</i></div>
 <div class="block">get the type of border to use for the right border of the cell</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
@@ -1205,13 +1260,29 @@ implements <a href="../../../../../org/a
 <dt><span class="strong">Returns:</span></dt><dd>border type</dd></dl>
 </li>
 </ul>
+<a name="getBorderRightEnum()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBorderRightEnum</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;getBorderRightEnum()</pre>
+<div class="block">get the type of border to use for the right border of the cell</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#getBorderRightEnum()">getBorderRightEnum</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>border type</dd><dt><span class="strong">Since:</span></dt>
+  <dd>POI 3.15</dd></dl>
+</li>
+</ul>
 <a name="setBorderTop(short)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setBorderTop</h4>
-<pre>public&nbsp;void&nbsp;setBorderTop(short&nbsp;border)</pre>
+<pre><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>="3.17")
+public&nbsp;void&nbsp;setBorderTop(short&nbsp;border)</pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setBorderTop(org.apache.poi.ss.usermodel.BorderStyle)"><code>setBorderTop(BorderStyle)</code></a> instead.</i></div>
 <div class="block">set the type of border to use for the top border of the cell</div>
 <dl>
@@ -1244,7 +1315,8 @@ implements <a href="../../../../../org/a
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#setBorderTop(org.apache.poi.ss.usermodel.BorderStyle)">setBorderTop</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - type</dd></dl>
+<dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - type</dd><dt><span class="strong">Since:</span></dt>
+  <dd>POI 3.15</dd></dl>
 </li>
 </ul>
 <a name="getBorderTop()">
@@ -1253,7 +1325,8 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getBorderTop</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;getBorderTop()</pre>
+<pre>public&nbsp;short&nbsp;getBorderTop()</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15. Will return a BorderStyle enum in the future. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderTopEnum()"><code>getBorderTopEnum()</code></a>.</i></div>
 <div class="block">get the type of border to use for the top border of the cell</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
@@ -1261,13 +1334,29 @@ implements <a href="../../../../../org/a
 <dt><span class="strong">Returns:</span></dt><dd>border type</dd></dl>
 </li>
 </ul>
+<a name="getBorderTopEnum()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBorderTopEnum</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;getBorderTopEnum()</pre>
+<div class="block">get the type of border to use for the top border of the cell</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#getBorderTopEnum()">getBorderTopEnum</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>border type</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.15</dd></dl>
+</li>
+</ul>
 <a name="setBorderBottom(short)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setBorderBottom</h4>
-<pre>public&nbsp;void&nbsp;setBorderBottom(short&nbsp;border)</pre>
+<pre><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>="3.17")
+public&nbsp;void&nbsp;setBorderBottom(short&nbsp;border)</pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle)"><code>setBorderBottom(BorderStyle)</code></a> instead.</i></div>
 <div class="block">set the type of border to use for the bottom border of the cell</div>
 <dl>
@@ -1300,7 +1389,8 @@ implements <a href="../../../../../org/a
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle)">setBorderBottom</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - type</dd></dl>
+<dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - type</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.15 beta 2</dd></dl>
 </li>
 </ul>
 <a name="getBorderBottom()">
@@ -1309,7 +1399,8 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getBorderBottom</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;getBorderBottom()</pre>
+<pre>public&nbsp;short&nbsp;getBorderBottom()</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15. Will return a BorderStyle enum in the future. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderBottomEnum()"><code>getBorderBottomEnum()</code></a>.</i></div>
 <div class="block">get the type of border to use for the bottom border of the cell</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
@@ -1317,6 +1408,21 @@ implements <a href="../../../../../org/a
 <dt><span class="strong">Returns:</span></dt><dd>border type</dd></dl>
 </li>
 </ul>
+<a name="getBorderBottomEnum()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBorderBottomEnum</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;getBorderBottomEnum()</pre>
+<div class="block">get the type of border to use for the bottom border of the cell</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#getBorderBottomEnum()">getBorderBottomEnum</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>border type</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.15</dd></dl>
+</li>
+</ul>
 <a name="setLeftBorderColor(short)">
 <!--   -->
 </a>
@@ -1435,7 +1541,8 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>setFillPattern</h4>
-<pre>public&nbsp;void&nbsp;setFillPattern(short&nbsp;fp)</pre>
+<pre><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>="3.17")
+public&nbsp;void&nbsp;setFillPattern(short&nbsp;fp)</pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setFillPattern(org.apache.poi.ss.usermodel.FillPatternType)"><code>setFillPattern(FillPatternType)</code></a> instead.</i></div>
 <div class="block">setting to one fills the cell with the foreground color... No idea about
  other values</div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFClientAnchor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFClientAnchor.html?rev=1760663&r1=1760662&r2=1760663&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFClientAnchor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFClientAnchor.html Wed Sep 14 09:10:21 2016
@@ -230,7 +230,8 @@ implements <a href="../../../../../org/a
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/ClientAnchor.AnchorType.html" title="enum in org.apache.poi.ss.usermodel">ClientAnchor.AnchorType</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFClientAnchor.html#getAnchorType()">getAnchorType</a></strong>()</code>
-<div class="block">Gets the anchor type</div>
+<div class="block">Gets the anchor type
+ Changed from returning an int to an enum in POI 3.14 beta 1.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -331,25 +332,33 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFClientAnchor.html#setAnchorType(int)">setAnchorType</a></strong>(int&nbsp;anchorType)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15. Use <a href="../../../../../org/apache/poi/ss/usermodel/ClientAnchor.html#setAnchorType(org.apache.poi.ss.usermodel.ClientAnchor.AnchorType)"><code>ClientAnchor.setAnchorType(AnchorType)</code></a> instead.</i></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFClientAnchor.html#setCol1(int)">setCol1</a></strong>(int&nbsp;col1)</code>
 <div class="block">Sets the column (0 based) of the first cell.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFClientAnchor.html#setCol1(short)">setCol1</a></strong>(short&nbsp;col1)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFClientAnchor.html#setCol2(int)">setCol2</a></strong>(int&nbsp;col2)</code>
 <div class="block">Returns the column (0 based) of the second cell.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFClientAnchor.html#setCol2(short)">setCol2</a></strong>(short&nbsp;col2)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFClientAnchor.html#setDx1(int)">setDx1</a></strong>(int&nbsp;dx1)</code>
 <div class="block">Sets the x coordinate within the first cell
@@ -359,7 +368,7 @@ implements <a href="../../../../../org/a
   <a href="../../../../../org/apache/poi/util/Units.html#EMU_PER_PIXEL"><code>Units.EMU_PER_PIXEL</code></a></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFClientAnchor.html#setDx2(int)">setDx2</a></strong>(int&nbsp;dx2)</code>
 <div class="block">Sets the x coordinate within the second cell
@@ -369,7 +378,7 @@ implements <a href="../../../../../org/a
   <a href="../../../../../org/apache/poi/util/Units.html#EMU_PER_PIXEL"><code>Units.EMU_PER_PIXEL</code></a></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFClientAnchor.html#setDy1(int)">setDy1</a></strong>(int&nbsp;dy1)</code>
 <div class="block">Sets the y coordinate within the first cell
@@ -379,7 +388,7 @@ implements <a href="../../../../../org/a
   <a href="../../../../../org/apache/poi/util/Units.html#EMU_PER_PIXEL"><code>Units.EMU_PER_PIXEL</code></a></div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFClientAnchor.html#setDy2(int)">setDy2</a></strong>(int&nbsp;dy2)</code>
 <div class="block">Sets the y coordinate within the second cell
@@ -389,13 +398,13 @@ implements <a href="../../../../../org/a
   <a href="../../../../../org/apache/poi/util/Units.html#EMU_PER_PIXEL"><code>Units.EMU_PER_PIXEL</code></a></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFClientAnchor.html#setRow1(int)">setRow1</a></strong>(int&nbsp;row1)</code>
 <div class="block">Returns the row (0 based) of the first cell.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFClientAnchor.html#setRow2(int)">setRow2</a></strong>(int&nbsp;row2)</code>
 <div class="block">Returns the row (0 based) of the first cell.</div>
@@ -740,7 +749,8 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getAnchorType</h4>
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/ClientAnchor.AnchorType.html" title="enum in org.apache.poi.ss.usermodel">ClientAnchor.AnchorType</a>&nbsp;getAnchorType()</pre>
-<div class="block">Gets the anchor type</div>
+<div class="block">Gets the anchor type
+ Changed from returning an int to an enum in POI 3.14 beta 1.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ClientAnchor.html#getAnchorType()">getAnchorType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ClientAnchor.html" title="interface in org.apache.poi.ss.usermodel">ClientAnchor</a></code></dd>
@@ -758,6 +768,23 @@ implements <a href="../../../../../org/a
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ClientAnchor.html#setAnchorType(org.apache.poi.ss.usermodel.ClientAnchor.AnchorType)">setAnchorType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ClientAnchor.html" title="interface in org.apache.poi.ss.usermodel">ClientAnchor</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>anchorType</code> - the anchor type to set</dd><dt><span class="strong">Since:</span></dt>
+  <dd>POI 3.14</dd></dl>
+</li>
+</ul>
+<a name="setAnchorType(int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setAnchorType</h4>
+<pre><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>="3.17")
+public&nbsp;void&nbsp;setAnchorType(int&nbsp;anchorType)</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15. Use <a href="../../../../../org/apache/poi/ss/usermodel/ClientAnchor.html#setAnchorType(org.apache.poi.ss.usermodel.ClientAnchor.AnchorType)"><code>ClientAnchor.setAnchorType(AnchorType)</code></a> instead.</i></div>
+<div class="block">Sets the anchor type</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ClientAnchor.html#setAnchorType(int)">setAnchorType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ClientAnchor.html" title="interface in org.apache.poi.ss.usermodel">ClientAnchor</a></code></dd>
 <dt><span class="strong">Parameters:</span></dt><dd><code>anchorType</code> - the anchor type to set</dd></dl>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCreationHelper.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCreationHelper.html?rev=1760663&r1=1760662&r2=1760663&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCreationHelper.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCreationHelper.html Wed Sep 14 09:10:21 2016
@@ -223,6 +223,7 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>createHyperlink</h4>
 <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>="3.17")
 public&nbsp;<a href="../../../../../org/apache/poi/hssf/usermodel/HSSFHyperlink.html" title="class in org.apache.poi.hssf.usermodel">HSSFHyperlink</a>&nbsp;createHyperlink(int&nbsp;type)</pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCreationHelper.html#createHyperlink(org.apache.poi.common.usermodel.HyperlinkType)"><code>createHyperlink(HyperlinkType)</code></a> instead.</i></div>
 <div class="block">Creates a new Hyperlink, of the given type</div>



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