Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/BorderStyle.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/BorderStyle.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/BorderStyle.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/BorderStyle.html Wed May 31 10:11:49 2017 @@ -165,34 +165,46 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> +<td class="colLast"><span class="strong">HSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderHorizontalEnum()">getBorderHorizontalEnum</a></strong>()</code> +<div class="block">HSSF doesn't support table borders, so always <a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html#NONE"><code>NONE</code></a></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><span class="strong">HSSFCellStyle.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderLeftEnum()">getBorderLeftEnum</a></strong>()</code> <div class="block">get the type of border to use for the left border of the cell</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><span class="strong">HSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderLeftEnum()">getBorderLeftEnum</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><span class="strong">HSSFCellStyle.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderRightEnum()">getBorderRightEnum</a></strong>()</code> <div class="block">get the type of border to use for the right border of the cell</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><span class="strong">HSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderRightEnum()">getBorderRightEnum</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><span class="strong">HSSFCellStyle.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCellStyle.html#getBorderTopEnum()">getBorderTopEnum</a></strong>()</code> <div class="block">get the type of border to use for the top border of the cell</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><span class="strong">HSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderTopEnum()">getBorderTopEnum</a></strong>()</code> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> +<td class="colLast"><span class="strong">HSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getBorderVerticalEnum()">getBorderVerticalEnum</a></strong>()</code> +<div class="block">HSSF doesn't support table borders, so always <a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html#NONE"><code>NONE</code></a></div> +</td> +</tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> @@ -218,34 +230,46 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">HSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderHorizontal(org.apache.poi.ss.usermodel.BorderStyle)">setBorderHorizontal</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border)</code> +<div class="block">Not available for HSSF.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">HSSFCellStyle.</span><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> border)</code> <div class="block">set the type of border to use for the left border of the cell</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">HSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle)">setBorderLeft</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">HSSFCellStyle.</span><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> 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"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">HSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderRight(org.apache.poi.ss.usermodel.BorderStyle)">setBorderRight</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">HSSFCellStyle.</span><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> border)</code> <div class="block">set the type of border to use for the top border of the cell</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">HSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderTop(org.apache.poi.ss.usermodel.BorderStyle)">setBorderTop</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border)</code> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">HSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setBorderVertical(org.apache.poi.ss.usermodel.BorderStyle)">setBorderVertical</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border)</code> +<div class="block">Not available for HSSF.</div> +</td> +</tr> </tbody> </table> </li> @@ -276,34 +300,46 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> +<td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderHorizontalEnum()">getBorderHorizontalEnum</a></strong>()</code> +<div class="block">Only valid for range borders, such as table styles</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><span class="strong">CellStyle.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/CellStyle.html#getBorderLeftEnum()">getBorderLeftEnum</a></strong>()</code> <div class="block">get the type of border to use for the left border of the cell</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderLeftEnum()">getBorderLeftEnum</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><span class="strong">CellStyle.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/CellStyle.html#getBorderRightEnum()">getBorderRightEnum</a></strong>()</code> <div class="block">get the type of border to use for the right border of the cell</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderRightEnum()">getBorderRightEnum</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><span class="strong">CellStyle.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/CellStyle.html#getBorderTopEnum()">getBorderTopEnum</a></strong>()</code> <div class="block">get the type of border to use for the top border of the cell</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderTopEnum()">getBorderTopEnum</a></strong>()</code> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> +<td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderVerticalEnum()">getBorderVerticalEnum</a></strong>()</code> +<div class="block">Only valid for range borders, such as table styles</div> +</td> +</tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><span class="strong">BorderStyle.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html#valueOf(short)">valueOf</a></strong>(short code)</code> </td> @@ -350,40 +386,52 @@ the order they are declared.</div> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderHorizontal(org.apache.poi.ss.usermodel.BorderStyle)">setBorderHorizontal</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border)</code> +<div class="block">Set range internal horizontal borders.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">CellStyle.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/CellStyle.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> border)</code> <div class="block">set the type of border to use for the left border of the cell</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.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> border)</code> <div class="block">Set left border.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">CellStyle.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/CellStyle.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> 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"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.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> border)</code> <div class="block">Set right border.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">CellStyle.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/CellStyle.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> border)</code> <div class="block">set the type of border to use for the top border of the cell</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.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> border)</code> <div class="block">Set top border.</div> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderVertical(org.apache.poi.ss.usermodel.BorderStyle)">setBorderVertical</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border)</code> +<div class="block">Set range internal vertical borders.</div> +</td> +</tr> </tbody> </table> </li> @@ -506,37 +554,45 @@ the order they are declared.</div> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> -<td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderLeftEnum()">getBorderLeftEnum</a></strong>()</code> </td> +<td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderHorizontalEnum()">getBorderHorizontalEnum</a></strong>()</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> +<td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderLeftEnum()">getBorderLeftEnum</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><span class="strong">XSSFCellStyle.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderLeftEnum()">getBorderLeftEnum</a></strong>()</code> <div class="block">Get the type of border to use for the left border of the cell Will be removed when <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderLeft()"><code>XSSFCellStyle.getBorderLeft()</code></a> returns a BorderStyle enum</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderRightEnum()">getBorderRightEnum</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><span class="strong">XSSFCellStyle.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderRightEnum()">getBorderRightEnum</a></strong>()</code> <div class="block">Get the type of border to use for the right border of the cell Will be removed when <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderRight()"><code>XSSFCellStyle.getBorderRight()</code></a> returns a BorderStyle enum</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderTopEnum()">getBorderTopEnum</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><span class="strong">XSSFCellStyle.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderTopEnum()">getBorderTopEnum</a></strong>()</code> <div class="block">Get the type of border to use for the top border of the cell Will be removed when <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getBorderTop()"><code>XSSFCellStyle.getBorderTop()</code></a> returns a BorderStyle enum</div> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> +<td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderVerticalEnum()">getBorderVerticalEnum</a></strong>()</code> </td> +</tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> @@ -562,34 +618,42 @@ the order they are declared.</div> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.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> border)</code> </td> +<td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderHorizontal(org.apache.poi.ss.usermodel.BorderStyle)">setBorderHorizontal</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.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> border)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">XSSFCellStyle.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.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> border)</code> <div class="block">Set the type of border to use for the left border of the cell</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.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> border)</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">XSSFCellStyle.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.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> border)</code> <div class="block">Set the type of border to use for the right border of the cell</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.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> border)</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">XSSFCellStyle.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.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> border)</code> <div class="block">Set the type of border to use for the top border of the cell</div> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderVertical(org.apache.poi.ss.usermodel.BorderStyle)">setBorderVertical</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border)</code> </td> +</tr> </tbody> </table> </li>
Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Color.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Color.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Color.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Color.html Wed May 31 10:11:49 2017 @@ -126,6 +126,27 @@ HSSF concepts.</div> </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/usermodel/package-summary.html">org.apache.poi.hssf.usermodel</a> that return <a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a></code></td> +<td class="colLast"><span class="strong">HSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getHorizontalBorderColorColor()">getHorizontalBorderColorColor</a></strong>()</code> +<div class="block">HSSF Doesn't support table borders, so always <a href="../../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html#AUTOMATIC"><code>HSSFColor.HSSFColorPredefined.AUTOMATIC</code></a></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a></code></td> +<td class="colLast"><span class="strong">HSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#getVerticalBorderColorColor()">getVerticalBorderColorColor</a></strong>()</code> +<div class="block">HSSF Doesn't support table borders, so always <a href="../../../../../../org/apache/poi/hssf/util/HSSFColor.HSSFColorPredefined.html#AUTOMATIC"><code>HSSFColor.HSSFColorPredefined.AUTOMATIC</code></a></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/usermodel/package-summary.html">org.apache.poi.hssf.usermodel</a> with parameters of type <a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -162,16 +183,28 @@ HSSF concepts.</div> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><span class="strong">HSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setLeftBorderColor(org.apache.poi.ss.usermodel.Color)">setLeftBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> +<td class="colLast"><span class="strong">HSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setHorizontalBorderColor(org.apache.poi.ss.usermodel.Color)">setHorizontalBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> +<div class="block">Not available for HSSF.</div> +</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><span class="strong">HSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setRightBorderColor(org.apache.poi.ss.usermodel.Color)">setRightBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> +<td class="colLast"><span class="strong">HSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setLeftBorderColor(org.apache.poi.ss.usermodel.Color)">setLeftBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">HSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setRightBorderColor(org.apache.poi.ss.usermodel.Color)">setRightBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">HSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setTopBorderColor(org.apache.poi.ss.usermodel.Color)">setTopBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">HSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html#setVerticalBorderColor(org.apache.poi.ss.usermodel.Color)">setVerticalBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> +<div class="block">Not available for HSSF.</div> +</td> +</tr> </tbody> </table> </li> @@ -672,16 +705,28 @@ HSSF concepts.</div> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a></code></td> -<td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getLeftBorderColorColor()">getLeftBorderColorColor</a></strong>()</code> </td> +<td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getHorizontalBorderColorColor()">getHorizontalBorderColorColor</a></strong>()</code> +<div class="block">Range internal borders.</div> +</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a></code></td> -<td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getRightBorderColorColor()">getRightBorderColorColor</a></strong>()</code> </td> +<td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getLeftBorderColorColor()">getLeftBorderColorColor</a></strong>()</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a></code></td> +<td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getRightBorderColorColor()">getRightBorderColorColor</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a></code></td> <td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getTopBorderColorColor()">getTopBorderColorColor</a></strong>()</code> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a></code></td> +<td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getVerticalBorderColorColor()">getVerticalBorderColorColor</a></strong>()</code> +<div class="block">Range internal borders.</div> +</td> +</tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> @@ -726,16 +771,28 @@ HSSF concepts.</div> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setLeftBorderColor(org.apache.poi.ss.usermodel.Color)">setLeftBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> +<td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setHorizontalBorderColor(org.apache.poi.ss.usermodel.Color)">setHorizontalBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> +<div class="block">Range internal border color, such as table styles</div> +</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setRightBorderColor(org.apache.poi.ss.usermodel.Color)">setRightBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> +<td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setLeftBorderColor(org.apache.poi.ss.usermodel.Color)">setLeftBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setRightBorderColor(org.apache.poi.ss.usermodel.Color)">setRightBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setTopBorderColor(org.apache.poi.ss.usermodel.Color)">setTopBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">BorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setVerticalBorderColor(org.apache.poi.ss.usermodel.Color)">setVerticalBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> +<div class="block">Range internal border color, such as table styles</div> +</td> +</tr> </tbody> </table> </li> @@ -795,16 +852,24 @@ HSSF concepts.</div> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setLeftBorderColor(org.apache.poi.ss.usermodel.Color)">setLeftBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> +<td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setHorizontalBorderColor(org.apache.poi.ss.usermodel.Color)">setHorizontalBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setRightBorderColor(org.apache.poi.ss.usermodel.Color)">setRightBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> +<td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setLeftBorderColor(org.apache.poi.ss.usermodel.Color)">setLeftBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setRightBorderColor(org.apache.poi.ss.usermodel.Color)">setRightBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setTopBorderColor(org.apache.poi.ss.usermodel.Color)">setTopBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setVerticalBorderColor(org.apache.poi.ss.usermodel.Color)">setVerticalBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> +</tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a></code></td> <td class="colLast"><span class="strong">XSSFColor.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#toXSSFColor(org.apache.poi.ss.usermodel.Color)">toXSSFColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html Wed May 31 10:11:49 2017 @@ -167,6 +167,12 @@ implements <a href="../../../../../org/a <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderDiagonalEnum()">getBorderDiagonalEnum</a></strong>()</code> </td> </tr> <tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderHorizontalEnum()">getBorderHorizontalEnum</a></strong>()</code> +<div class="block">Only valid for range borders, such as table styles</div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><code>short</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderLeft()">getBorderLeft</a></strong>()</code> <div class="block"><strong>Deprecated.</strong> @@ -175,11 +181,11 @@ implements <a href="../../../../../org/a </div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderLeftEnum()">getBorderLeftEnum</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>short</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderRight()">getBorderRight</a></strong>()</code> <div class="block"><strong>Deprecated.</strong> @@ -188,11 +194,11 @@ implements <a href="../../../../../org/a </div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderRightEnum()">getBorderRightEnum</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>short</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderTop()">getBorderTop</a></strong>()</code> <div class="block"><strong>Deprecated.</strong> @@ -201,10 +207,16 @@ implements <a href="../../../../../org/a </div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderTopEnum()">getBorderTopEnum</a></strong>()</code> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBorderVerticalEnum()">getBorderVerticalEnum</a></strong>()</code> +<div class="block">Only valid for range borders, such as table styles</div> +</td> +</tr> <tr class="altColor"> <td class="colFirst"><code>short</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getBottomBorderColor()">getBottomBorderColor</a></strong>()</code> </td> @@ -223,6 +235,18 @@ implements <a href="../../../../../org/a </tr> <tr class="altColor"> <td class="colFirst"><code>short</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getHorizontalBorderColor()">getHorizontalBorderColor</a></strong>()</code> +<div class="block">Range internal borders.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getHorizontalBorderColorColor()">getHorizontalBorderColorColor</a></strong>()</code> +<div class="block">Range internal borders.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>short</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getLeftBorderColor()">getLeftBorderColor</a></strong>()</code> </td> </tr> <tr class="rowColor"> @@ -246,6 +270,18 @@ implements <a href="../../../../../org/a <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getTopBorderColorColor()">getTopBorderColorColor</a></strong>()</code> </td> </tr> <tr class="altColor"> +<td class="colFirst"><code>short</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getVerticalBorderColor()">getVerticalBorderColor</a></strong>()</code> +<div class="block">Range internal borders.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getVerticalBorderColorColor()">getVerticalBorderColorColor</a></strong>()</code> +<div class="block">Range internal borders.</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.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> border)</code> <div class="block">Set bottom border.</div> @@ -275,11 +311,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/xssf/usermodel/XSSFBorderFormatting.html#setBorderHorizontal(org.apache.poi.ss.usermodel.BorderStyle)">setBorderHorizontal</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border)</code> +<div class="block">Set range internal horizontal borders.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.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> border)</code> <div class="block">Set left border.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderLeft(short)">setBorderLeft</a></strong>(short border)</code> <div class="block"><strong>Deprecated.</strong> @@ -287,13 +329,13 @@ implements <a href="../../../../../org/a </div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.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> border)</code> <div class="block">Set right border.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderRight(short)">setBorderRight</a></strong>(short border)</code> <div class="block"><strong>Deprecated.</strong> @@ -301,13 +343,13 @@ implements <a href="../../../../../org/a </div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.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> border)</code> <div class="block">Set top border.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderTop(short)">setBorderTop</a></strong>(short border)</code> <div class="block"><strong>Deprecated.</strong> @@ -315,6 +357,12 @@ implements <a href="../../../../../org/a </div> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBorderVertical(org.apache.poi.ss.usermodel.BorderStyle)">setBorderVertical</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border)</code> +<div class="block">Set range internal vertical borders.</div> +</td> +</tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBottomBorderColor(org.apache.poi.ss.usermodel.Color)">setBottomBorderColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> @@ -341,40 +389,72 @@ 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/xssf/usermodel/XSSFBorderFormatting.html#setLeftBorderColor(org.apache.poi.ss.usermodel.Color)">setLeftBorderColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setHorizontalBorderColor(org.apache.poi.ss.usermodel.Color)">setHorizontalBorderColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> +<div class="block">Range internal border color, such as table styles</div> +</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setLeftBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">setLeftBorderColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setHorizontalBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">setHorizontalBorderColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setLeftBorderColor(short)">setLeftBorderColor</a></strong>(short color)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setHorizontalBorderColor(short)">setHorizontalBorderColor</a></strong>(short color)</code> +<div class="block">Range internal border color, such as table styles</div> +</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setRightBorderColor(org.apache.poi.ss.usermodel.Color)">setRightBorderColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setLeftBorderColor(org.apache.poi.ss.usermodel.Color)">setLeftBorderColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setRightBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">setRightBorderColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setLeftBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">setLeftBorderColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setRightBorderColor(short)">setRightBorderColor</a></strong>(short color)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setLeftBorderColor(short)">setLeftBorderColor</a></strong>(short color)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setTopBorderColor(org.apache.poi.ss.usermodel.Color)">setTopBorderColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setRightBorderColor(org.apache.poi.ss.usermodel.Color)">setRightBorderColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setTopBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">setTopBorderColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setRightBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">setRightBorderColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setRightBorderColor(short)">setRightBorderColor</a></strong>(short color)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setTopBorderColor(org.apache.poi.ss.usermodel.Color)">setTopBorderColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setTopBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">setTopBorderColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setTopBorderColor(short)">setTopBorderColor</a></strong>(short color)</code> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setVerticalBorderColor(org.apache.poi.ss.usermodel.Color)">setVerticalBorderColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> +<div class="block">Range internal border color, such as table styles</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setVerticalBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">setVerticalBorderColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setVerticalBorderColor(short)">setVerticalBorderColor</a></strong>(short color)</code> +<div class="block">Range internal border color, such as table styles</div> +</td> +</tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> @@ -996,12 +1076,210 @@ implements <a href="../../../../../org/a <a name="setTopBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>setTopBorderColor</h4> <pre>public void setTopBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)</pre> </li> </ul> +<a name="getBorderVerticalEnum()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBorderVerticalEnum</h4> +<pre>public <a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> getBorderVerticalEnum()</pre> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderVerticalEnum()">BorderFormatting</a></code></strong></div> +<div class="block">Only valid for range borders, such as table styles</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderVerticalEnum()">getBorderVerticalEnum</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>border style</dd></dl> +</li> +</ul> +<a name="getBorderHorizontalEnum()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBorderHorizontalEnum</h4> +<pre>public <a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> getBorderHorizontalEnum()</pre> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderHorizontalEnum()">BorderFormatting</a></code></strong></div> +<div class="block">Only valid for range borders, such as table styles</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getBorderHorizontalEnum()">getBorderHorizontalEnum</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>border style</dd></dl> +</li> +</ul> +<a name="getVerticalBorderColor()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getVerticalBorderColor</h4> +<pre>public short getVerticalBorderColor()</pre> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getVerticalBorderColor()">BorderFormatting</a></code></strong></div> +<div class="block">Range internal borders. Only relevant for range styles, such as table formatting</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getVerticalBorderColor()">getVerticalBorderColor</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>color index</dd></dl> +</li> +</ul> +<a name="getVerticalBorderColorColor()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getVerticalBorderColorColor</h4> +<pre>public <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a> getVerticalBorderColorColor()</pre> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getVerticalBorderColorColor()">BorderFormatting</a></code></strong></div> +<div class="block">Range internal borders. Only relevant for range styles, such as table formatting</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getVerticalBorderColorColor()">getVerticalBorderColorColor</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>color</dd></dl> +</li> +</ul> +<a name="getHorizontalBorderColor()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getHorizontalBorderColor</h4> +<pre>public short getHorizontalBorderColor()</pre> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getHorizontalBorderColor()">BorderFormatting</a></code></strong></div> +<div class="block">Range internal borders. Only relevant for range styles, such as table formatting</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getHorizontalBorderColor()">getHorizontalBorderColor</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>color index</dd></dl> +</li> +</ul> +<a name="getHorizontalBorderColorColor()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getHorizontalBorderColorColor</h4> +<pre>public <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a> getHorizontalBorderColorColor()</pre> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getHorizontalBorderColorColor()">BorderFormatting</a></code></strong></div> +<div class="block">Range internal borders. Only relevant for range styles, such as table formatting</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#getHorizontalBorderColorColor()">getHorizontalBorderColorColor</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>color</dd></dl> +</li> +</ul> +<a name="setBorderHorizontal(org.apache.poi.ss.usermodel.BorderStyle)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBorderHorizontal</h4> +<pre>public void setBorderHorizontal(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border)</pre> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderHorizontal(org.apache.poi.ss.usermodel.BorderStyle)">BorderFormatting</a></code></strong></div> +<div class="block">Set range internal horizontal borders.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderHorizontal(org.apache.poi.ss.usermodel.BorderStyle)">setBorderHorizontal</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +</dl> +</li> +</ul> +<a name="setBorderVertical(org.apache.poi.ss.usermodel.BorderStyle)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBorderVertical</h4> +<pre>public void setBorderVertical(<a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a> border)</pre> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderVertical(org.apache.poi.ss.usermodel.BorderStyle)">BorderFormatting</a></code></strong></div> +<div class="block">Set range internal vertical borders.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setBorderVertical(org.apache.poi.ss.usermodel.BorderStyle)">setBorderVertical</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +</dl> +</li> +</ul> +<a name="setHorizontalBorderColor(short)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setHorizontalBorderColor</h4> +<pre>public void setHorizontalBorderColor(short color)</pre> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setHorizontalBorderColor(short)">BorderFormatting</a></code></strong></div> +<div class="block">Range internal border color, such as table styles</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setHorizontalBorderColor(short)">setHorizontalBorderColor</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - index</dd></dl> +</li> +</ul> +<a name="setHorizontalBorderColor(org.apache.poi.ss.usermodel.Color)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setHorizontalBorderColor</h4> +<pre>public void setHorizontalBorderColor(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</pre> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setHorizontalBorderColor(org.apache.poi.ss.usermodel.Color)">BorderFormatting</a></code></strong></div> +<div class="block">Range internal border color, such as table styles</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setHorizontalBorderColor(org.apache.poi.ss.usermodel.Color)">setHorizontalBorderColor</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - index</dd></dl> +</li> +</ul> +<a name="setHorizontalBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setHorizontalBorderColor</h4> +<pre>public void setHorizontalBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)</pre> +</li> +</ul> +<a name="setVerticalBorderColor(short)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setVerticalBorderColor</h4> +<pre>public void setVerticalBorderColor(short color)</pre> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setVerticalBorderColor(short)">BorderFormatting</a></code></strong></div> +<div class="block">Range internal border color, such as table styles</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setVerticalBorderColor(short)">setVerticalBorderColor</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - index</dd></dl> +</li> +</ul> +<a name="setVerticalBorderColor(org.apache.poi.ss.usermodel.Color)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setVerticalBorderColor</h4> +<pre>public void setVerticalBorderColor(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</pre> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setVerticalBorderColor(org.apache.poi.ss.usermodel.Color)">BorderFormatting</a></code></strong></div> +<div class="block">Range internal border color, such as table styles</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setVerticalBorderColor(org.apache.poi.ss.usermodel.Color)">setVerticalBorderColor</a></code> in interface <code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - index</dd></dl> +</li> +</ul> +<a name="setVerticalBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>setVerticalBorderColor</h4> +<pre>public void setVerticalBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)</pre> +</li> +</ul> </li> </ul> </li> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFColor.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFColor.html?rev=1797007&r1=1797006&r2=1797007&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFColor.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFColor.html Wed May 31 10:11:49 2017 @@ -247,40 +247,48 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a></code></td> -<td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getLeftBorderColorColor()">getLeftBorderColorColor</a></strong>()</code> </td> +<td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getHorizontalBorderColorColor()">getHorizontalBorderColorColor</a></strong>()</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a></code></td> +<td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getLeftBorderColorColor()">getLeftBorderColorColor</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a></code></td> <td class="colLast"><span class="strong">XSSFCellStyle.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getLeftBorderXSSFColor()">getLeftBorderXSSFColor</a></strong>()</code> <div class="block">Get the color to use for the left border</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a></code></td> <td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getRightBorderColorColor()">getRightBorderColorColor</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a></code></td> <td class="colLast"><span class="strong">XSSFCellStyle.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getRightBorderXSSFColor()">getRightBorderXSSFColor</a></strong>()</code> <div class="block">Get the color to use for the right border</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a></code></td> <td class="colLast"><span class="strong">XSSFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getTabColor()">getTabColor</a></strong>()</code> <div class="block">Get background color of the sheet tab.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a></code></td> <td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getTopBorderColorColor()">getTopBorderColorColor</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a></code></td> <td class="colLast"><span class="strong">XSSFCellStyle.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getTopBorderXSSFColor()">getTopBorderXSSFColor</a></strong>()</code> <div class="block">Get the color to use for the top border</div> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a></code></td> +<td class="colLast"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getVerticalBorderColorColor()">getVerticalBorderColorColor</a></strong>()</code> </td> +</tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a></code></td> <td class="colLast"><span class="strong">XSSFFont.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html#getXSSFColor()">getXSSFColor</a></strong>()</code> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
