Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/RegionUtil.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/RegionUtil.html?rev=1762876&r1=1762875&r2=1762876&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/util/RegionUtil.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/util/RegionUtil.html Fri Sep 30 10:24:46 2016 @@ -117,31 +117,51 @@ extends java.lang.Object</pre> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderBottom</a></strong>(int border, +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderBottom</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</code> -<div class="block">Sets the bottom border for a region of cells by manipulating the cell style of the individual +<div class="block">Sets the bottom border style for a region of cells by manipulating the cell style of the individual cells on the bottom</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderBottom</a></strong>(int border, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>POI 3.16 beta 1. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderBottom(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet,%20org.apache.poi.ss.usermodel.Workbook)">setBorderBottom</a></strong>(int border, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</code> <div class="block"><strong>Deprecated.</strong> -<div class="block"><i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderBottom(int, CellRangeAddress, Sheet)</code></a>.</i></div> +<div class="block"><i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderBottom(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> </div> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderLeft</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</code> +<div class="block">Sets the left border style for a region of cells by manipulating the cell style of the individual + cells on the left</div> +</td> +</tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderLeft</a></strong>(int border, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</code> -<div class="block">Sets the left border for a region of cells by manipulating the cell style of the individual - cells on the left</div> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>3.16 beta 1. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderLeft(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +</div> </td> </tr> <tr class="rowColor"> @@ -151,37 +171,57 @@ extends java.lang.Object</pre> <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</code> <div class="block"><strong>Deprecated.</strong> -<div class="block"><i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderLeft(int, CellRangeAddress, Sheet)</code></a>.</i></div> +<div class="block"><i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderLeft(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> </div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderRight(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderRight</a></strong>(int border, +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderRight(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderRight</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</code> -<div class="block">Sets the right border for a region of cells by manipulating the cell style of the individual +<div class="block">Sets the right border style for a region of cells by manipulating the cell style of the individual cells on the right</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderRight(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderRight</a></strong>(int border, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>POI 3.16 beta 1. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderRight(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderRight(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderRight(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet,%20org.apache.poi.ss.usermodel.Workbook)">setBorderRight</a></strong>(int border, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</code> <div class="block"><strong>Deprecated.</strong> -<div class="block"><i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderRight(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderRight(int, CellRangeAddress, Sheet)</code></a>.</i></div> +<div class="block"><i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderRight(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderRight(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> </div> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderTop(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderTop</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</code> +<div class="block">Sets the top border style for a region of cells by manipulating the cell style of the individual + cells on the top</div> +</td> +</tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderTop(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderTop</a></strong>(int border, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</code> -<div class="block">Sets the top border for a region of cells by manipulating the cell style of the individual - cells on the top</div> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>3.16 beta 1. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderTop(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderTop(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +</div> </td> </tr> <tr class="rowColor"> @@ -191,7 +231,7 @@ extends java.lang.Object</pre> <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</code> <div class="block"><strong>Deprecated.</strong> -<div class="block"><i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderTop(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderTop(int, CellRangeAddress, Sheet)</code></a>.</i></div> +<div class="block"><i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderTop(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderTop(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> </div> </td> </tr> @@ -303,12 +343,13 @@ extends java.lang.Object</pre> <ul class="blockList"> <li class="blockList"> <h4>setBorderLeft</h4> -<pre>public static void setBorderLeft(int border, - <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, - <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, - <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</pre> -<div class="block"><span class="strong">Deprecated.</span> <i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderLeft(int, CellRangeAddress, Sheet)</code></a>.</i></div> -<div class="block">Sets the left border for a region of cells by manipulating the cell style of the individual +<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 void setBorderLeft(int border, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, + <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</pre> +<div class="block"><span class="strong">Deprecated.</span> <i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderLeft(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +<div class="block">Sets the left border style for a region of cells by manipulating the cell style of the individual cells on the left</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - The new border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>workbook</code> - The workbook that the region is on.</dd><dd><code>sheet</code> - The sheet that the region is on.</dd></dl> </li> @@ -319,12 +360,30 @@ extends java.lang.Object</pre> <ul class="blockList"> <li class="blockList"> <h4>setBorderLeft</h4> -<pre>public static void setBorderLeft(int border, +<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.18") +public static void setBorderLeft(int border, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</pre> +<div class="block"><span class="strong">Deprecated.</span> <i>3.16 beta 1. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderLeft(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +<div class="block">Sets the left border style for a region of cells by manipulating the cell style of the individual + cells on the left</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - The new border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>sheet</code> - The sheet that the region is on.</dd><dt><span class="strong">Since:</span></dt> + <dd>POI 3.15 beta 2</dd></dl> +</li> +</ul> +<a name="setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle, org.apache.poi.ss.util.CellRangeAddress, org.apache.poi.ss.usermodel.Sheet)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBorderLeft</h4> +<pre>public static void setBorderLeft(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</pre> -<div class="block">Sets the left border for a region of cells by manipulating the cell style of the individual +<div class="block">Sets the left border style for a region of cells by manipulating the cell style of the individual cells on the left</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - The new border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>sheet</code> - The sheet that the region is on.</dd></dl> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - The new border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>sheet</code> - The sheet that the region is on.</dd><dt><span class="strong">Since:</span></dt> + <dd>POI 3.16 beta 1</dd></dl> </li> </ul> <a name="setLeftBorderColor(int, org.apache.poi.ss.util.CellRangeAddress, org.apache.poi.ss.usermodel.Sheet, org.apache.poi.ss.usermodel.Workbook)"> @@ -333,10 +392,11 @@ extends java.lang.Object</pre> <ul class="blockList"> <li class="blockList"> <h4>setLeftBorderColor</h4> -<pre>public static void setLeftBorderColor(int color, - <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, - <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, - <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</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 static void setLeftBorderColor(int color, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, + <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</pre> <div class="block"><span class="strong">Deprecated.</span> <i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setLeftBorderColor(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setLeftBorderColor(int, CellRangeAddress, Sheet)</code></a>.</i></div> <div class="block">Sets the left border color for a region of cells by manipulating the cell style of the individual cells on the left</div> @@ -354,7 +414,8 @@ extends java.lang.Object</pre> <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</pre> <div class="block">Sets the left border color for a region of cells by manipulating the cell style of the individual cells on the left</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - The color of the border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>sheet</code> - The sheet that the region is on.</dd></dl> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - The color of the border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>sheet</code> - The sheet that the region is on.</dd><dt><span class="strong">Since:</span></dt> + <dd>POI 3.15 beta 2</dd></dl> </li> </ul> <a name="setBorderRight(int, org.apache.poi.ss.util.CellRangeAddress, org.apache.poi.ss.usermodel.Sheet, org.apache.poi.ss.usermodel.Workbook)"> @@ -363,12 +424,13 @@ extends java.lang.Object</pre> <ul class="blockList"> <li class="blockList"> <h4>setBorderRight</h4> -<pre>public static void setBorderRight(int border, - <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, - <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, - <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</pre> -<div class="block"><span class="strong">Deprecated.</span> <i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderRight(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderRight(int, CellRangeAddress, Sheet)</code></a>.</i></div> -<div class="block">Sets the right border for a region of cells by manipulating the cell style of the individual +<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 void setBorderRight(int border, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, + <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</pre> +<div class="block"><span class="strong">Deprecated.</span> <i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderRight(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderRight(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +<div class="block">Sets the right border style for a region of cells by manipulating the cell style of the individual cells on the right</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - The new border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>workbook</code> - The workbook that the region is on.</dd><dd><code>sheet</code> - The sheet that the region is on.</dd></dl> </li> @@ -379,12 +441,30 @@ extends java.lang.Object</pre> <ul class="blockList"> <li class="blockList"> <h4>setBorderRight</h4> -<pre>public static void setBorderRight(int border, +<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.18") +public static void setBorderRight(int border, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</pre> +<div class="block"><span class="strong">Deprecated.</span> <i>POI 3.16 beta 1. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderRight(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderRight(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +<div class="block">Sets the right border style for a region of cells by manipulating the cell style of the individual + cells on the right</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - The new border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>sheet</code> - The sheet that the region is on.</dd><dt><span class="strong">Since:</span></dt> + <dd>POI 3.15 beta 2</dd></dl> +</li> +</ul> +<a name="setBorderRight(org.apache.poi.ss.usermodel.BorderStyle, org.apache.poi.ss.util.CellRangeAddress, org.apache.poi.ss.usermodel.Sheet)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBorderRight</h4> +<pre>public static void setBorderRight(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</pre> -<div class="block">Sets the right border for a region of cells by manipulating the cell style of the individual +<div class="block">Sets the right border style for a region of cells by manipulating the cell style of the individual cells on the right</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - The new border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>sheet</code> - The sheet that the region is on.</dd></dl> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - The new border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>sheet</code> - The sheet that the region is on.</dd><dt><span class="strong">Since:</span></dt> + <dd>POI 3.16 beta 1</dd></dl> </li> </ul> <a name="setRightBorderColor(int, org.apache.poi.ss.util.CellRangeAddress, org.apache.poi.ss.usermodel.Sheet, org.apache.poi.ss.usermodel.Workbook)"> @@ -393,10 +473,11 @@ extends java.lang.Object</pre> <ul class="blockList"> <li class="blockList"> <h4>setRightBorderColor</h4> -<pre>public static void setRightBorderColor(int color, - <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, - <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, - <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</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 static void setRightBorderColor(int color, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, + <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</pre> <div class="block"><span class="strong">Deprecated.</span> <i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setRightBorderColor(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setRightBorderColor(int, CellRangeAddress, Sheet)</code></a>.</i></div> <div class="block">Sets the right border color for a region of cells by manipulating the cell style of the individual cells on the right</div> @@ -414,7 +495,8 @@ extends java.lang.Object</pre> <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</pre> <div class="block">Sets the right border color for a region of cells by manipulating the cell style of the individual cells on the right</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - The color of the border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>sheet</code> - The sheet that the region is on.</dd></dl> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - The color of the border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>sheet</code> - The sheet that the region is on.</dd><dt><span class="strong">Since:</span></dt> + <dd>POI 3.15 beta 2</dd></dl> </li> </ul> <a name="setBorderBottom(int, org.apache.poi.ss.util.CellRangeAddress, org.apache.poi.ss.usermodel.Sheet, org.apache.poi.ss.usermodel.Workbook)"> @@ -423,12 +505,13 @@ extends java.lang.Object</pre> <ul class="blockList"> <li class="blockList"> <h4>setBorderBottom</h4> -<pre>public static void setBorderBottom(int border, - <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, - <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, - <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</pre> -<div class="block"><span class="strong">Deprecated.</span> <i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderBottom(int, CellRangeAddress, Sheet)</code></a>.</i></div> -<div class="block">Sets the bottom border for a region of cells by manipulating the cell style of the individual +<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 void setBorderBottom(int border, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, + <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</pre> +<div class="block"><span class="strong">Deprecated.</span> <i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderBottom(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +<div class="block">Sets the bottom border style for a region of cells by manipulating the cell style of the individual cells on the bottom</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - The new border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>workbook</code> - The workbook that the region is on.</dd><dd><code>sheet</code> - The sheet that the region is on.</dd></dl> </li> @@ -439,12 +522,30 @@ extends java.lang.Object</pre> <ul class="blockList"> <li class="blockList"> <h4>setBorderBottom</h4> -<pre>public static void setBorderBottom(int border, +<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.18") +public static void setBorderBottom(int border, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</pre> +<div class="block"><span class="strong">Deprecated.</span> <i>POI 3.16 beta 1. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderBottom(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +<div class="block">Sets the bottom border style for a region of cells by manipulating the cell style of the individual + cells on the bottom</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - The new border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>sheet</code> - The sheet that the region is on.</dd><dt><span class="strong">Since:</span></dt> + <dd>POI 3.15 beta 2</dd></dl> +</li> +</ul> +<a name="setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle, org.apache.poi.ss.util.CellRangeAddress, org.apache.poi.ss.usermodel.Sheet)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBorderBottom</h4> +<pre>public static void setBorderBottom(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</pre> -<div class="block">Sets the bottom border for a region of cells by manipulating the cell style of the individual +<div class="block">Sets the bottom border style for a region of cells by manipulating the cell style of the individual cells on the bottom</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - The new border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>sheet</code> - The sheet that the region is on.</dd></dl> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - The new border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>sheet</code> - The sheet that the region is on.</dd><dt><span class="strong">Since:</span></dt> + <dd>POI 3.16 beta 1</dd></dl> </li> </ul> <a name="setBottomBorderColor(int, org.apache.poi.ss.util.CellRangeAddress, org.apache.poi.ss.usermodel.Sheet, org.apache.poi.ss.usermodel.Workbook)"> @@ -453,10 +554,11 @@ extends java.lang.Object</pre> <ul class="blockList"> <li class="blockList"> <h4>setBottomBorderColor</h4> -<pre>public static void setBottomBorderColor(int color, - <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, - <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, - <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</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 static void setBottomBorderColor(int color, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, + <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</pre> <div class="block"><span class="strong">Deprecated.</span> <i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBottomBorderColor(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBottomBorderColor(int, CellRangeAddress, Sheet)</code></a>.</i></div> <div class="block">Sets the bottom border color for a region of cells by manipulating the cell style of the individual cells on the bottom</div> @@ -474,7 +576,8 @@ extends java.lang.Object</pre> <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</pre> <div class="block">Sets the bottom border color for a region of cells by manipulating the cell style of the individual cells on the bottom</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - The color of the border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>sheet</code> - The sheet that the region is on.</dd></dl> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - The color of the border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>sheet</code> - The sheet that the region is on.</dd><dt><span class="strong">Since:</span></dt> + <dd>POI 3.15 beta 2</dd></dl> </li> </ul> <a name="setBorderTop(int, org.apache.poi.ss.util.CellRangeAddress, org.apache.poi.ss.usermodel.Sheet, org.apache.poi.ss.usermodel.Workbook)"> @@ -483,12 +586,13 @@ extends java.lang.Object</pre> <ul class="blockList"> <li class="blockList"> <h4>setBorderTop</h4> -<pre>public static void setBorderTop(int border, - <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, - <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, - <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</pre> -<div class="block"><span class="strong">Deprecated.</span> <i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderTop(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderTop(int, CellRangeAddress, Sheet)</code></a>.</i></div> -<div class="block">Sets the top border for a region of cells by manipulating the cell style of the individual +<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 void setBorderTop(int border, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, + <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</pre> +<div class="block"><span class="strong">Deprecated.</span> <i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderTop(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderTop(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +<div class="block">Sets the top border style for a region of cells by manipulating the cell style of the individual cells on the top</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - The new border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>workbook</code> - The workbook that the region is on.</dd><dd><code>sheet</code> - The sheet that the region is on.</dd></dl> </li> @@ -499,12 +603,30 @@ extends java.lang.Object</pre> <ul class="blockList"> <li class="blockList"> <h4>setBorderTop</h4> -<pre>public static void setBorderTop(int border, +<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.18") +public static void setBorderTop(int border, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</pre> +<div class="block"><span class="strong">Deprecated.</span> <i>3.16 beta 1. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderTop(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setBorderTop(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +<div class="block">Sets the top border style for a region of cells by manipulating the cell style of the individual + cells on the top</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - The new border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>sheet</code> - The sheet that the region is on.</dd><dt><span class="strong">Since:</span></dt> + <dd>POI 3.15 beta 2</dd></dl> +</li> +</ul> +<a name="setBorderTop(org.apache.poi.ss.usermodel.BorderStyle, org.apache.poi.ss.util.CellRangeAddress, org.apache.poi.ss.usermodel.Sheet)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBorderTop</h4> +<pre>public static void setBorderTop(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</pre> -<div class="block">Sets the top border for a region of cells by manipulating the cell style of the individual +<div class="block">Sets the top border style for a region of cells by manipulating the cell style of the individual cells on the top</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - The new border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>sheet</code> - The sheet that the region is on.</dd></dl> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - The new border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>sheet</code> - The sheet that the region is on.</dd><dt><span class="strong">Since:</span></dt> + <dd>POI 3.16 beta 1</dd></dl> </li> </ul> <a name="setTopBorderColor(int, org.apache.poi.ss.util.CellRangeAddress, org.apache.poi.ss.usermodel.Sheet, org.apache.poi.ss.usermodel.Workbook)"> @@ -513,10 +635,11 @@ extends java.lang.Object</pre> <ul class="blockList"> <li class="blockList"> <h4>setTopBorderColor</h4> -<pre>public static void setTopBorderColor(int color, - <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, - <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, - <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</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 static void setTopBorderColor(int color, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, + <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</pre> <div class="block"><span class="strong">Deprecated.</span> <i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setTopBorderColor(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>setTopBorderColor(int, CellRangeAddress, Sheet)</code></a>.</i></div> <div class="block">Sets the top border color for a region of cells by manipulating the cell style of the individual cells on the top</div> @@ -534,7 +657,8 @@ extends java.lang.Object</pre> <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</pre> <div class="block">Sets the top border color for a region of cells by manipulating the cell style of the individual cells on the top</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - The color of the border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>sheet</code> - The sheet that the region is on.</dd></dl> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - The color of the border</dd><dd><code>region</code> - The region that should have the border</dd><dd><code>sheet</code> - The sheet that the region is on.</dd><dt><span class="strong">Since:</span></dt> + <dd>POI 3.15 beta 2</dd></dl> </li> </ul> </li>
Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html?rev=1762876&r1=1762875&r2=1762876&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html Fri Sep 30 10:24:46 2016 @@ -909,31 +909,51 @@ HSSF concepts.</div> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> -<td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderBottom</a></strong>(int border, +<td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderBottom</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, <a href="../../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</code> -<div class="block">Sets the bottom border for a region of cells by manipulating the cell style of the individual +<div class="block">Sets the bottom border style for a region of cells by manipulating the cell style of the individual cells on the bottom</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> +<td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderBottom</a></strong>(int border, + <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>POI 3.16 beta 1. Use <a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderBottom(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet,%20org.apache.poi.ss.usermodel.Workbook)">setBorderBottom</a></strong>(int border, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, <a href="../../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, <a href="../../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</code> <div class="block"><strong>Deprecated.</strong> -<div class="block"><i>3.15 beta 2. Use <a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderBottom(int, CellRangeAddress, Sheet)</code></a>.</i></div> +<div class="block"><i>3.15 beta 2. Use <a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderBottom(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> </div> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderLeft</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border, + <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</code> +<div class="block">Sets the left border style for a region of cells by manipulating the cell style of the individual + cells on the left</div> +</td> +</tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderLeft</a></strong>(int border, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, <a href="../../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</code> -<div class="block">Sets the left border for a region of cells by manipulating the cell style of the individual - cells on the left</div> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>3.16 beta 1. Use <a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderLeft(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +</div> </td> </tr> <tr class="altColor"> @@ -943,37 +963,57 @@ HSSF concepts.</div> <a href="../../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, <a href="../../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</code> <div class="block"><strong>Deprecated.</strong> -<div class="block"><i>3.15 beta 2. Use <a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderLeft(int, CellRangeAddress, Sheet)</code></a>.</i></div> +<div class="block"><i>3.15 beta 2. Use <a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderLeft(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> </div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> -<td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderRight(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderRight</a></strong>(int border, +<td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderRight(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderRight</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, <a href="../../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</code> -<div class="block">Sets the right border for a region of cells by manipulating the cell style of the individual +<div class="block">Sets the right border style for a region of cells by manipulating the cell style of the individual cells on the right</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> +<td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderRight(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderRight</a></strong>(int border, + <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>POI 3.16 beta 1. Use <a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderRight(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderRight(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderRight(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet,%20org.apache.poi.ss.usermodel.Workbook)">setBorderRight</a></strong>(int border, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, <a href="../../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, <a href="../../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</code> <div class="block"><strong>Deprecated.</strong> -<div class="block"><i>3.15 beta 2. Use <a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderRight(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderRight(int, CellRangeAddress, Sheet)</code></a>.</i></div> +<div class="block"><i>3.15 beta 2. Use <a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderRight(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderRight(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> </div> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderTop(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderTop</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border, + <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</code> +<div class="block">Sets the top border style for a region of cells by manipulating the cell style of the individual + cells on the top</div> +</td> +</tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderTop(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderTop</a></strong>(int border, <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, <a href="../../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</code> -<div class="block">Sets the top border for a region of cells by manipulating the cell style of the individual - cells on the top</div> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>3.16 beta 1. Use <a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderTop(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderTop(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +</div> </td> </tr> <tr class="altColor"> @@ -983,7 +1023,7 @@ HSSF concepts.</div> <a href="../../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, <a href="../../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</code> <div class="block"><strong>Deprecated.</strong> -<div class="block"><i>3.15 beta 2. Use <a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderTop(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderTop(int, CellRangeAddress, Sheet)</code></a>.</i></div> +<div class="block"><i>3.15 beta 2. Use <a href="../../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderTop(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderTop(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> </div> </td> </tr> Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html?rev=1762876&r1=1762875&r2=1762876&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html Fri Sep 30 10:24:46 2016 @@ -1008,6 +1008,101 @@ HSSF concepts.</div> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> +<td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderBottom</a></strong>(int border, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>POI 3.16 beta 1. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderBottom(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet,%20org.apache.poi.ss.usermodel.Workbook)">setBorderBottom</a></strong>(int border, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, + <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderBottom(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderLeft</a></strong>(int border, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>3.16 beta 1. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderLeft(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet,%20org.apache.poi.ss.usermodel.Workbook)">setBorderLeft</a></strong>(int border, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, + <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderLeft(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderRight(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderRight</a></strong>(int border, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>POI 3.16 beta 1. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderRight(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderRight(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderRight(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet,%20org.apache.poi.ss.usermodel.Workbook)">setBorderRight</a></strong>(int border, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, + <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderRight(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderRight(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderTop(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)">setBorderTop</a></strong>(int border, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet)</code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>3.16 beta 1. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderTop(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderTop(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderTop(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet,%20org.apache.poi.ss.usermodel.Workbook)">setBorderTop</a></strong>(int border, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, + <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBorderTop(org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBorderTop(BorderStyle, CellRangeAddress, Sheet)</code></a>.</i></div> +</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBottomBorderColor(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet,%20org.apache.poi.ss.usermodel.Workbook)">setBottomBorderColor</a></strong>(int color, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, + <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setBottomBorderColor(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setBottomBorderColor(int, CellRangeAddress, Sheet)</code></a>.</i></div> +</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">CellUtil.</span><code><strong><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)">setCellStyleProperty</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a> cell, <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook, java.lang.String propertyName, @@ -1017,7 +1112,7 @@ HSSF concepts.</div> </div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">CellUtil.</span><code><strong><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)">setFont</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a> cell, <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook, @@ -1027,6 +1122,39 @@ HSSF concepts.</div> </div> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setLeftBorderColor(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet,%20org.apache.poi.ss.usermodel.Workbook)">setLeftBorderColor</a></strong>(int color, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, + <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setLeftBorderColor(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setLeftBorderColor(int, CellRangeAddress, Sheet)</code></a>.</i></div> +</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setRightBorderColor(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet,%20org.apache.poi.ss.usermodel.Workbook)">setRightBorderColor</a></strong>(int color, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, + <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setRightBorderColor(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setRightBorderColor(int, CellRangeAddress, Sheet)</code></a>.</i></div> +</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><span class="strong">RegionUtil.</span><code><strong><a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setTopBorderColor(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet,%20org.apache.poi.ss.usermodel.Workbook)">setTopBorderColor</a></strong>(int color, + <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a> region, + <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a> sheet, + <a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a> workbook)</code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html#setTopBorderColor(int,%20org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.Sheet)"><code>RegionUtil.setTopBorderColor(int, CellRangeAddress, Sheet)</code></a>.</i></div> +</div> +</td> +</tr> </tbody> </table> </li> Modified: poi/site/publish/changes.html URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1762876&r1=1762875&r2=1762876&view=diff ============================================================================== --- poi/site/publish/changes.html (original) +++ poi/site/publish/changes.html Fri Sep 30 10:24:46 2016 @@ -265,6 +265,9 @@ if (VERSION > 3) { <ul> <li> +<img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60187">60187</a> - SS Common: support BorderStyle enums in RegionUtil</li> + +<li> <img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59857">59857</a> - Password protected files with "Microsoft Enhanced Cryptographic Provider v1.0"</li> <li> Modified: poi/site/publish/changes.rss URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1762876&r1=1762875&r2=1762876&view=diff ============================================================================== --- poi/site/publish/changes.rss (original) +++ poi/site/publish/changes.rss Fri Sep 30 10:24:46 2016 @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd"> <rss version="0.91"><channel><title>Apache POI Changes</title><link>http://poi.apache.org/changes.html</link><description>Apache POI Changes</description><language>en-us</language> +<item><title> add(bug 60187)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 60187) - SS Common: support BorderStyle enums in RegionUtil</description></item> <item><title> add(bug 59857)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59857) - Password protected files with "Microsoft Enhanced Cryptographic Provider v1.0"</description></item> <item><title> fix(bug 59687)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59687) - XSSF: Comments removed from wrong row when removing a row from a sheet with empty rows</description></item> <item><title> fix(bug 59933)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59933) - POI: Fix IllegalAccess exception caused by logger</description></item> Modified: poi/site/publish/index.html URL: http://svn.apache.org/viewvc/poi/site/publish/index.html?rev=1762876&r1=1762875&r2=1762876&view=diff ============================================================================== --- poi/site/publish/index.html (original) +++ poi/site/publish/index.html Fri Sep 30 10:24:46 2016 @@ -260,7 +260,10 @@ if (VERSION > 3) { <div class="h3"> <h3>Project News</h3> </div> + <!-- latest beta release, if newer than latest final release --> + <!-- NONE --> + <!-- latest final release --> <a name="21+September+2016+-+POI+3.15+available"></a> <div class="h4"> @@ -278,25 +281,15 @@ if (VERSION > 3) { <p>See the <a href="download.html">downloads</a> page for more details.</p> - -<a name="05+March+2016+-+POI+3.14+available"></a> -<div class="h4"> -<h4>05 March 2016 - POI 3.14 available</h4> -</div> - -<p>The Apache POI team is pleased to announce the release of 3.14, - our next stable release. Featured are a several new areas of - functionality, and numerous bug fixes.</p> - <!-- - <p>A summary of changes is available in the - <link href="https://www.apache.org/dyn/closer.lua/poi/release/RELEASE-NOTES.txt">Release Notes</link>. - --> - -<p>A full list of changes is available in the <a href="changes.html">change log</a>. - People interested should also follow the <a href="mailinglists.html">dev mailing list</a> to track further progress.</p> - -<p>See the <a href="download.html">downloads</a> page for more details.</p> - +<!-- + <section><title>TBD 2016 - The Apache POI project is celebrating its 15th anniversary</title> + <p> + The Apache POI project is celebrating its 15th anniversary! On the + 28th of August 2001, the first 0.1 alpha version of POI was released. + <em>New Blog Link here</em> + <link href="https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces14">Read more...</link></p> + </section> +--> <a name="12+January+2016+-+New+case+study+-+Deutsche+Bahn"></a> @@ -310,15 +303,7 @@ if (VERSION > 3) { documents for a European-wide railroad cooperation effort (<a href="http://openetcs.org/">openETCS</a>). The description contains links to more detailed information so take a look!</p> -<!-- - <section><title>28 August 2015 - The Apache POI project is celebrating its 15th anniversary</title> - <p> - The Apache POI project is celebrating its 15th anniversary! On the - 28th of August 2001, the first 0.1 alpha version of POI was released. - <em>New Blog Link here</em> - <link href="https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces14">Read more...</link></p> - </section> ---> + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
