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/11/08 00:36:58 UTC

svn commit: r1768613 - in /poi/site/publish/apidocs: ./ org/apache/poi/hssf/usermodel/ org/apache/poi/ss/usermodel/ org/apache/poi/ss/util/class-use/ org/apache/poi/xssf/usermodel/

Author: nick
Date: Tue Nov  8 00:36:58 2016
New Revision: 1768613

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

Modified:
    poi/site/publish/apidocs/index-all.html
    poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFConditionalFormatting.html
    poi/site/publish/apidocs/org/apache/poi/ss/usermodel/ConditionalFormatting.html
    poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormatting.html

Modified: poi/site/publish/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1768613&r1=1768612&r2=1768613&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Tue Nov  8 00:36:58 2016
@@ -69478,6 +69478,14 @@ Compound Document Format.</div>
 <dd>
 <div class="block">set whether the row has been formatted (even if its got all blank cells)</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFConditionalFormatting.html#setFormattingRanges(org.apache.poi.ss.util.CellRangeAddress[])">setFormattingRanges(CellRangeAddress[])</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFConditionalFormatting.html" title="class in org.apache.poi.hssf.usermodel">HSSFConditionalFormatting</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/ConditionalFormatting.html#setFormattingRanges(org.apache.poi.ss.util.CellRangeAddress[])">setFormattingRanges(CellRangeAddress[])</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/ConditionalFormatting.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormatting</a></dt>
+<dd>
+<div class="block">Sets the cell ranges the rule conditional formatting must be applied to.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFConditionalFormatting.html#setFormattingRanges(org.apache.poi.ss.util.CellRangeAddress[])">setFormattingRanges(CellRangeAddress[])</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFConditionalFormatting.html" title="class in org.apache.poi.xssf.usermodel">XSSFConditionalFormatting</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFConditionalFormattingThreshold.html#setFormula(java.lang.String)">setFormula(String)</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFConditionalFormattingThreshold.html" title="class in org.apache.poi.hssf.usermodel">HSSFConditionalFormattingThreshold</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html#setFormula(java.lang.String)">setFormula(String)</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormattingThreshold</a></dt>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFConditionalFormatting.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFConditionalFormatting.html?rev=1768613&r1=1768612&r2=1768613&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFConditionalFormatting.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFConditionalFormatting.html Tue Nov  8 00:36:58 2016
@@ -194,19 +194,25 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFConditionalFormatting.html#setFormattingRanges(org.apache.poi.ss.util.CellRangeAddress[])">setFormattingRanges</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>[]&nbsp;ranges)</code>
+<div class="block">Sets the cell ranges the rule conditional formatting must be applied to.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFConditionalFormatting.html#setRule(int,%20org.apache.poi.ss.usermodel.ConditionalFormattingRule)">setRule</a></strong>(int&nbsp;idx,
        <a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingRule.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormattingRule</a>&nbsp;cfRule)</code>
 <div class="block">Replaces an existing Conditional Formatting rule at position idx.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFConditionalFormatting.html#setRule(int,%20org.apache.poi.hssf.usermodel.HSSFConditionalFormattingRule)">setRule</a></strong>(int&nbsp;idx,
        <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFConditionalFormattingRule.html" title="class in org.apache.poi.hssf.usermodel">HSSFConditionalFormattingRule</a>&nbsp;cfRule)</code>
 <div class="block">Replaces an existing Conditional Formatting rule at position idx.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFConditionalFormatting.html#toString()">toString</a></strong>()</code>&nbsp;</td>
 </tr>
@@ -245,6 +251,21 @@ implements <a href="../../../../../org/a
 <dt><span class="strong">Returns:</span></dt><dd>array of <tt>CellRangeAddress</tt>s. never <code>null</code></dd></dl>
 </li>
 </ul>
+<a name="setFormattingRanges(org.apache.poi.ss.util.CellRangeAddress[])">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setFormattingRanges</h4>
+<pre>public&nbsp;void&nbsp;setFormattingRanges(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>[]&nbsp;ranges)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormatting.html#setFormattingRanges(org.apache.poi.ss.util.CellRangeAddress[])">ConditionalFormatting</a></code></strong></div>
+<div class="block">Sets the cell ranges the rule conditional formatting must be applied to.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormatting.html#setFormattingRanges(org.apache.poi.ss.util.CellRangeAddress[])">setFormattingRanges</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormatting.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormatting</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>ranges</code> - non-null array of <tt>CellRangeAddress</tt>s</dd></dl>
+</li>
+</ul>
 <a name="setRule(int, org.apache.poi.hssf.usermodel.HSSFConditionalFormattingRule)">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/ConditionalFormatting.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/ConditionalFormatting.html?rev=1768613&r1=1768612&r2=1768613&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/ConditionalFormatting.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/ConditionalFormatting.html Tue Nov  8 00:36:58 2016
@@ -179,6 +179,12 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormatting.html#setFormattingRanges(org.apache.poi.ss.util.CellRangeAddress[])">setFormattingRanges</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>[]&nbsp;ranges)</code>
+<div class="block">Sets the cell ranges the rule conditional formatting must be applied to.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormatting.html#setRule(int,%20org.apache.poi.ss.usermodel.ConditionalFormattingRule)">setRule</a></strong>(int&nbsp;idx,
        <a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingRule.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormattingRule</a>&nbsp;cfRule)</code>
 <div class="block">Replaces an existing Conditional Formatting rule at position idx.</div>
