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/06/30 12:12:44 UTC

svn commit: r1800381 [4/10] - in /poi/site/publish/apidocs: ./ org/apache/poi/common/usermodel/ org/apache/poi/hslf/usermodel/ org/apache/poi/hssf/model/ org/apache/poi/hssf/usermodel/ org/apache/poi/hssf/usermodel/class-use/ org/apache/poi/hssf/util/ ...

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=1800381&r1=1800380&r2=1800381&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 Fri Jun 30 12:12:42 2017
@@ -64,13 +64,13 @@
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>
@@ -106,53 +106,6 @@
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_summary">
-<!--   -->
-</a>
-<h3>Field Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
-<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html#LINK_DOCUMENT">LINK_DOCUMENT</a></strong></code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html#DOCUMENT"><code>HyperlinkType.DOCUMENT</code></a> instead.</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html#LINK_EMAIL">LINK_EMAIL</a></strong></code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html#EMAIL"><code>HyperlinkType.EMAIL</code></a> instead.</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html#LINK_FILE">LINK_FILE</a></strong></code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html#FILE"><code>HyperlinkType.FILE</code></a> instead.</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html#LINK_URL">LINK_URL</a></strong></code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html#URL"><code>HyperlinkType.URL</code></a> instead.</i></div>
-</div>
-</td>
-</tr>
-</table>
-</li>
-</ul>
 <!-- ========== METHOD SUMMARY =========== -->
 <ul class="blockList">
 <li class="blockList"><a name="method_summary">
@@ -213,66 +166,6 @@
 <div class="details">
 <ul class="blockList">
 <li class="blockList">
-<!-- ============ FIELD DETAIL =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_detail">
-<!--   -->
-</a>
-<h3>Field Detail</h3>
-<a name="LINK_URL">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>LINK_URL</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")
-static final&nbsp;int LINK_URL</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html#URL"><code>HyperlinkType.URL</code></a> instead.</i></div>
-<div class="block">Link to an existing file or web page</div>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.common.usermodel.Hyperlink.LINK_URL">Constant Field Values</a></dd></dl>
-</li>
-</ul>
-<a name="LINK_DOCUMENT">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>LINK_DOCUMENT</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")
-static final&nbsp;int LINK_DOCUMENT</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html#DOCUMENT"><code>HyperlinkType.DOCUMENT</code></a> instead.</i></div>
-<div class="block">Link to a place in this document</div>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.common.usermodel.Hyperlink.LINK_DOCUMENT">Constant Field Values</a></dd></dl>
-</li>
-</ul>
-<a name="LINK_EMAIL">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>LINK_EMAIL</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")
-static final&nbsp;int LINK_EMAIL</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html#EMAIL"><code>HyperlinkType.EMAIL</code></a> instead.</i></div>
-<div class="block">Link to an E-mail address</div>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.common.usermodel.Hyperlink.LINK_EMAIL">Constant Field Values</a></dd></dl>
-</li>
-</ul>
-<a name="LINK_FILE">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>LINK_FILE</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")
-static final&nbsp;int LINK_FILE</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/common/usermodel/HyperlinkType.html#FILE"><code>HyperlinkType.FILE</code></a> instead.</i></div>
-<div class="block">Link to an file</div>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.common.usermodel.Hyperlink.LINK_FILE">Constant Field Values</a></dd></dl>
-</li>
-</ul>
-</li>
-</ul>
 <!-- ============ METHOD DETAIL ========== -->
 <ul class="blockList">
 <li class="blockList"><a name="method_detail">
@@ -400,13 +293,13 @@ static final&nbsp;int LINK_FILE</pre>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>

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=1800381&r1=1800380&r2=1800381&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 Fri Jun 30 12:12:42 2017
@@ -112,21 +112,6 @@ implements <a href="../../../../../org/a
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_summary">
-<!--   -->
-</a>
-<h3>Field Summary</h3>
-<ul class="blockList">
-<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.common.usermodel.Hyperlink">
-<!--   -->
-</a>
-<h3>Fields inherited from interface&nbsp;org.apache.poi.common.usermodel.<a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html" title="interface in org.apache.poi.common.usermodel">Hyperlink</a></h3>
-<code><a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html#LINK_DOCUMENT">LINK_DOCUMENT</a>, <a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html#LINK_EMAIL">LINK_EMAIL</a>, <a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html#LINK_FILE">LINK_FILE</a>, <a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html#LINK_URL">LINK_URL</a></code></li>
-</ul>
-</li>
-</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_summary">

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/model/HSSFFormulaParser.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/model/HSSFFormulaParser.html?rev=1800381&r1=1800380&r2=1800381&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/model/HSSFFormulaParser.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/model/HSSFFormulaParser.html Fri Jun 30 12:12:42 2017
@@ -141,27 +141,6 @@ extends java.lang.Object</pre>
      int&nbsp;sheetIndex)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20int)">parse</a></strong>(java.lang.String&nbsp;formula,
-     <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook,
-     int&nbsp;formulaType)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.ss.formula.FormulaType)"><code>parse(String, HSSFWorkbook, FormulaType)</code></a> instead.</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20int,%20int)">parse</a></strong>(java.lang.String&nbsp;formula,
-     <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook,
-     int&nbsp;formulaType,
-     int&nbsp;sheetIndex)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.ss.formula.FormulaType,%20int)"><code>parse(String, HSSFWorkbook, FormulaType, int)</code></a> instead.</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#toFormulaString(org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.ss.formula.ptg.Ptg[])">toFormulaString</a></strong>(<a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;book,
                <a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]&nbsp;ptgs)</code>
