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/08/01 00:18:11 UTC

svn commit: r1754695 - /poi/site/publish/apidocs/org/apache/poi/ss/util/CellStyleTemplate.html

Author: nick
Date: Mon Aug  1 00:18:11 2016
New Revision: 1754695

URL: http://svn.apache.org/viewvc?rev=1754695&view=rev
Log:
Republish javadocs

Modified:
    poi/site/publish/apidocs/org/apache/poi/ss/util/CellStyleTemplate.html

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/CellStyleTemplate.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/CellStyleTemplate.html?rev=1754695&r1=1754694&r2=1754695&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/CellStyleTemplate.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/CellStyleTemplate.html Mon Aug  1 00:18:11 2016
@@ -103,7 +103,7 @@ extends java.lang.Object</pre>
  sheet in any workbook.
  
  This class requires the full spreadsheet to be in memory so
- <code>SWorkbook</code> Spreadsheets are not supported. The same
+ <code>SXSSFWorkbook</code> Spreadsheets are not supported. The same
  <a href="../../../../../org/apache/poi/ss/util/CellStyleTemplate.html" title="class in org.apache.poi.ss.util"><code>CellStyleTemplate</code></a> can, however, be applied to both
  <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel"><code>HSSFWorkbook</code></a>, and Workbook objects
  if necessary. Portions of the border that fall outside the max range of the
@@ -291,8 +291,7 @@ extends java.lang.Object</pre>
  applied to the cells at this time, just the template is drawn. To apply
  the drawn borders to a sheet, use <a href="../../../../../org/apache/poi/ss/util/CellStyleTemplate.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> - - <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util"><code>CellRangeAddress</code></a> range of cells on which borders are
-            drawn.</dd><dd><code>borderStyle</code> - - Type of border to draw. <a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel"><code>BorderStyle</code></a>.</dd><dd><code>extent</code> - - <code>CellStyleTemplate.BorderExtent</code> of the borders to be
-            applied.</dd></dl>
+            drawn.</dd><dd><code>borderStyle</code> - - Type of border to draw. <a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel"><code>BorderStyle</code></a>.</dd><dd><code>extent</code> - - <a href="../../../../../org/apache/poi/ss/util/BorderExtent.html" title="enum in org.apache.poi.ss.util"><code>BorderExtent</code></a> of the borders to be applied.</dd></dl>
 </li>
 </ul>
 <a name="drawBorders(org.apache.poi.ss.util.CellRangeAddress, org.apache.poi.ss.usermodel.BorderStyle, short, org.apache.poi.ss.util.BorderExtent)">
@@ -310,7 +309,7 @@ extends java.lang.Object</pre>
  the drawn borders to a sheet, use <a href="../../../../../org/apache/poi/ss/util/CellStyleTemplate.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> - - <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util"><code>CellRangeAddress</code></a> range of cells on which borders are
             drawn.</dd><dd><code>borderStyle</code> - - Type of border to draw. <a href="../../../../../org/apache/poi/ss/usermodel/BorderStyle.html" title="enum in org.apache.poi.ss.usermodel"><code>BorderStyle</code></a>.</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. Ignored if extent is <code>BorderExtent.NONE</code>.</dd><dd><code>extent</code> - - <a href="../../../../../org/apache/poi/ss/util/BorderExtent.html" title="enum in org.apache.poi.ss.util"><code>BorderExtent</code></a> of the borders to be applied.</dd></dl>
+            borders. Ignored if extent is <a href="../../../../../org/apache/poi/ss/util/BorderExtent.html#NONE"><code>BorderExtent.NONE</code></a>.</dd><dd><code>extent</code> - - <a href="../../../../../org/apache/poi/ss/util/BorderExtent.html" title="enum in org.apache.poi.ss.util"><code>BorderExtent</code></a> of the borders to be applied.</dd></dl>
 </li>
 </ul>
 <a name="applyBorders(org.apache.poi.ss.usermodel.Sheet)">
@@ -341,8 +340,7 @@ extends java.lang.Object</pre>
  drawn borders to a sheet, use <a href="../../../../../org/apache/poi/ss/util/CellStyleTemplate.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> - - <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util"><code>CellRangeAddress</code></a> 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> - - <code>CellStyleTemplate.BorderExtent</code> of the borders for which
-            colors are set.</dd></dl>
+            borders.</dd><dd><code>extent</code> - - <a href="../../../../../org/apache/poi/ss/util/BorderExtent.html" title="enum in org.apache.poi.ss.util"><code>BorderExtent</code></a> of the borders for which colors are set.</dd></dl>
 </li>
 </ul>
 <a name="getNumBorders(org.apache.poi.ss.util.CellAddress)">



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