You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2016/06/13 09:17:28 UTC

svn commit: r1748147 [2/4] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/hslf/blip/ apidocs/org/apache/poi/ss/usermodel/ apidocs/org/apache/poi/ss/usermodel/class-use/ apidocs/org/apache/poi/ss/util/ apidocs/org/apache/poi/ss/util/class-us...

Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-use.html?rev=1748147&r1=1748146&r2=1748147&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-use.html Mon Jun 13 09:17:27 2016
@@ -957,43 +957,50 @@ HSSF concepts.</div>
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/ss/usermodel/class-use/BorderStyle.html#org.apache.poi.ss.util">BorderStyle</a>
+<div class="block">The enumeration value indicating the line style of a border in a cell,
+ i.e., whether it is bordered dash dot, dash dot dot, dashed, dotted, double, hair, medium, 
+ medium dash dot, medium dash dot dot, medium dashed, none, slant dash dot, thick or thin.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/usermodel/class-use/Cell.html#org.apache.poi.ss.util">Cell</a>
 <div class="block">High level representation of a cell in a row of a spreadsheet.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/usermodel/class-use/CellRange.html#org.apache.poi.ss.util">CellRange</a>
 <div class="block">Represents a rectangular region of a <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel"><code>Sheet</code></a></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/usermodel/class-use/CellStyle.html#org.apache.poi.ss.util">CellStyle</a>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/usermodel/class-use/DataFormatter.html#org.apache.poi.ss.util">DataFormatter</a>
 <div class="block">DataFormatter contains methods for formatting the value stored in an
  Cell.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/usermodel/class-use/Font.html#org.apache.poi.ss.util">Font</a>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/usermodel/class-use/Picture.html#org.apache.poi.ss.util">Picture</a>
 <div class="block">Repersents a picture in a SpreadsheetML document</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/usermodel/class-use/Row.html#org.apache.poi.ss.util">Row</a>
 <div class="block">High level representation of a row of a spreadsheet.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/usermodel/class-use/Sheet.html#org.apache.poi.ss.util">Sheet</a>
 <div class="block">High level representation of a Excel worksheet.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/usermodel/class-use/Workbook.html#org.apache.poi.ss.util">Workbook</a>
 <div class="block">High level representation of a Excel workbook.</div>
 </td>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/AreaReference.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/AreaReference.html?rev=1748147&r1=1748146&r2=1748147&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/AreaReference.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/AreaReference.html Mon Jun 13 09:17:27 2016
@@ -35,7 +35,7 @@
 <div class="subNav">
 <ul class="navList">
 <li>Prev Class</li>