@@ -207,24 +186,6 @@ extends java.lang.Object</pre>
 <dd><code><a href="../../../../../org/apache/poi/ss/formula/FormulaParseException.html" title="class in org.apache.poi.ss.formula">FormulaParseException</a></code> - if the formula has incorrect syntax or is otherwise invalid</dd></dl>
 </li>
 </ul>
-<a name="parse(java.lang.String, org.apache.poi.hssf.usermodel.HSSFWorkbook, int)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>parse</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 static&nbsp;<a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]&nbsp;parse(java.lang.String&nbsp;formula,
-                         <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook,
-                         int&nbsp;formulaType)
-                   throws <a href="../../../../../org/apache/poi/ss/formula/FormulaParseException.html" title="class in org.apache.poi.ss.formula">FormulaParseException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.ss.formula.FormulaType)"><code>parse(String, HSSFWorkbook, FormulaType)</code></a> instead.</i></div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>formula</code> - The formula to parse, excluding the leading equals sign</dd><dd><code>workbook</code> - The parent workbook</dd><dd><code>formulaType</code> - a constant from <a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula"><code>FormulaType</code></a></dd>
-<dt><span class="strong">Returns:</span></dt><dd>the parsed formula tokens</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="../../../../../org/apache/poi/ss/formula/FormulaParseException.html" title="class in org.apache.poi.ss.formula">FormulaParseException</a></code> - if the formula has incorrect syntax or is otherwise invalid</dd></dl>
-</li>
-</ul>
 <a name="parse(java.lang.String, org.apache.poi.hssf.usermodel.HSSFWorkbook, org.apache.poi.ss.formula.FormulaType)">
 <!--   -->
 </a>
@@ -240,27 +201,6 @@ public static&nbsp;<a href="../../../../
 <dt><span class="strong">Throws:</span></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/formula/FormulaParseException.html" title="class in org.apache.poi.ss.formula">FormulaParseException</a></code> - if the formula has incorrect syntax or is otherwise invalid</dd></dl>
 </li>
-</ul>
-<a name="parse(java.lang.String, org.apache.poi.hssf.usermodel.HSSFWorkbook, int, int)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>parse</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 static&nbsp;<a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]&nbsp;parse(java.lang.String&nbsp;formula,
-                         <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook,
-                         int&nbsp;formulaType,
-                         int&nbsp;sheetIndex)
-                   throws <a href="../../../../../org/apache/poi/ss/formula/FormulaParseException.html" title="class in org.apache.poi.ss.formula">FormulaParseException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.ss.formula.FormulaType,%20int)"><code>parse(String, HSSFWorkbook, FormulaType, int)</code></a> instead.</i></div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>formula</code> - the formula to parse</dd><dd><code>workbook</code> - the parent workbook</dd><dd><code>formulaType</code> - a constant from <a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula"><code>FormulaType</code></a></dd><dd><code>sheetIndex</code> - the 0-based index of the sheet this formula belongs to.
- The sheet index is required to resolve sheet-level names. <code>-1</code> means that
- the scope of the name will be ignored and  the parser will match named ranges only by name</dd>
-<dt><span class="strong">Returns:</span></dt><dd>the parsed formula tokens</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="../../../../../org/apache/poi/ss/formula/FormulaParseException.html" title="class in org.apache.poi.ss.formula">FormulaParseException</a></code> - if the formula has incorrect syntax or is otherwise invalid</dd></dl>
-</li>
 </ul>
 <a name="parse(java.lang.String, org.apache.poi.hssf.usermodel.HSSFWorkbook, org.apache.poi.ss.formula.FormulaType, int)">
 <!--   -->

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=1800381&r1=1800380&r2=1800381&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 Fri Jun 30 12:12:42 2017
@@ -115,21 +115,6 @@ implements <a href="../../../../../org/a
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_summary">
-<!--   -->
-</a>
-<h3>Field Summary</h3>
-<ul class="blockList">
-<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.ss.usermodel.CellStyle">
-<!--   -->
-</a>
-<h3>Fields inherited from interface&nbsp;org.apache.poi.ss.usermodel.<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></h3>
-<code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_CENTER">ALIGN_CENTER</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_CENTER_SELECTION">ALIGN_CENTER_SELECTION</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_FILL">ALIGN_FILL</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_GENERAL">ALIGN_GENERAL</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_JUSTIFY">ALIGN_JUSTIFY</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_LEFT">ALIGN_LEFT</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_RIGHT">ALIGN_RIGHT</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALT_BARS">ALT_BARS</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BIG_SPOTS">BIG_SPOTS</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DASH_DOT">BORDER_DASH_DOT<
 /a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DASH_DOT_DOT">BORDER_DASH_DOT_DOT</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DASHED">BORDER_DASHED</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DOTTED">BORDER_DOTTED</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DOUBLE">BORDER_DOUBLE</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_HAIR">BORDER_HAIR</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_MEDIUM">BORDER_MEDIUM</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_MEDIUM_DASH_DOT">BORDER_MEDIUM_DASH_DOT</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_MEDIUM_DASH_DOT_DOT">BORDER_MEDIUM_DASH_DOT_DOT</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_MEDIUM_DASHED">BORDER_MEDIUM_DASHED</a>, <a href="../../..
 /../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_NONE">BORDER_NONE</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_SLANTED_DASH_DOT">BORDER_SLANTED_DASH_DOT</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_THICK">BORDER_THICK</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_THIN">BORDER_THIN</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BRICKS">BRICKS</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#DIAMONDS">DIAMONDS</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#FINE_DOTS">FINE_DOTS</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#LEAST_DOTS">LEAST_DOTS</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#LESS_DOTS">LESS_DOTS</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#NO_FILL">NO_FILL</a>, <a href="../../../../../org/apache/poi/ss/usermodel/
 CellStyle.html#SOLID_FOREGROUND">SOLID_FOREGROUND</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#SPARSE_DOTS">SPARSE_DOTS</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#SQUARES">SQUARES</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THICK_BACKWARD_DIAG">THICK_BACKWARD_DIAG</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THICK_FORWARD_DIAG">THICK_FORWARD_DIAG</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THICK_HORZ_BANDS">THICK_HORZ_BANDS</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THICK_VERT_BANDS">THICK_VERT_BANDS</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THIN_BACKWARD_DIAG">THIN_BACKWARD_DIAG</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THIN_FORWARD_DIAG">THIN_FORWARD_DIAG</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THIN_HORZ_BANDS">THIN_HORZ_BAND
 S</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THIN_VERT_BANDS">THIN_VERT_BANDS</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#VERTICAL_BOTTOM">VERTICAL_BOTTOM</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#VERTICAL_CENTER">VERTICAL_CENTER</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#VERTICAL_JUSTIFY">VERTICAL_JUSTIFY</a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#VERTICAL_TOP">VERTICAL_TOP</a></code></li>