@@ -209,6 +215,17 @@
 <dl><dt><span class="strong">Returns:</span></dt><dd>array of <tt>CellRangeAddress</tt>s. Never <code>null</code></dd></dl>
 </li>
 </ul>
+<a name="setFormattingRanges(org.apache.poi.ss.util.CellRangeAddress[])">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setFormattingRanges</h4>
+<pre>void&nbsp;setFormattingRanges(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>[]&nbsp;ranges)</pre>
+<div class="block">Sets the cell ranges the rule conditional formatting must be applied to.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ranges</code> - non-null array of <tt>CellRangeAddress</tt>s</dd></dl>
+</li>
+</ul>
 <a name="setRule(int, org.apache.poi.ss.usermodel.ConditionalFormattingRule)">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html?rev=1768613&r1=1768612&r2=1768613&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html Tue Nov  8 00:36:58 2016
@@ -508,10 +508,14 @@ HSSF concepts.</div>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">HSSFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html#setRepeatingColumns(org.apache.poi.ss.util.CellRangeAddress)">setRepeatingColumns</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;columnRangeRef)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">HSSFConditionalFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFConditionalFormatting.html#setFormattingRanges(org.apache.poi.ss.util.CellRangeAddress[])">setFormattingRanges</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>[]&nbsp;ranges)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">HSSFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html#setRepeatingColumns(org.apache.poi.ss.util.CellRangeAddress)">setRepeatingColumns</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;columnRangeRef)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="strong">HSSFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html#setRepeatingRows(org.apache.poi.ss.util.CellRangeAddress)">setRepeatingRows</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;rowRangeRef)</code>&nbsp;</td>
 </tr>
 </tbody>
@@ -718,12 +722,18 @@ HSSF concepts.</div>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">ConditionalFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/ConditionalFormatting.html#setFormattingRanges(org.apache.poi.ss.util.CellRangeAddress[])">setFormattingRanges</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>[]&nbsp;ranges)</code>
+<div class="block">Sets the cell ranges the rule conditional formatting must be applied to.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="strong">Sheet.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/Sheet.html#setRepeatingColumns(org.apache.poi.ss.util.CellRangeAddress)">setRepeatingColumns</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;columnRangeRef)</code>
 <div class="block">Sets the repeating columns used when printing the sheet, as found in 
  File-&gt;PageSetup-&gt;Sheet.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="strong">Sheet.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/Sheet.html#setRepeatingRows(org.apache.poi.ss.util.CellRangeAddress)">setRepeatingRows</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;rowRangeRef)</code>
 <div class="block">Sets the repeating rows used when printing the sheet, as found in 
@@ -1353,10 +1363,14 @@ HSSF concepts.</div>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">XSSFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#setRepeatingColumns(org.apache.poi.ss.util.CellRangeAddress)">setRepeatingColumns</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;columnRangeRef)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">XSSFConditionalFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormatting.html#setFormattingRanges(org.apache.poi.ss.util.CellRangeAddress[])">setFormattingRanges</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>[]&nbsp;ranges)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">XSSFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#setRepeatingColumns(org.apache.poi.ss.util.CellRangeAddress)">setRepeatingColumns</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;columnRangeRef)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="strong">XSSFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#setRepeatingRows(org.apache.poi.ss.util.CellRangeAddress)">setRepeatingRows</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;rowRangeRef)</code>&nbsp;</td>
 </tr>
 </tbody>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormatting.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormatting.html?rev=1768613&r1=1768612&r2=1768613&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormatting.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormatting.html Tue Nov  8 00:36:58 2016
@@ -141,12 +141,18 @@ 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/XSSFConditionalFormatting.html#setFormattingRanges(org.apache.poi.ss.util.CellRangeAddress[])">setFormattingRanges</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>[]&nbsp;ranges)</code>
+<div class="block">Sets the cell ranges the rule conditional formatting must be applied to.</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/XSSFConditionalFormatting.html#setRule(int,%20org.apache.poi.ss.usermodel.ConditionalFormattingRule)">setRule</a></strong>(int&nbsp;idx,
        <a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingRule.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormattingRule</a>&nbsp;cfRule)</code>
 <div class="block">Replaces an existing Conditional Formatting rule at position idx.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormatting.html#toString()">toString</a></strong>()</code>&nbsp;</td>
 </tr>
@@ -185,6 +191,21 @@ implements <a href="../../../../../org/a
 <dt><span class="strong">Returns:</span></dt><dd>array of <tt>CellRangeAddress</tt>s. Never <code>null</code></dd></dl>
 </li>
 </ul>
+<a name="setFormattingRanges(org.apache.poi.ss.util.CellRangeAddress[])">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setFormattingRanges</h4>
+<pre>public&nbsp;void&nbsp;setFormattingRanges(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>[]&nbsp;ranges)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormatting.html#setFormattingRanges(org.apache.poi.ss.util.CellRangeAddress[])">ConditionalFormatting</a></code></strong></div>
+<div class="block">Sets the cell ranges the rule conditional formatting must be applied to.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormatting.html#setFormattingRanges(org.apache.poi.ss.util.CellRangeAddress[])">setFormattingRanges</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormatting.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormatting</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>ranges</code> - non-null array of <tt>CellRangeAddress</tt>s</dd></dl>
+</li>
+</ul>
 <a name="setRule(int, org.apache.poi.ss.usermodel.ConditionalFormattingRule)">
 <!--   -->
 </a>



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