-<li><a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html" title="class in org.apache.poi.ss.util"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/ss/util/AreaReference.html" target="_top">Frames</a></li>
@@ -459,7 +459,7 @@ public&nbsp;AreaReference(java.lang.Stri
 <div class="subNav">
 <ul class="navList">
 <li>Prev Class</li>
-<li><a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html" title="class in org.apache.poi.ss.util"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/ss/util/AreaReference.html" target="_top">Frames</a></li>

Added: poi/site/publish/apidocs/org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html?rev=1748147&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html Mon Jun 13 09:17:27 2016
@@ -0,0 +1,534 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>BorderPropertyTemplate.BorderExtent (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="BorderPropertyTemplate.BorderExtent (POI API Documentation)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/BorderPropertyTemplate.BorderExtent.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html" title="class in org.apache.poi.ss.util"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" target="_top">Frames</a></li>
+<li><a href="BorderPropertyTemplate.BorderExtent.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.poi.ss.util</div>
+<h2 title="Enum BorderPropertyTemplate.BorderExtent" class="title">Enum BorderPropertyTemplate.BorderExtent</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Enum&lt;<a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a>&gt;</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.ss.util.BorderPropertyTemplate.BorderExtent</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a>&gt;</dd>
+</dl>
+<dl>
+<dt>Enclosing class:</dt>
+<dd><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html" title="class in org.apache.poi.ss.util">BorderPropertyTemplate</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public static enum <span class="strong">BorderPropertyTemplate.BorderExtent</span>
+extends java.lang.Enum&lt;<a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a>&gt;</pre>
+<div class="block">Provides various extents of the properties being added to the template
+ Note that the Border BorderExtent differs from a BorderStyle. A BorderStyle 
+ refers to the border around a single cell while a BorderExtent refers to
+ borders around and through an area of cells.</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>3.15 beta 2</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== ENUM CONSTANT SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum_constant_summary">
+<!--   -->
+</a>
+<h3>Enum Constant Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
+<caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Enum Constant and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html#ALL">ALL</a></strong></code>
+<div class="block">All borders, that is top, bottom, left and right, including interior
+ borders for the range.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html#BOTTOM">BOTTOM</a></strong></code>
+<div class="block">This is just the bottom border for the range.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html#HORIZONTAL">HORIZONTAL</a></strong></code>
+<div class="block">This is all horizontal borders for the range, including interior and
+ outside borders.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html#INSIDE">INSIDE</a></strong></code>
+<div class="block">All inside borders.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html#INSIDE_HORIZONTAL">INSIDE_HORIZONTAL</a></strong></code>
+<div class="block">This is just the interior horizontal borders for the range.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html#INSIDE_VERTICAL">INSIDE_VERTICAL</a></strong></code>
+<div class="block">This is just the interior vertical borders for the range.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html#LEFT">LEFT</a></strong></code>
+<div class="block">This is just the left border for the range, no interior borders will
+ be produced.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html#NONE">NONE</a></strong></code>
+<div class="block">No properties defined.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html#OUTSIDE">OUTSIDE</a></strong></code>
+<div class="block">All outside borders.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html#OUTSIDE_HORIZONTAL">OUTSIDE_HORIZONTAL</a></strong></code>
+<div class="block">This is just the outside horizontal borders for the range.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html#OUTSIDE_VERTICAL">OUTSIDE_VERTICAL</a></strong></code>
+<div class="block">This is just the outside vertical borders for the range.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html#RIGHT">RIGHT</a></strong></code>
+<div class="block">This is just the right border for the range, no interior borders will
+ be produced.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html#TOP">TOP</a></strong></code>
+<div class="block">This is just the top border for the range.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html#VERTICAL">VERTICAL</a></strong></code>
+<div class="block">This is all vertical borders for the range, including interior and
+ outside borders.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code>
+<div class="block">Returns the enum constant of this type with the specified name.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html#values()">values</a></strong>()</code>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Enum</h3>
+<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ ENUM CONSTANT DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum_constant_detail">
+<!--   -->
+</a>
+<h3>Enum Constant Detail</h3>
+<a name="NONE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>NONE</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a> NONE</pre>
+<div class="block">No properties defined. This can be used to remove existing
+ properties.</div>
+</li>
+</ul>
+<a name="ALL">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ALL</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a> ALL</pre>
+<div class="block">All borders, that is top, bottom, left and right, including interior
+ borders for the range. Does not include diagonals which are different
+ and not implemented here.</div>
+</li>
+</ul>
+<a name="INSIDE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>INSIDE</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a> INSIDE</pre>
+<div class="block">All inside borders. This is top, bottom, left, and right borders, but
+ restricted to the interior borders for the range. For a range of one
+ cell, this will produce no borders.</div>
+</li>
+</ul>
+<a name="OUTSIDE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>OUTSIDE</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a> OUTSIDE</pre>
+<div class="block">All outside borders. That is top, bottom, left and right borders that
+ bound the range only.</div>
+</li>
+</ul>
+<a name="TOP">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>TOP</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a> TOP</pre>
+<div class="block">This is just the top border for the range. No interior borders will
+ be produced.</div>
+</li>
+</ul>
+<a name="BOTTOM">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>BOTTOM</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a> BOTTOM</pre>
+<div class="block">This is just the bottom border for the range. No interior borders
+ will be produced.</div>
+</li>
+</ul>
+<a name="LEFT">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>LEFT</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a> LEFT</pre>
+<div class="block">This is just the left border for the range, no interior borders will
+ be produced.</div>
+</li>
+</ul>
+<a name="RIGHT">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>RIGHT</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a> RIGHT</pre>
+<div class="block">This is just the right border for the range, no interior borders will
+ be produced.</div>
+</li>
+</ul>
+<a name="HORIZONTAL">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>HORIZONTAL</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a> HORIZONTAL</pre>
+<div class="block">This is all horizontal borders for the range, including interior and
+ outside borders.</div>
+</li>
+</ul>
+<a name="INSIDE_HORIZONTAL">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>INSIDE_HORIZONTAL</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a> INSIDE_HORIZONTAL</pre>
+<div class="block">This is just the interior horizontal borders for the range.</div>
+</li>
+</ul>
+<a name="OUTSIDE_HORIZONTAL">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>OUTSIDE_HORIZONTAL</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a> OUTSIDE_HORIZONTAL</pre>
+<div class="block">This is just the outside horizontal borders for the range.</div>
+</li>
+</ul>
+<a name="VERTICAL">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>VERTICAL</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a> VERTICAL</pre>
+<div class="block">This is all vertical borders for the range, including interior and
+ outside borders.</div>
+</li>
+</ul>
+<a name="INSIDE_VERTICAL">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>INSIDE_VERTICAL</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a> INSIDE_VERTICAL</pre>
+<div class="block">This is just the interior vertical borders for the range.</div>
+</li>
+</ul>
+<a name="OUTSIDE_VERTICAL">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>OUTSIDE_VERTICAL</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a> OUTSIDE_VERTICAL</pre>
+<div class="block">This is just the outside vertical borders for the range.</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="values()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>values</h4>
+<pre>public static&nbsp;<a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a>[]&nbsp;values()</pre>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.  This method may be used to iterate
+over the constants as follows:
+<pre>
+for (BorderPropertyTemplate.BorderExtent c : BorderPropertyTemplate.BorderExtent.values())
+&nbsp;   System.out.println(c);
+</pre></div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl>
+</li>
+</ul>
+<a name="valueOf(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>valueOf</h4>
+<pre>public static&nbsp;<a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre>
+<div class="block">Returns the enum constant of this type with the specified name.
+The string must match <i>exactly</i> an identifier used to declare an
+enum constant in this type.  (Extraneous whitespace characters are 
+not permitted.)</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd>
+<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/BorderPropertyTemplate.BorderExtent.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html" title="class in org.apache.poi.ss.util"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" target="_top">Frames</a></li>
+<li><a href="BorderPropertyTemplate.BorderExtent.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2016 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Added: poi/site/publish/apidocs/org/apache/poi/ss/util/BorderPropertyTemplate.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/BorderPropertyTemplate.html?rev=1748147&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/BorderPropertyTemplate.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/BorderPropertyTemplate.html Mon Jun 13 09:17:27 2016
@@ -0,0 +1,477 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>BorderPropertyTemplate (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="BorderPropertyTemplate (POI API Documentation)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/BorderPropertyTemplate.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/poi/ss/util/AreaReference.html" title="class in org.apache.poi.ss.util"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/ss/util/BorderPropertyTemplate.html" target="_top">Frames</a></li>
+<li><a href="BorderPropertyTemplate.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.poi.ss.util</div>
+<h2 title="Class BorderPropertyTemplate" class="title">Class BorderPropertyTemplate</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.ss.util.BorderPropertyTemplate</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre><a href="../../../../../org/apache/poi/util/Beta.html" title="annotation in org.apache.poi.util">@Beta</a>
+public final class <span class="strong">BorderPropertyTemplate</span>
+extends java.lang.Object</pre>
+<div class="block"><p>
+ A BorderPropertyTemplate is a template that can be applied to any sheet in
+ a project. It contains all the border type and color attributes needed to
+ draw all the borders for a single sheet. That template can be applied to any
+ sheet in any workbook.
+ 
+ <p>
+ This class requires the full spreadsheet to be in memory so
+ <a href="../../../../../org/apache/poi/xssf/streaming/SXSSFWorkbook.html" title="class in org.apache.poi.xssf.streaming"><code>SXSSFWorkbook</code></a> spreadsheets may not work. The same
+ BorderPropertyTemplate can be reused on different types of workbooks, such as
+ <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel"><code>HSSFWorkbook</code></a> and
+ <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel"><code>XSSFWorkbook</code></a> instances.
+ Portions of the border that fall outside the max range of the
+ sheet are ignored.
+ </p>
+ 
+ <p>
+ This may be merged with <a href="../../../../../org/apache/poi/ss/util/RegionUtil.html" title="class in org.apache.poi.ss.util"><code>RegionUtil</code></a> in the future.
+ </p></div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>3.15 beta 2</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested_class_summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
+<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a></strong></code>
+<div class="block">Provides various extents of the properties being added to the template
+ Note that the Border BorderExtent differs from a BorderStyle.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html#BorderPropertyTemplate()">BorderPropertyTemplate</a></strong>()</code>
+<div class="block">Create a new Border Property Template to stage border formatting changes to a spreadsheet</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html#BorderPropertyTemplate(org.apache.poi.ss.util.BorderPropertyTemplate)">BorderPropertyTemplate</a></strong>(<a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html" title="class in org.apache.poi.ss.util">BorderPropertyTemplate</a>&nbsp;prototype)</code>
+<div class="block">Copy constructor
+
+ Create a template from an existing template.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html#applyBorders(org.apache.poi.ss.usermodel.Sheet)">applyBorders</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a>&nbsp;sheet)</code>
+<div class="block">Applies the drawn borders to a Sheet.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html#drawBorderColors(org.apache.poi.ss.util.CellRangeAddress,%20short,%20org.apache.poi.ss.util.BorderPropertyTemplate.BorderExtent)">drawBorderColors</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;range,
+                short&nbsp;color,
+                <a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a>&nbsp;extent)</code>
+<div class="block">Sets the color for a group of cell borders for a cell range to the border property template.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html#drawBorders(org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.BorderPropertyTemplate.BorderExtent)">drawBorders</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;range,
+           <a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;borderType,
+           <a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a>&nbsp;extent)</code>
+<div class="block">Add a group of cell borders for a cell range to the border property template.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html#drawColoredBorders(org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.BorderStyle,%20short,%20org.apache.poi.ss.util.BorderPropertyTemplate.BorderExtent)">drawColoredBorders</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;range,
+                  <a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;borderType,
+                  short&nbsp;color,
+                  <a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a>&nbsp;extent)</code>
+<div class="block">Add a group of cell borders and colors for a cell range to the border property template.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html#getNumBorderColors(org.apache.poi.ss.util.CellAddress)">getNumBorderColors</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;cell)</code>
+<div class="block">Retrieves the number of border colors assigned to a cell</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html#getNumBorders(org.apache.poi.ss.util.CellAddress)">getNumBorders</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;cell)</code>
+<div class="block">Retrieves the number of borders assigned to a cell (a value between 0 and 4)</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html#getTemplateProperty(org.apache.poi.ss.util.CellAddress,%20java.lang.String)">getTemplateProperty</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;cell,
+                   java.lang.String&nbsp;property)</code>
+<div class="block">Retrieves the border style for a given cell</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="BorderPropertyTemplate()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>BorderPropertyTemplate</h4>
+<pre>public&nbsp;BorderPropertyTemplate()</pre>
+<div class="block">Create a new Border Property Template to stage border formatting changes to a spreadsheet</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>3.15 beta 2</dd></dl>
+</li>
+</ul>
+<a name="BorderPropertyTemplate(org.apache.poi.ss.util.BorderPropertyTemplate)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>BorderPropertyTemplate</h4>
+<pre>public&nbsp;BorderPropertyTemplate(<a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html" title="class in org.apache.poi.ss.util">BorderPropertyTemplate</a>&nbsp;prototype)</pre>
+<div class="block">Copy constructor
+
+ Create a template from an existing template.
+ Changes made to either template do not affect the other template.</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>3.15 beta 2</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="drawBorders(org.apache.poi.ss.util.CellRangeAddress, org.apache.poi.ss.usermodel.BorderStyle, org.apache.poi.ss.util.BorderPropertyTemplate.BorderExtent)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>drawBorders</h4>
+<pre>public&nbsp;void&nbsp;drawBorders(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;range,
+               <a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;borderType,
+               <a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a>&nbsp;extent)</pre>
+<div class="block">Add a group of cell borders for a cell range to the border property template.
+ The borders are not applied to the cells at this time, just the template is drawn
+ (<code>drawBorders</code> stages changes using the border property template).
+ To apply the drawn borders to a sheet, use <a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html#applyBorders(org.apache.poi.ss.usermodel.Sheet)"><code>applyBorders(org.apache.poi.ss.usermodel.Sheet)</code></a>.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>range</code> - range of cells on which borders are drawn.</dd><dd><code>borderType</code> - Type of border to draw.</dd><dd><code>extent</code> - BorderExtent of the borders to be applied.</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.15 beta 2</dd></dl>
+</li>
+</ul>
+<a name="drawColoredBorders(org.apache.poi.ss.util.CellRangeAddress, org.apache.poi.ss.usermodel.BorderStyle, short, org.apache.poi.ss.util.BorderPropertyTemplate.BorderExtent)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>drawColoredBorders</h4>
+<pre>public&nbsp;void&nbsp;drawColoredBorders(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;range,
+                      <a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel">BorderStyle</a>&nbsp;borderType,
+                      short&nbsp;color,
+                      <a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a>&nbsp;extent)</pre>
+<div class="block">Add a group of cell borders and colors for a cell range to the border property template.
+ The borders are not applied to the cells at this time, just the template is drawn
+ (<code>drawBorders</code> stages changes using the border property template).
+ To apply the drawn borders to a sheet, use <a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html#applyBorders(org.apache.poi.ss.usermodel.Sheet)"><code>applyBorders(org.apache.poi.ss.usermodel.Sheet)</code></a>.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>range</code> - range of cells on which borders are drawn.</dd><dd><code>borderType</code> - Type of border to draw.</dd><dd><code>color</code> - Color index from <a href="../../../../../org/apache/poi/ss/usermodel/IndexedColors.html" title="enum in org.apache.poi.ss.usermodel"><code>IndexedColors</code></a> used to draw the borders.</dd><dd><code>extent</code> - BorderExtent of the borders to be applied.</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.15 beta 2</dd></dl>
+</li>
+</ul>
+<a name="applyBorders(org.apache.poi.ss.usermodel.Sheet)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>applyBorders</h4>
+<pre>public&nbsp;void&nbsp;applyBorders(<a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a>&nbsp;sheet)</pre>
+<div class="block">Applies the drawn borders to a Sheet. The borders that are applied are
+ the ones that have been drawn by <a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html#drawColoredBorders(org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.BorderStyle,%20short,%20org.apache.poi.ss.util.BorderPropertyTemplate.BorderExtent)"><code>drawColoredBorders(org.apache.poi.ss.util.CellRangeAddress, org.apache.poi.ss.usermodel.BorderStyle, short, org.apache.poi.ss.util.BorderPropertyTemplate.BorderExtent)</code></a>, <a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html#drawBorders(org.apache.poi.ss.util.CellRangeAddress,%20org.apache.poi.ss.usermodel.BorderStyle,%20org.apache.poi.ss.util.BorderPropertyTemplate.BorderExtent)"><code>drawBorders(org.apache.poi.ss.util.CellRangeAddress, org.apache.poi.ss.usermodel.BorderStyle, org.apache.poi.ss.util.BorderPropertyTemplate.BorderExtent)</code></a> and
+ <a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html#drawBorderColors(org.apache.poi.ss.util.CellRangeAddress,%20short,%20org.apache.poi.ss.util.BorderPropertyTemplate.BorderExtent)"><code>drawBorderColors(org.apache.poi.ss.util.CellRangeAddress, short, org.apache.poi.ss.util.BorderPropertyTemplate.BorderExtent)</code></a>.
+ The same border property template can be applied to multiple sheets
+ from the same or different workbooks.
+
+ If the border property template contains cell addresses outside the valid range
+ of <code>sheet</code>, borders for those cell addresses are quietly ignored and
+ not applied to <code>sheet</code>.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>sheet</code> - Sheet on which to apply borders</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.15 beta 2</dd></dl>
+</li>
+</ul>
+<a name="drawBorderColors(org.apache.poi.ss.util.CellRangeAddress, short, org.apache.poi.ss.util.BorderPropertyTemplate.BorderExtent)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>drawBorderColors</h4>
+<pre>public&nbsp;void&nbsp;drawBorderColors(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;range,
+                    short&nbsp;color,
+                    <a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util">BorderPropertyTemplate.BorderExtent</a>&nbsp;extent)</pre>
+<div class="block">Sets the color for a group of cell borders for a cell range to the border property template.
+ The borders are not applied to the cells at this time, just the template is drawn
+ (<code>drawBorders</code> stages changes using the border property template).
+ If the borders do not exist, a <a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html#THIN"><code>BorderStyle.THIN</code></a> border is used.
+ To apply the drawn borders to a sheet, use <a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.html#applyBorders(org.apache.poi.ss.usermodel.Sheet)"><code>applyBorders(org.apache.poi.ss.usermodel.Sheet)</code></a>.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>range</code> - range of cells on which colors are set.</dd><dd><code>color</code> - Color index from <a href="../../../../../org/apache/poi/ss/usermodel/IndexedColors.html" title="enum in org.apache.poi.ss.usermodel"><code>IndexedColors</code></a> used to draw the borders.</dd><dd><code>extent</code> - BorderExtent of the borders for which colors are set.</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.15 beta 2</dd></dl>
+</li>
+</ul>
+<a name="getNumBorders(org.apache.poi.ss.util.CellAddress)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getNumBorders</h4>
+<pre>public&nbsp;int&nbsp;getNumBorders(<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;cell)</pre>
+<div class="block">Retrieves the number of borders assigned to a cell (a value between 0 and 4)</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>cell</code> - the cell to count the number of borders on</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.15 beta 2</dd></dl>
+</li>
+</ul>
+<a name="getNumBorderColors(org.apache.poi.ss.util.CellAddress)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getNumBorderColors</h4>
+<pre>public&nbsp;int&nbsp;getNumBorderColors(<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;cell)</pre>
+<div class="block">Retrieves the number of border colors assigned to a cell</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>cell</code> - </dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.15 beta 2</dd></dl>
+</li>
+</ul>
+<a name="getTemplateProperty(org.apache.poi.ss.util.CellAddress, java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getTemplateProperty</h4>
+<pre>public&nbsp;java.lang.Object&nbsp;getTemplateProperty(<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;cell,
+                                   java.lang.String&nbsp;property)</pre>
+<div class="block">Retrieves the border style for a given cell</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>cell</code> - The cell to get a template property from.</dd><dd><code>property</code> - The template property to get from the BorderPropertyTemplate. Example: <a href="../../../../../org/apache/poi/ss/util/CellUtil.html#BORDER_TOP"><code>CellUtil.BORDER_TOP</code></a>.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>The stored template property. If property has not be set on the BorderPropertyTemplate, returns <code>null</code>.</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.15 beta 2</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/BorderPropertyTemplate.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/poi/ss/util/AreaReference.html" title="class in org.apache.poi.ss.util"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/ss/util/BorderPropertyTemplate.html" target="_top">Frames</a></li>
+<li><a href="BorderPropertyTemplate.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2016 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/CellAddress.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/CellAddress.html?rev=1748147&r1=1748146&r2=1748147&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/CellAddress.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/CellAddress.html Mon Jun 13 09:17:27 2016
@@ -34,7 +34,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/ss/util/AreaReference.html" title="class in org.apache.poi.ss.util"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -433,7 +433,7 @@ implements java.lang.Comparable&lt;<a hr
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/ss/util/AreaReference.html" title="class in org.apache.poi.ss.util"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/ss/util/BorderPropertyTemplate.BorderExtent.html" title="enum in org.apache.poi.ss.util"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">



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