-</ul>
-</li>
-</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_summary">
@@ -455,26 +440,10 @@ 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/HSSFCellStyle.html#setAlignment(short)">setAlignment</a></strong>(short&nbsp;align)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><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>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.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 the type of border to use for the bottom border of the cell</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setBorderBottom(short)">setBorderBottom</a></strong>(short&nbsp;border)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><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>
-</td>
-</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.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>
@@ -483,26 +452,10 @@ 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/HSSFCellStyle.html#setBorderLeft(short)">setBorderLeft</a></strong>(short&nbsp;border)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><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>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.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 the type of border to use for the right border of the cell</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setBorderRight(short)">setBorderRight</a></strong>(short&nbsp;border)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><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>
-</td>
-</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.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>
@@ -511,51 +464,35 @@ 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/HSSFCellStyle.html#setBorderTop(short)">setBorderTop</a></strong>(short&nbsp;border)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><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>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setBottomBorderColor(short)">setBottomBorderColor</a></strong>(short&nbsp;color)</code>
 <div class="block">set the color to use for the 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/HSSFCellStyle.html#setDataFormat(short)">setDataFormat</a></strong>(short&nbsp;fmt)</code>
 <div class="block">set the data format (must be a valid format)</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/HSSFCellStyle.html#setFillBackgroundColor(short)">setFillBackgroundColor</a></strong>(short&nbsp;bg)</code>
 <div class="block">set the background fill color.</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/HSSFCellStyle.html#setFillForegroundColor(short)">setFillForegroundColor</a></strong>(short&nbsp;bg)</code>
 <div class="block">set the foreground fill color
  <i>Note: Ensure Foreground color is set prior to background color.</i></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/HSSFCellStyle.html#setFillPattern(org.apache.poi.ss.usermodel.FillPatternType)">setFillPattern</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/FillPatternType.html" title="enum in org.apache.poi.ss.usermodel">FillPatternType</a>&nbsp;fp)</code>
 <div class="block">setting to one fills the cell with the foreground color...</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setFillPattern(short)">setFillPattern</a></strong>(short&nbsp;fp)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><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>
-</td>
-</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setFont(org.apache.poi.ss.usermodel.Font)">setFont</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Font.html" title="interface in org.apache.poi.ss.usermodel">Font</a>&nbsp;font)</code>
@@ -641,25 +578,17 @@ 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/HSSFCellStyle.html#setVerticalAlignment(short)">setVerticalAlignment</a></strong>(short&nbsp;align)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><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>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#setVerticalAlignment(org.apache.poi.ss.usermodel.VerticalAlignment)">setVerticalAlignment</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.ss.usermodel">VerticalAlignment</a>&nbsp;align)</code>
 <div class="block">set the type of vertical alignment for the cell</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/HSSFCellStyle.html#setWrapText(boolean)">setWrapText</a></strong>(boolean&nbsp;wrapped)</code>
 <div class="block">set whether the text should be wrapped</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/HSSFCellStyle.html#verifyBelongsToWorkbook(org.apache.poi.hssf.usermodel.HSSFWorkbook)">verifyBelongsToWorkbook</a></strong>(<a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;wb)</code>
 <div class="block">Verifies that this style belongs to the supplied Workbook.</div>
@@ -823,7 +752,7 @@ implements <a href="../../../../../org/a
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#setFont(org.apache.poi.ss.usermodel.Font)">setFont</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>font</code> - a font object created or retreived from the HSSFWorkbook object</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#createFont()"><code>HSSFWorkbook.createFont()</code></a>, 
+<dt><span class="strong">Parameters:</span></dt><dd><code>font</code> - a font object created or retrieved from the HSSFWorkbook object</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#createFont()"><code>HSSFWorkbook.createFont()</code></a>, 
 <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#getFontAt(short)"><code>HSSFWorkbook.getFontAt(short)</code></a></dd></dl>
 </li>
 </ul>
@@ -948,29 +877,6 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
-<a name="setAlignment(short)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setAlignment</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;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>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#setAlignment(short)">setAlignment</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>align</code> - - the type of alignment</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_GENERAL"><code>CellStyle.ALIGN_GENERAL</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_LEFT"><code>CellStyle.ALIGN_LEFT</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_CENTER"><code>CellStyle.ALIGN_CENTER</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_RIGHT"><code>CellStyle.ALIGN_RIGHT</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_FILL"><code>CellStyle.ALIGN_FILL</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_JUSTIFY"><code>CellStyle.ALIGN_JUSTIFY</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_CENTER_SELECTION"><code>CellStyle.ALIGN_CENTER_SELECTION</code></a></dd></dl>
-</li>
-</ul>
 <a name="setAlignment(org.apache.poi.ss.usermodel.HorizontalAlignment)">
 <!--   -->
 </a>
@@ -998,13 +904,7 @@ public&nbsp;short&nbsp;getAlignment()</p
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#getAlignment()">getAlignment</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>align - the type of alignment</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_GENERAL"><code>CellStyle.ALIGN_GENERAL</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_LEFT"><code>CellStyle.ALIGN_LEFT</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_CENTER"><code>CellStyle.ALIGN_CENTER</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_RIGHT"><code>CellStyle.ALIGN_RIGHT</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_FILL"><code>CellStyle.ALIGN_FILL</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_JUSTIFY"><code>CellStyle.ALIGN_JUSTIFY</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_CENTER_SELECTION"><code>CellStyle.ALIGN_CENTER_SELECTION</code></a></dd></dl>
+<dt><span class="strong">Returns:</span></dt><dd>align - the type of alignment</dd></dl>
 </li>
 </ul>
 <a name="getAlignmentEnum()">
@@ -1049,27 +949,6 @@ public&nbsp;short&nbsp;getAlignment()</p
 <dt><span class="strong">Returns:</span></dt><dd>wrap text or not</dd></dl>
 </li>
 </ul>
-<a name="setVerticalAlignment(short)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setVerticalAlignment</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;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>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#setVerticalAlignment(short)">setVerticalAlignment</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>align</code> - the type of alignment</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#VERTICAL_TOP"><code>CellStyle.VERTICAL_TOP</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#VERTICAL_CENTER"><code>CellStyle.VERTICAL_CENTER</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#VERTICAL_BOTTOM"><code>CellStyle.VERTICAL_BOTTOM</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#VERTICAL_JUSTIFY"><code>CellStyle.VERTICAL_JUSTIFY</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.ss.usermodel"><code>VerticalAlignment</code></a></dd></dl>
-</li>
-</ul>
 <a name="setVerticalAlignment(org.apache.poi.ss.usermodel.VerticalAlignment)">
 <!--   -->
 </a>
@@ -1097,11 +976,7 @@ public&nbsp;short&nbsp;getVerticalAlignm
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#getVerticalAlignment()">getVerticalAlignment</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>align the type of alignment</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#VERTICAL_TOP"><code>CellStyle.VERTICAL_TOP</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#VERTICAL_CENTER"><code>CellStyle.VERTICAL_CENTER</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#VERTICAL_BOTTOM"><code>CellStyle.VERTICAL_BOTTOM</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#VERTICAL_JUSTIFY"><code>CellStyle.VERTICAL_JUSTIFY</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.ss.usermodel"><code>VerticalAlignment</code></a></dd></dl>
+<dt><span class="strong">Returns:</span></dt><dd>align the type of alignment</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/VerticalAlignment.html" title="enum in org.apache.poi.ss.usermodel"><code>VerticalAlignment</code></a></dd></dl>
 </li>
 </ul>
 <a name="getVerticalAlignmentEnum()">
@@ -1179,36 +1054,6 @@ public&nbsp;short&nbsp;getVerticalAlignm
 <dt><span class="strong">Returns:</span></dt><dd>indent - number of spaces</dd></dl>
 </li>
 </ul>
-<a name="setBorderLeft(short)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setBorderLeft</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;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>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#setBorderLeft(short)">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><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_NONE"><code>CellStyle.BORDER_NONE</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_THIN"><code>CellStyle.BORDER_THIN</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_MEDIUM"><code>CellStyle.BORDER_MEDIUM</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DASHED"><code>CellStyle.BORDER_DASHED</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DOTTED"><code>CellStyle.BORDER_DOTTED</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_THICK"><code>CellStyle.BORDER_THICK</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DOUBLE"><code>CellStyle.BORDER_DOUBLE</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_HAIR"><code>CellStyle.BORDER_HAIR</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_MEDIUM_DASHED"><code>CellStyle.BORDER_MEDIUM_DASHED</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DASH_DOT"><code>CellStyle.BORDER_DASH_DOT</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_MEDIUM_DASH_DOT"><code>CellStyle.BORDER_MEDIUM_DASH_DOT</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DASH_DOT_DOT"><code>CellStyle.BORDER_DASH_DOT_DOT</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_MEDIUM_DASH_DOT_DOT"><code>CellStyle.BORDER_MEDIUM_DASH_DOT_DOT</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_SLANTED_DASH_DOT"><code>CellStyle.BORDER_SLANTED_DASH_DOT</code></a></dd></dl>
-</li>
-</ul>
 <a name="setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle)">
 <!--   -->
 </a>
@@ -1255,36 +1100,6 @@ public&nbsp;short&nbsp;getBorderLeft()</
   <dd>POI 3.15</dd></dl>
 </li>
 </ul>
-<a name="setBorderRight(short)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setBorderRight</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;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>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#setBorderRight(short)">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><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_NONE"><code>CellStyle.BORDER_NONE</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_THIN"><code>CellStyle.BORDER_THIN</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_MEDIUM"><code>CellStyle.BORDER_MEDIUM</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DASHED"><code>CellStyle.BORDER_DASHED</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DOTTED"><code>CellStyle.BORDER_DOTTED</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_THICK"><code>CellStyle.BORDER_THICK</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DOUBLE"><code>CellStyle.BORDER_DOUBLE</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_HAIR"><code>CellStyle.BORDER_HAIR</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_MEDIUM_DASHED"><code>CellStyle.BORDER_MEDIUM_DASHED</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DASH_DOT"><code>CellStyle.BORDER_DASH_DOT</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_MEDIUM_DASH_DOT"><code>CellStyle.BORDER_MEDIUM_DASH_DOT</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DASH_DOT_DOT"><code>CellStyle.BORDER_DASH_DOT_DOT</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_MEDIUM_DASH_DOT_DOT"><code>CellStyle.BORDER_MEDIUM_DASH_DOT_DOT</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_SLANTED_DASH_DOT"><code>CellStyle.BORDER_SLANTED_DASH_DOT</code></a></dd></dl>
-</li>
-</ul>
 <a name="setBorderRight(org.apache.poi.ss.usermodel.BorderStyle)">
 <!--   -->
 </a>
@@ -1331,36 +1146,6 @@ public&nbsp;short&nbsp;getBorderRight()<
   <dd>POI 3.15</dd></dl>
 </li>
 </ul>
-<a name="setBorderTop(short)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setBorderTop</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;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>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#setBorderTop(short)">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><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_NONE"><code>CellStyle.BORDER_NONE</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_THIN"><code>CellStyle.BORDER_THIN</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_MEDIUM"><code>CellStyle.BORDER_MEDIUM</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DASHED"><code>CellStyle.BORDER_DASHED</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DOTTED"><code>CellStyle.BORDER_DOTTED</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_THICK"><code>CellStyle.BORDER_THICK</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DOUBLE"><code>CellStyle.BORDER_DOUBLE</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_HAIR"><code>CellStyle.BORDER_HAIR</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_MEDIUM_DASHED"><code>CellStyle.BORDER_MEDIUM_DASHED</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DASH_DOT"><code>CellStyle.BORDER_DASH_DOT</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_MEDIUM_DASH_DOT"><code>CellStyle.BORDER_MEDIUM_DASH_DOT</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DASH_DOT_DOT"><code>CellStyle.BORDER_DASH_DOT_DOT</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_MEDIUM_DASH_DOT_DOT"><code>CellStyle.BORDER_MEDIUM_DASH_DOT_DOT</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_SLANTED_DASH_DOT"><code>CellStyle.BORDER_SLANTED_DASH_DOT</code></a></dd></dl>
-</li>
-</ul>
 <a name="setBorderTop(org.apache.poi.ss.usermodel.BorderStyle)">
 <!--   -->
 </a>
@@ -1407,36 +1192,6 @@ public&nbsp;short&nbsp;getBorderTop()</p
   <dd>3.15</dd></dl>
 </li>
 </ul>
-<a name="setBorderBottom(short)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setBorderBottom</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;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>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#setBorderBottom(short)">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><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_NONE"><code>CellStyle.BORDER_NONE</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_THIN"><code>CellStyle.BORDER_THIN</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_MEDIUM"><code>CellStyle.BORDER_MEDIUM</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DASHED"><code>CellStyle.BORDER_DASHED</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DOTTED"><code>CellStyle.BORDER_DOTTED</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_THICK"><code>CellStyle.BORDER_THICK</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DOUBLE"><code>CellStyle.BORDER_DOUBLE</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_HAIR"><code>CellStyle.BORDER_HAIR</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_MEDIUM_DASHED"><code>CellStyle.BORDER_MEDIUM_DASHED</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DASH_DOT"><code>CellStyle.BORDER_DASH_DOT</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_MEDIUM_DASH_DOT"><code>CellStyle.BORDER_MEDIUM_DASH_DOT</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_DASH_DOT_DOT"><code>CellStyle.BORDER_DASH_DOT_DOT</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_MEDIUM_DASH_DOT_DOT"><code>CellStyle.BORDER_MEDIUM_DASH_DOT_DOT</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BORDER_SLANTED_DASH_DOT"><code>CellStyle.BORDER_SLANTED_DASH_DOT</code></a></dd></dl>
-</li>
-</ul>
 <a name="setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle)">
 <!--   -->
 </a>
@@ -1595,40 +1350,6 @@ public&nbsp;short&nbsp;getBorderBottom()
 <dt><span class="strong">Returns:</span></dt><dd>The index of the color definition</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFPalette.html#getColor(short)"><code>HSSFPalette.getColor(short)</code></a></dd></dl>
 </li>
 </ul>
-<a name="setFillPattern(short)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setFillPattern</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;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>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#setFillPattern(short)">setFillPattern</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>fp</code> - fill pattern (set to 1 to fill w/foreground color)</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#NO_FILL"><code>CellStyle.NO_FILL</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#SOLID_FOREGROUND"><code>CellStyle.SOLID_FOREGROUND</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#FINE_DOTS"><code>CellStyle.FINE_DOTS</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALT_BARS"><code>CellStyle.ALT_BARS</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#SPARSE_DOTS"><code>CellStyle.SPARSE_DOTS</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THICK_HORZ_BANDS"><code>CellStyle.THICK_HORZ_BANDS</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THICK_VERT_BANDS"><code>CellStyle.THICK_VERT_BANDS</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THICK_BACKWARD_DIAG"><code>CellStyle.THICK_BACKWARD_DIAG</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THICK_FORWARD_DIAG"><code>CellStyle.THICK_FORWARD_DIAG</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BIG_SPOTS"><code>CellStyle.BIG_SPOTS</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BRICKS"><code>CellStyle.BRICKS</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THIN_HORZ_BANDS"><code>CellStyle.THIN_HORZ_BANDS</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THIN_VERT_BANDS"><code>CellStyle.THIN_VERT_BANDS</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THIN_BACKWARD_DIAG"><code>CellStyle.THIN_BACKWARD_DIAG</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THIN_FORWARD_DIAG"><code>CellStyle.THIN_FORWARD_DIAG</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#SQUARES"><code>CellStyle.SQUARES</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#DIAMONDS"><code>CellStyle.DIAMONDS</code></a></dd></dl>
-</li>
-</ul>
 <a name="setFillPattern(org.apache.poi.ss.usermodel.FillPatternType)">
 <!--   -->
 </a>
@@ -1641,23 +1362,7 @@ public&nbsp;void&nbsp;setFillPattern(sho
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#setFillPattern(org.apache.poi.ss.usermodel.FillPatternType)">setFillPattern</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>fp</code> - fill pattern (set to <a href="../../../../../org/apache/poi/ss/usermodel/FillPatternType.html#SOLID_FOREGROUND"><code>FillPatternType.SOLID_FOREGROUND</code></a> to fill w/foreground color)</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#NO_FILL"><code>CellStyle.NO_FILL</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#SOLID_FOREGROUND"><code>CellStyle.SOLID_FOREGROUND</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#FINE_DOTS"><code>CellStyle.FINE_DOTS</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#ALT_BARS"><code>CellStyle.ALT_BARS</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#SPARSE_DOTS"><code>CellStyle.SPARSE_DOTS</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THICK_HORZ_BANDS"><code>CellStyle.THICK_HORZ_BANDS</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THICK_VERT_BANDS"><code>CellStyle.THICK_VERT_BANDS</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THICK_BACKWARD_DIAG"><code>CellStyle.THICK_BACKWARD_DIAG</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THICK_FORWARD_DIAG"><code>CellStyle.THICK_FORWARD_DIAG</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BIG_SPOTS"><code>CellStyle.BIG_SPOTS</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#BRICKS"><code>CellStyle.BRICKS</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THIN_HORZ_BANDS"><code>CellStyle.THIN_HORZ_BANDS</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THIN_VERT_BANDS"><code>CellStyle.THIN_VERT_BANDS</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THIN_BACKWARD_DIAG"><code>CellStyle.THIN_BACKWARD_DIAG</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#THIN_FORWARD_DIAG"><code>CellStyle.THIN_FORWARD_DIAG</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#SQUARES"><code>CellStyle.SQUARES</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html#DIAMONDS"><code>CellStyle.DIAMONDS</code></a></dd></dl>
+<dt><span class="strong">Parameters:</span></dt><dd><code>fp</code> - fill pattern (set to <a href="../../../../../org/apache/poi/ss/usermodel/FillPatternType.html#SOLID_FOREGROUND"><code>FillPatternType.SOLID_FOREGROUND</code></a> to fill w/foreground color)</dd></dl>
 </li>
 </ul>
 <a name="getFillPattern()">

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=1800381&r1=1800380&r2=1800381&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 Fri Jun 30 12:12:42 2017
@@ -137,13 +137,6 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 </table>
-<ul class="blockList">
-<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.common.usermodel.Hyperlink">
-<!--   -->
-</a>
-<h3>Fields inherited from interface&nbsp;org.apache.poi.common.usermodel.<a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html" title="interface in org.apache.poi.common.usermodel">Hyperlink</a></h3>
-<code><a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html#LINK_DOCUMENT">LINK_DOCUMENT</a>, <a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html#LINK_EMAIL">LINK_EMAIL</a>, <a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html#LINK_FILE">LINK_FILE</a>, <a href="../../../../../org/apache/poi/common/usermodel/Hyperlink.html#LINK_URL">LINK_URL</a></code></li>
-</ul>
 </li>
 </ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFCell.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFCell.html?rev=1800381&r1=1800380&r2=1800381&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFCell.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFCell.html Fri Jun 30 12:12:42 2017
@@ -87,13 +87,6 @@
 <div class="block">usermodel package maps HSSF low level strutures to familiar workbook/sheet model</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><a href="#org.apache.poi.hssf.util">org.apache.poi.hssf.util</a></td>
-<td class="colLast">
-<div class="block">util package contains tools needed for writing HSSF files that are not necesarily "real" 
-HSSF concepts.</div>
-</td>
-</tr>
 </tbody>
 </table>
 </li>
@@ -236,115 +229,6 @@ HSSF concepts.</div>
 </td>
 </tr>
 </tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.poi.hssf.util">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a> in <a href="../../../../../../org/apache/poi/hssf/util/package-summary.html">org.apache.poi.hssf.util</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/poi/hssf/util/package-summary.html">org.apache.poi.hssf.util</a> that return <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a></code></td>
-<td class="colLast"><span class="strong">HSSFCellUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html#createCell(org.apache.poi.hssf.usermodel.HSSFRow,%20int,%20java.lang.String)">createCell</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFRow.html" title="class in org.apache.poi.hssf.usermodel">HSSFRow</a>&nbsp;row,
-          int&nbsp;column,
-          java.lang.String&nbsp;value)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="../../../../../../org/apache/poi/ss/util/CellUtil.html#createCell(org.apache.poi.ss.usermodel.Row,%20int,%20java.lang.String,%20org.apache.poi.ss.usermodel.CellStyle)"><code>CellUtil.createCell(org.apache.poi.ss.usermodel.Row, int, java.lang.String, org.apache.poi.ss.usermodel.CellStyle)</code></a> instead.</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a></code></td>
-<td class="colLast"><span class="strong">HSSFCellUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html#createCell(org.apache.poi.hssf.usermodel.HSSFRow,%20int,%20java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFCellStyle)">createCell</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFRow.html" title="class in org.apache.poi.hssf.usermodel">HSSFRow</a>&nbsp;row,
-          int&nbsp;column,
-          java.lang.String&nbsp;value,
-          <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html" title="class in org.apache.poi.hssf.usermodel">HSSFCellStyle</a>&nbsp;style)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="../../../../../../org/apache/poi/ss/util/CellUtil.html#createCell(org.apache.poi.ss.usermodel.Row,%20int,%20java.lang.String,%20org.apache.poi.ss.usermodel.CellStyle)"><code>CellUtil.createCell(org.apache.poi.ss.usermodel.Row, int, java.lang.String, org.apache.poi.ss.usermodel.CellStyle)</code></a> instead.</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a></code></td>
-<td class="colLast"><span class="strong">HSSFCellUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html#getCell(org.apache.poi.hssf.usermodel.HSSFRow,%20int)">getCell</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFRow.html" title="class in org.apache.poi.hssf.usermodel">HSSFRow</a>&nbsp;row,
-       int&nbsp;columnIndex)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="../../../../../../org/apache/poi/ss/util/CellUtil.html#getCell(org.apache.poi.ss.usermodel.Row,%20int)"><code>CellUtil.getCell(org.apache.poi.ss.usermodel.Row, int)</code></a> instead.</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a></code></td>
-<td class="colLast"><span class="strong">HSSFCellUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html#translateUnicodeValues(org.apache.poi.hssf.usermodel.HSSFCell)">translateUnicodeValues</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a>&nbsp;cell)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="../../../../../../org/apache/poi/ss/util/CellUtil.html#translateUnicodeValues(org.apache.poi.ss.usermodel.Cell)"><code>CellUtil.translateUnicodeValues(org.apache.poi.ss.usermodel.Cell)</code></a> instead.</i></div>
-</div>
-</td>
-</tr>
-</tbody>
-</table>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/poi/hssf/util/package-summary.html">org.apache.poi.hssf.util</a> with parameters of type <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">HSSFCellUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html#setAlignment(org.apache.poi.hssf.usermodel.HSSFCell,%20org.apache.poi.ss.usermodel.HorizontalAlignment)">setAlignment</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a>&nbsp;cell,
-            <a href="../../../../../../org/apache/poi/ss/usermodel/HorizontalAlignment.html" title="enum in org.apache.poi.ss.usermodel">HorizontalAlignment</a>&nbsp;align)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="../../../../../../org/apache/poi/ss/util/CellUtil.html#setAlignment(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.Workbook,%20short)"><code>CellUtil.setAlignment(org.apache.poi.ss.usermodel.Cell, org.apache.poi.ss.usermodel.Workbook, short)</code></a> instead.</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">HSSFCellUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html#setAlignment(org.apache.poi.hssf.usermodel.HSSFCell,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20short)">setAlignment</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a>&nbsp;cell,
-            <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook,
-            short&nbsp;align)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="../../../../../../org/apache/poi/ss/util/CellUtil.html#setAlignment(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.Workbook,%20short)"><code>CellUtil.setAlignment(org.apache.poi.ss.usermodel.Cell, org.apache.poi.ss.usermodel.Workbook, short)</code></a> instead.</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">HSSFCellUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html#setCellStyleProperty(org.apache.poi.hssf.usermodel.HSSFCell,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20java.lang.String,%20java.lang.Object)">setCellStyleProperty</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a>&nbsp;cell,
-                    <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook,
-                    java.lang.String&nbsp;propertyName,
-                    java.lang.Object&nbsp;propertyValue)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="../../../../../../org/apache/poi/ss/util/CellUtil.html#setCellStyleProperty(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.Workbook,%20java.lang.String,%20java.lang.Object)"><code>CellUtil.setCellStyleProperty(org.apache.poi.ss.usermodel.Cell, org.apache.poi.ss.usermodel.Workbook, java.lang.String, java.lang.Object)</code></a> instead.</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">HSSFCellUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html#setFont(org.apache.poi.hssf.usermodel.HSSFCell,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.hssf.usermodel.HSSFFont)">setFont</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a>&nbsp;cell,
-       <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook,
-       <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFFont.html" title="class in org.apache.poi.hssf.usermodel">HSSFFont</a>&nbsp;font)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="../../../../../../org/apache/poi/ss/util/CellUtil.html#setFont(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.Workbook,%20org.apache.poi.ss.usermodel.Font)"><code>CellUtil.setFont(org.apache.poi.ss.usermodel.Cell, org.apache.poi.ss.usermodel.Workbook, org.apache.poi.ss.usermodel.Font)</code></a> instead.</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a></code></td>
-<td class="colLast"><span class="strong">HSSFCellUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html#translateUnicodeValues(org.apache.poi.hssf.usermodel.HSSFCell)">translateUnicodeValues</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a>&nbsp;cell)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="../../../../../../org/apache/poi/ss/util/CellUtil.html#translateUnicodeValues(org.apache.poi.ss.usermodel.Cell)"><code>CellUtil.translateUnicodeValues(org.apache.poi.ss.usermodel.Cell)</code></a> instead.</i></div>
-</div>
-</td>
-</tr>
-</tbody>
 </table>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFCellStyle.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFCellStyle.html?rev=1800381&r1=1800380&r2=1800381&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFCellStyle.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFCellStyle.html Fri Jun 30 12:12:42 2017
@@ -87,13 +87,6 @@
 <div class="block">usermodel package maps HSSF low level strutures to familiar workbook/sheet model</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><a href="#org.apache.poi.hssf.util">org.apache.poi.hssf.util</a></td>
-<td class="colLast">
-<div class="block">util package contains tools needed for writing HSSF files that are not necesarily "real" 
-HSSF concepts.</div>
-</td>
-</tr>
 </tbody>
 </table>
 </li>
@@ -203,31 +196,6 @@ HSSF concepts.</div>
 </td>
 </tr>
 </tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.poi.hssf.util">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html" title="class in org.apache.poi.hssf.usermodel">HSSFCellStyle</a> in <a href="../../../../../../org/apache/poi/hssf/util/package-summary.html">org.apache.poi.hssf.util</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/poi/hssf/util/package-summary.html">org.apache.poi.hssf.util</a> with parameters of type <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html" title="class in org.apache.poi.hssf.usermodel">HSSFCellStyle</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a></code></td>
-<td class="colLast"><span class="strong">HSSFCellUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html#createCell(org.apache.poi.hssf.usermodel.HSSFRow,%20int,%20java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFCellStyle)">createCell</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFRow.html" title="class in org.apache.poi.hssf.usermodel">HSSFRow</a>&nbsp;row,
-          int&nbsp;column,
-          java.lang.String&nbsp;value,
-          <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html" title="class in org.apache.poi.hssf.usermodel">HSSFCellStyle</a>&nbsp;style)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="../../../../../../org/apache/poi/ss/util/CellUtil.html#createCell(org.apache.poi.ss.usermodel.Row,%20int,%20java.lang.String,%20org.apache.poi.ss.usermodel.CellStyle)"><code>CellUtil.createCell(org.apache.poi.ss.usermodel.Row, int, java.lang.String, org.apache.poi.ss.usermodel.CellStyle)</code></a> instead.</i></div>
-</div>
-</td>
-</tr>
-</tbody>
 </table>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFFont.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFFont.html?rev=1800381&r1=1800380&r2=1800381&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFFont.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFFont.html Fri Jun 30 12:12:42 2017
@@ -87,13 +87,6 @@
 <div class="block">usermodel package maps HSSF low level strutures to familiar workbook/sheet model</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><a href="#org.apache.poi.hssf.util">org.apache.poi.hssf.util</a></td>
-<td class="colLast">
-<div class="block">util package contains tools needed for writing HSSF files that are not necesarily "real" 
-HSSF concepts.</div>
-</td>
-</tr>
 </tbody>
 </table>
 </li>
@@ -176,30 +169,6 @@ HSSF concepts.</div>
 </tr>
 </tbody>
 </table>
-</li>
-<li class="blockList"><a name="org.apache.poi.hssf.util">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFFont.html" title="class in org.apache.poi.hssf.usermodel">HSSFFont</a> in <a href="../../../../../../org/apache/poi/hssf/util/package-summary.html">org.apache.poi.hssf.util</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/poi/hssf/util/package-summary.html">org.apache.poi.hssf.util</a> with parameters of type <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFFont.html" title="class in org.apache.poi.hssf.usermodel">HSSFFont</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">HSSFCellUtil.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/util/HSSFCellUtil.html#setFont(org.apache.poi.hssf.usermodel.HSSFCell,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.hssf.usermodel.HSSFFont)">setFont</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCell.html" title="class in org.apache.poi.hssf.usermodel">HSSFCell</a>&nbsp;cell,
-       <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook,
-       <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFFont.html" title="class in org.apache.poi.hssf.usermodel">HSSFFont</a>&nbsp;font)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>3.15 beta2. Removed in 3.17. Use <a href="../../../../../../org/apache/poi/ss/util/CellUtil.html#setFont(org.apache.poi.ss.usermodel.Cell,%20org.apache.poi.ss.usermodel.Workbook,%20org.apache.poi.ss.usermodel.Font)"><code>CellUtil.setFont(org.apache.poi.ss.usermodel.Cell, org.apache.poi.ss.usermodel.Workbook, org.apache.poi.ss.usermodel.Font)</code></a> instead.</i></div>
-</div>
-</td>
-</tr>
-</tbody>
-</table>
 </li>
 </ul>
 </li>



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