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 2015/07/20 07:04:30 UTC

svn commit: r1691874 [1/3] - in /poi/site/publish/apidocs/org/apache/poi/xssf/usermodel: ./ class-use/

Author: nick
Date: Mon Jul 20 05:04:29 2015
New Revision: 1691874

URL: http://svn.apache.org/r1691874
Log:
Republish javadocs

Added:
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDataBarFormatting.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFIconMultiStateFormatting.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFColorScaleFormatting.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFConditionalFormattingThreshold.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFDataBarFormatting.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFIconMultiStateFormatting.html
Modified:
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColor.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFComment.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConnector.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCreationHelper.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDataFormat.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFHyperlink.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFMap.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheetConditionalFormatting.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFColor.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFConditionalFormattingRule.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-frame.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-summary.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-tree.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColor.html?rev=1691874&r1=1691873&r2=1691874&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColor.html Mon Jul 20 05:04:29 2015
@@ -35,7 +35,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFClientAnchor.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/xssf/usermodel/XSSFColor.html" target="_top">Frames</a></li>
@@ -85,10 +85,15 @@
 <li>java.lang.Object</li>
 <li>
 <ul class="inheritance">
+<li><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel.ExtendedColor</a></li>
+<li>
+<ul class="inheritance">
 <li>org.apache.poi.xssf.usermodel.XSSFColor</li>
 </ul>
 </li>
 </ul>
+</li>
+</ul>
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
@@ -99,8 +104,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">XSSFColor</span>
-extends java.lang.Object
-implements <a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a></pre>
+extends <a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></pre>
 <div class="block">Represents a color in SpreadsheetML</div>
 </li>
 </ul>
@@ -157,13 +161,15 @@ implements <a href="../../../../../org/a
 <tr class="rowColor">
 <td class="colFirst"><code>byte[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getARgb()">getARgb</a></strong>()</code>
-<div class="block">Standard Alpha Red Green Blue ctColor value (ARGB).</div>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>Use <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getARGB()"><code>getARGB()</code></a></i></div>
+</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getARGBHex()">getARGBHex</a></strong>()</code>
-<div class="block">Return the ARGB value in hex format, eg FF00FF00.</div>
+<td class="colFirst"><code>byte[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getARGB()">getARGB</a></strong>()</code>
+<div class="block">Standard Alpha Red Green Blue ctColor value (ARGB).</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -174,13 +180,27 @@ 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/XSSFColor.html#getIndexed()">getIndexed</a></strong>()</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getIndex()">getIndex</a></strong>()</code>
 <div class="block">Indexed ctColor value.</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/XSSFColor.html#getIndexed()">getIndexed</a></strong>()</code>
+<div class="block">Indexed ctColor value.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>byte[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getRgb()">getRgb</a></strong>()</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>use <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getRGB()"><code>getRGB()</code></a></i></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>byte[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getRGB()">getRGB</a></strong>()</code>
 <div class="block">Standard Red Green Blue ctColor value (RGB).</div>
 </td>
 </tr>
@@ -191,28 +211,52 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>protected byte[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getStoredRBG()">getStoredRBG</a></strong>()</code>
+<div class="block">RGB or ARGB or null</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getTheme()">getTheme</a></strong>()</code>
 <div class="block">Index into the <clrScheme> collection, referencing a particular <sysClr> or
   <srgbClr> value expressed in the Theme part.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>double</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getTint()">getTint</a></strong>()</code>
 <div class="block">Specifies the tint value applied to the ctColor.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#hashCode()">hashCode</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#isAuto()">isAuto</a></strong>()</code>
 <div class="block">A boolean value indicating the ctColor is automatic and system ctColor dependent.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#isIndexed()">isIndexed</a></strong>()</code>
+<div class="block">A boolean value indicating the ctColor is Indexed</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#isRGB()">isRGB</a></strong>()</code>
+<div class="block">A boolean value indicating the ctColor is RGB or ARGB based</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#isThemed()">isThemed</a></strong>()</code>
+<div class="block">A boolean value indicating the ctColor is Theme based</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/XSSFColor.html#setAuto(boolean)">setAuto</a></strong>(boolean&nbsp;auto)</code>
@@ -233,23 +277,36 @@ 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/XSSFColor.html#setRGB(byte[])">setRGB</a></strong>(byte[]&nbsp;rgb)</code>
+<div class="block">Standard Alpha Red Green Blue ctColor value (ARGB).</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/XSSFColor.html#setTheme(int)">setTheme</a></strong>(int&nbsp;theme)</code>
 <div class="block">Index into the <clrScheme> collection, referencing a particular <sysClr> or
   <srgbClr> value expressed in the Theme part.</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/XSSFColor.html#setTint(double)">setTint</a></strong>(double&nbsp;tint)</code>
 <div class="block">Specifies the tint value applied to the ctColor.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <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"><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>&nbsp;color)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.ss.usermodel.ExtendedColor">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.poi.ss.usermodel.<a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></h3>
+<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getARGBHex()">getARGBHex</a>, <a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getRGBOrARGB()">getRGBOrARGB</a>, <a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getRGBWithTint()">getRGBWithTint</a>, <a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#setARGBHex(java.lang.String)">setARGBHex</a>, <a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#setColor(java.awt.Color)">setColor</a></code></li>
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
@@ -324,6 +381,10 @@ implements <a href="../../../../../org/a
 <h4>isAuto</h4>
 <pre>public&nbsp;boolean&nbsp;isAuto()</pre>
 <div class="block">A boolean value indicating the ctColor is automatic and system ctColor dependent.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#isAuto()">isAuto</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd>
+</dl>
 </li>
 </ul>
 <a name="setAuto(boolean)">
@@ -336,6 +397,62 @@ implements <a href="../../../../../org/a
 <div class="block">A boolean value indicating the ctColor is automatic and system ctColor dependent.</div>
 </li>
 </ul>
+<a name="isIndexed()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isIndexed</h4>
+<pre>public&nbsp;boolean&nbsp;isIndexed()</pre>
+<div class="block">A boolean value indicating the ctColor is Indexed</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#isIndexed()">isIndexed</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="isRGB()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isRGB</h4>
+<pre>public&nbsp;boolean&nbsp;isRGB()</pre>
+<div class="block">A boolean value indicating the ctColor is RGB or ARGB based</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#isRGB()">isRGB</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="isThemed()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isThemed</h4>
+<pre>public&nbsp;boolean&nbsp;isThemed()</pre>
+<div class="block">A boolean value indicating the ctColor is Theme based</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#isThemed()">isThemed</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="getIndex()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getIndex</h4>
+<pre>public&nbsp;short&nbsp;getIndex()</pre>
+<div class="block">Indexed ctColor value. Only used for backwards compatibility. References a ctColor in indexedColors.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getIndex()">getIndex</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd>
+</dl>
+</li>
+</ul>
 <a name="getIndexed()">
 <!--   -->
 </a>
@@ -356,6 +473,21 @@ implements <a href="../../../../../org/a
 <div class="block">Indexed ctColor value. Only used for backwards compatibility. References a ctColor in indexedColors.</div>
 </li>
 </ul>
+<a name="getRGB()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRGB</h4>
+<pre>public&nbsp;byte[]&nbsp;getRGB()</pre>
+<div class="block">Standard Red Green Blue ctColor value (RGB).
+ If there was an A (Alpha) value, it will be stripped.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getRGB()">getRGB</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd>
+</dl>
+</li>
+</ul>
 <a name="getRgb()">
 <!--   -->
 </a>
@@ -363,8 +495,21 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getRgb</h4>
 <pre>public&nbsp;byte[]&nbsp;getRgb()</pre>
-<div class="block">Standard Red Green Blue ctColor value (RGB).
- If there was an A (Alpha) value, it will be stripped.</div>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>use <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getRGB()"><code>getRGB()</code></a></i></div>
+</li>
+</ul>
+<a name="getARGB()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getARGB</h4>
+<pre>public&nbsp;byte[]&nbsp;getARGB()</pre>
+<div class="block">Standard Alpha Red Green Blue ctColor value (ARGB).</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getARGB()">getARGB</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd>
+</dl>
 </li>
 </ul>
 <a name="getARgb()">
@@ -374,7 +519,22 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getARgb</h4>
 <pre>public&nbsp;byte[]&nbsp;getARgb()</pre>
-<div class="block">Standard Alpha Red Green Blue ctColor value (ARGB).</div>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>Use <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getARGB()"><code>getARGB()</code></a></i></div>
+</li>
+</ul>
+<a name="getStoredRBG()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getStoredRBG</h4>
+<pre>protected&nbsp;byte[]&nbsp;getStoredRBG()</pre>
+<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getStoredRBG()">ExtendedColor</a></code></strong></div>
+<div class="block">RGB or ARGB or null</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getStoredRBG()">getStoredRBG</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd>
+</dl>
 </li>
 </ul>
 <a name="getRgbWithTint()">
@@ -388,25 +548,28 @@ implements <a href="../../../../../org/a
  Alpha values are ignored.</div>
 </li>
 </ul>
-<a name="getARGBHex()">
+<a name="setRgb(byte[])">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>getARGBHex</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getARGBHex()</pre>
-<div class="block">Return the ARGB value in hex format, eg FF00FF00.
- Works for both regular and indexed colours.</div>
+<h4>setRgb</h4>
+<pre>public&nbsp;void&nbsp;setRgb(byte[]&nbsp;rgb)</pre>
+<div class="block">Standard Alpha Red Green Blue ctColor value (ARGB).</div>
 </li>
 </ul>
-<a name="setRgb(byte[])">
+<a name="setRGB(byte[])">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>setRgb</h4>
-<pre>public&nbsp;void&nbsp;setRgb(byte[]&nbsp;rgb)</pre>
+<h4>setRGB</h4>
+<pre>public&nbsp;void&nbsp;setRGB(byte[]&nbsp;rgb)</pre>
 <div class="block">Standard Alpha Red Green Blue ctColor value (ARGB).</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#setRGB(byte[])">setRGB</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd>
+</dl>
 </li>
 </ul>
 <a name="getTheme()">
@@ -418,6 +581,10 @@ implements <a href="../../../../../org/a
 <pre>public&nbsp;int&nbsp;getTheme()</pre>
 <div class="block">Index into the <clrScheme> collection, referencing a particular <sysClr> or
   <srgbClr> value expressed in the Theme part.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getTheme()">getTheme</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd>
+</dl>
 </li>
 </ul>
 <a name="setTheme(int)">
@@ -475,7 +642,10 @@ implements <a href="../../../../../org/a
  = 0 + (255 - 0) = 255
  </pre>
  </blockquote></div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the tint value</dd></dl>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getTint()">getTint</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>the tint value</dd></dl>
 </li>
 </ul>
 <a name="setTint(double)">
@@ -522,7 +692,10 @@ implements <a href="../../../../../org/a
  = 0 + (255 - 0) = 255
  </pre>
  </blockquote></div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tint</code> - the tint value</dd></dl>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#setTint(double)">setTint</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>tint</code> - the tint value</dd></dl>
 </li>
 </ul>
 <a name="getCTColor()">
@@ -599,7 +772,7 @@ public&nbsp;org.openxmlformats.schemas.s
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFClientAnchor.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/xssf/usermodel/XSSFColor.html" target="_top">Frames</a></li>

Added: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html?rev=1691874&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html Mon Jul 20 05:04:29 2015
@@ -0,0 +1,389 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>XSSFColorScaleFormatting (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="XSSFColorScaleFormatting (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/XSSFColorScaleFormatting.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/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html" target="_top">Frames</a></li>
+<li><a href="XSSFColorScaleFormatting.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>Field&nbsp;|&nbsp;</li>
+<li>Constr&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>Constr&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.xssf.usermodel</div>
+<h2 title="Class XSSFColorScaleFormatting" class="title">Class XSSFColorScaleFormatting</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.xssf.usermodel.XSSFColorScaleFormatting</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html" title="interface in org.apache.poi.ss.usermodel">ColorScaleFormatting</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">XSSFColorScaleFormatting</span>
+extends java.lang.Object
+implements <a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html" title="interface in org.apache.poi.ss.usermodel">ColorScaleFormatting</a></pre>
+<div class="block">High level representation for Color Scale / Color Gradient Formatting 
+  component of Conditional Formatting settings</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== 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><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/XSSFColorScaleFormatting.html#createColor()">createColor</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html" title="class in org.apache.poi.xssf.usermodel">XSSFConditionalFormattingThreshold</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html#createThreshold()">createThreshold</a></strong>()</code>
+<div class="block">Creates a new, empty Threshold</div>
+</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"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html#getColors()">getColors</a></strong>()</code>
+<div class="block">Gets the list of colours that are interpolated
+  between.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html#getNumControlPoints()">getNumControlPoints</a></strong>()</code>
+<div class="block">How many control points should be used to map 
+  the colours? Normally 2 or 3</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html" title="class in org.apache.poi.xssf.usermodel">XSSFConditionalFormattingThreshold</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html#getThresholds()">getThresholds</a></strong>()</code>
+<div class="block">Gets the list of thresholds</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/XSSFColorScaleFormatting.html#setColors(org.apache.poi.ss.usermodel.Color[])">setColors</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a>[]&nbsp;colors)</code>
+<div class="block">Sets the list of colours that are interpolated
+  between.</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/XSSFColorScaleFormatting.html#setNumControlPoints(int)">setNumControlPoints</a></strong>(int&nbsp;num)</code>
+<div class="block">Sets the number of control points to use to map
+  the colours.</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/XSSFColorScaleFormatting.html#setThresholds(org.apache.poi.ss.usermodel.ConditionalFormattingThreshold[])">setThresholds</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormattingThreshold</a>[]&nbsp;thresholds)</code>
+<div class="block">Sets the of thresholds.</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">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getNumControlPoints()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getNumControlPoints</h4>
+<pre>public&nbsp;int&nbsp;getNumControlPoints()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html#getNumControlPoints()">ColorScaleFormatting</a></code></strong></div>
+<div class="block">How many control points should be used to map 
+  the colours? Normally 2 or 3</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html#getNumControlPoints()">getNumControlPoints</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html" title="interface in org.apache.poi.ss.usermodel">ColorScaleFormatting</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="setNumControlPoints(int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setNumControlPoints</h4>
+<pre>public&nbsp;void&nbsp;setNumControlPoints(int&nbsp;num)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html#setNumControlPoints(int)">ColorScaleFormatting</a></code></strong></div>
+<div class="block">Sets the number of control points to use to map
+  the colours. Should normally be 2 or 3.
+ <p>After updating, you need to ensure that the
+  <a href="../../../../../org/apache/poi/hssf/record/cf/Threshold.html" title="class in org.apache.poi.hssf.record.cf"><code>Threshold</code></a> count and Color count match</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html#setNumControlPoints(int)">setNumControlPoints</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html" title="interface in org.apache.poi.ss.usermodel">ColorScaleFormatting</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="getColors()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getColors</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a>[]&nbsp;getColors()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html#getColors()">ColorScaleFormatting</a></code></strong></div>
+<div class="block">Gets the list of colours that are interpolated
+  between.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html#getColors()">getColors</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html" title="interface in org.apache.poi.ss.usermodel">ColorScaleFormatting</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="setColors(org.apache.poi.ss.usermodel.Color[])">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setColors</h4>
+<pre>public&nbsp;void&nbsp;setColors(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a>[]&nbsp;colors)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html#setColors(org.apache.poi.ss.usermodel.Color[])">ColorScaleFormatting</a></code></strong></div>
+<div class="block">Sets the list of colours that are interpolated
+  between. The number must match <a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html#getNumControlPoints()"><code>ColorScaleFormatting.getNumControlPoints()</code></a></div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html#setColors(org.apache.poi.ss.usermodel.Color[])">setColors</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html" title="interface in org.apache.poi.ss.usermodel">ColorScaleFormatting</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="getThresholds()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getThresholds</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html" title="class in org.apache.poi.xssf.usermodel">XSSFConditionalFormattingThreshold</a>[]&nbsp;getThresholds()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html#getThresholds()">ColorScaleFormatting</a></code></strong></div>
+<div class="block">Gets the list of thresholds</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html#getThresholds()">getThresholds</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html" title="interface in org.apache.poi.ss.usermodel">ColorScaleFormatting</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="setThresholds(org.apache.poi.ss.usermodel.ConditionalFormattingThreshold[])">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setThresholds</h4>
+<pre>public&nbsp;void&nbsp;setThresholds(<a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormattingThreshold</a>[]&nbsp;thresholds)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html#setThresholds(org.apache.poi.ss.usermodel.ConditionalFormattingThreshold[])">ColorScaleFormatting</a></code></strong></div>
+<div class="block">Sets the of thresholds. The number must match
+  <a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html#getNumControlPoints()"><code>ColorScaleFormatting.getNumControlPoints()</code></a></div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html#setThresholds(org.apache.poi.ss.usermodel.ConditionalFormattingThreshold[])">setThresholds</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html" title="interface in org.apache.poi.ss.usermodel">ColorScaleFormatting</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="createColor()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createColor</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a>&nbsp;createColor()</pre>
+</li>
+</ul>
+<a name="createThreshold()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>createThreshold</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html" title="class in org.apache.poi.xssf.usermodel">XSSFConditionalFormattingThreshold</a>&nbsp;createThreshold()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html#createThreshold()">ColorScaleFormatting</a></code></strong></div>
+<div class="block">Creates a new, empty Threshold</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html#createThreshold()">createThreshold</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ColorScaleFormatting.html" title="interface in org.apache.poi.ss.usermodel">ColorScaleFormatting</a></code></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/XSSFColorScaleFormatting.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/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html" target="_top">Frames</a></li>
+<li><a href="XSSFColorScaleFormatting.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>Field&nbsp;|&nbsp;</li>
+<li>Constr&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>Constr&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 2015 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFComment.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFComment.html?rev=1691874&r1=1691873&r2=1691874&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFComment.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFComment.html Mon Jul 20 05:04:29 2015
@@ -34,7 +34,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormatting.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -477,7 +477,7 @@ implements <a href="../../../../../org/a
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormatting.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html?rev=1691874&r1=1691873&r2=1691874&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html Mon Jul 20 05:04:29 2015
@@ -35,7 +35,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormatting.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConnector.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html" target="_top">Frames</a></li>
@@ -143,6 +143,14 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html" title="class in org.apache.poi.xssf.usermodel">XSSFColorScaleFormatting</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html#createColorScaleFormatting()">createColorScaleFormatting</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDataBarFormatting.html" title="class in org.apache.poi.xssf.usermodel">XSSFDataBarFormatting</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html#createDataBarFormatting(org.apache.poi.xssf.usermodel.XSSFColor)">createDataBarFormatting</a></strong>(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a>&nbsp;color)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFontFormatting.html" title="class in org.apache.poi.xssf.usermodel">XSSFFontFormatting</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html#createFontFormatting()">createFontFormatting</a></strong>()</code>
 <div class="block">Create a new font formatting structure if it does not exist,
@@ -150,16 +158,24 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFIconMultiStateFormatting.html" title="class in org.apache.poi.xssf.usermodel">XSSFIconMultiStateFormatting</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html#createMultiStateFormatting(org.apache.poi.ss.usermodel.IconMultiStateFormatting.IconSet)">createMultiStateFormatting</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/IconMultiStateFormatting.IconSet.html" title="enum in org.apache.poi.ss.usermodel">IconMultiStateFormatting.IconSet</a>&nbsp;iconSet)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPatternFormatting.html" title="class in org.apache.poi.xssf.usermodel">XSSFPatternFormatting</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html#createPatternFormatting()">createPatternFormatting</a></strong>()</code>
 <div class="block">Create a new pattern formatting structure if it does not exist,
  otherwise just return existing object.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html" title="class in org.apache.poi.xssf.usermodel">XSSFBorderFormatting</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html#getBorderFormatting()">getBorderFormatting</a></strong>()</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html" title="class in org.apache.poi.xssf.usermodel">XSSFColorScaleFormatting</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html#getColorScaleFormatting()">getColorScaleFormatting</a></strong>()</code>&nbsp;</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><code>byte</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html#getComparisonOperation()">getComparisonOperation</a></strong>()</code>
@@ -180,16 +196,20 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDataBarFormatting.html" title="class in org.apache.poi.xssf.usermodel">XSSFDataBarFormatting</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html#getDataBarFormatting()">getDataBarFormatting</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFontFormatting.html" title="class in org.apache.poi.xssf.usermodel">XSSFFontFormatting</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html#getFontFormatting()">getFontFormatting</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html#getFormula1()">getFormula1</a></strong>()</code>
 <div class="block">The formula used to evaluate the first operand for the conditional formatting rule.</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/XSSFConditionalFormattingRule.html#getFormula2()">getFormula2</a></strong>()</code>
 <div class="block">The formula used to evaluate the second operand of the comparison when
@@ -197,6 +217,10 @@ implements <a href="../../../../../org/a
  is either <a href="../../../../../org/apache/poi/ss/usermodel/ComparisonOperator.html#BETWEEN"><code>ComparisonOperator.BETWEEN</code></a> or <a href="../../../../../org/apache/poi/ss/usermodel/ComparisonOperator.html#NOT_BETWEEN"><code>ComparisonOperator.NOT_BETWEEN</code></a></div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFIconMultiStateFormatting.html" title="class in org.apache.poi.xssf.usermodel">XSSFIconMultiStateFormatting</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html#getMultiStateFormatting()">getMultiStateFormatting</a></strong>()</code>&nbsp;</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPatternFormatting.html" title="class in org.apache.poi.xssf.usermodel">XSSFPatternFormatting</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html#getPatternFormatting()">getPatternFormatting</a></strong>()</code>&nbsp;</td>
@@ -307,6 +331,72 @@ implements <a href="../../../../../org/a
 <dt><span class="strong">Returns:</span></dt><dd>- pattern formatting object  if defined,  <code>null</code> otherwise</dd></dl>
 </li>
 </ul>
+<a name="createDataBarFormatting(org.apache.poi.xssf.usermodel.XSSFColor)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createDataBarFormatting</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDataBarFormatting.html" title="class in org.apache.poi.xssf.usermodel">XSSFDataBarFormatting</a>&nbsp;createDataBarFormatting(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a>&nbsp;color)</pre>
+</li>
+</ul>
+<a name="getDataBarFormatting()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDataBarFormatting</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDataBarFormatting.html" title="class in org.apache.poi.xssf.usermodel">XSSFDataBarFormatting</a>&nbsp;getDataBarFormatting()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingRule.html#getDataBarFormatting()">getDataBarFormatting</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingRule.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormattingRule</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>- databar / data-bar formatting object if defined, <code>null</code> otherwise</dd></dl>
+</li>
+</ul>
+<a name="createMultiStateFormatting(org.apache.poi.ss.usermodel.IconMultiStateFormatting.IconSet)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createMultiStateFormatting</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFIconMultiStateFormatting.html" title="class in org.apache.poi.xssf.usermodel">XSSFIconMultiStateFormatting</a>&nbsp;createMultiStateFormatting(<a href="../../../../../org/apache/poi/ss/usermodel/IconMultiStateFormatting.IconSet.html" title="enum in org.apache.poi.ss.usermodel">IconMultiStateFormatting.IconSet</a>&nbsp;iconSet)</pre>
+</li>
+</ul>
+<a name="getMultiStateFormatting()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMultiStateFormatting</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFIconMultiStateFormatting.html" title="class in org.apache.poi.xssf.usermodel">XSSFIconMultiStateFormatting</a>&nbsp;getMultiStateFormatting()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingRule.html#getMultiStateFormatting()">getMultiStateFormatting</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingRule.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormattingRule</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>- icon / multi-state formatting object if defined, <code>null</code> otherwise</dd></dl>
+</li>
+</ul>
+<a name="createColorScaleFormatting()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createColorScaleFormatting</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html" title="class in org.apache.poi.xssf.usermodel">XSSFColorScaleFormatting</a>&nbsp;createColorScaleFormatting()</pre>
+</li>
+</ul>
+<a name="getColorScaleFormatting()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getColorScaleFormatting</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html" title="class in org.apache.poi.xssf.usermodel">XSSFColorScaleFormatting</a>&nbsp;getColorScaleFormatting()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingRule.html#getColorScaleFormatting()">getColorScaleFormatting</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingRule.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormattingRule</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>color scale / color grate formatting object if defined, <code>null</code> otherwise</dd></dl>
+</li>
+</ul>
 <a name="getConditionType()">
 <!--   -->
 </a>
@@ -422,7 +512,7 @@ implements <a href="../../../../../org/a
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormatting.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConnector.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html" target="_top">Frames</a></li>

Added: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html?rev=1691874&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html Mon Jul 20 05:04:29 2015
@@ -0,0 +1,423 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>XSSFConditionalFormattingThreshold (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="XSSFConditionalFormattingThreshold (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/XSSFConditionalFormattingThreshold.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/xssf/usermodel/XSSFConditionalFormattingRule.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConnector.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html" target="_top">Frames</a></li>
+<li><a href="XSSFConditionalFormattingThreshold.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>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.xssf.usermodel</div>
+<h2 title="Class XSSFConditionalFormattingThreshold" class="title">Class XSSFConditionalFormattingThreshold</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.xssf.usermodel.XSSFConditionalFormattingThreshold</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormattingThreshold</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">XSSFConditionalFormattingThreshold</span>
+extends java.lang.Object
+implements <a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormattingThreshold</a></pre>
+<div class="block">High level representation for Icon / Multi-State / Databar /
+  Colour Scale change thresholds</div>
+</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>
+<ul class="blockList">
+<li class="blockList"><a name="nested_classes_inherited_from_class_org.apache.poi.ss.usermodel.ConditionalFormattingThreshold">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from interface&nbsp;org.apache.poi.ss.usermodel.<a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormattingThreshold</a></h3>
+<code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.RangeType.html" title="enum in org.apache.poi.ss.usermodel">ConditionalFormattingThreshold.RangeType</a></code></li>
+</ul>
+</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="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html#XSSFConditionalFormattingThreshold(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo)">XSSFConditionalFormattingThreshold</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo&nbsp;cfvo)</code>&nbsp;</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>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html#getCTCfvo()">getCTCfvo</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html#getFormula()">getFormula</a></strong>()</code>
+<div class="block">Formula to use to calculate the threshold,
+  or <code>null</code> if no formula</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.RangeType.html" title="enum in org.apache.poi.ss.usermodel">ConditionalFormattingThreshold.RangeType</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html#getRangeType()">getRangeType</a></strong>()</code>
+<div class="block">Get the Range Type used</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.Double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html#getValue()">getValue</a></strong>()</code>
+<div class="block">Gets the value used for the threshold, or 
+  <code>null</code> if there isn't one.</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/XSSFConditionalFormattingThreshold.html#setFormula(java.lang.String)">setFormula</a></strong>(java.lang.String&nbsp;formula)</code>
+<div class="block">Sets the formula used to calculate the threshold,
+  or unsets it if <code>null</code> is given.</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/XSSFConditionalFormattingThreshold.html#setRangeType(org.apache.poi.ss.usermodel.ConditionalFormattingThreshold.RangeType)">setRangeType</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.RangeType.html" title="enum in org.apache.poi.ss.usermodel">ConditionalFormattingThreshold.RangeType</a>&nbsp;type)</code>
+<div class="block">Changes the Range Type used</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/XSSFConditionalFormattingThreshold.html#setValue(java.lang.Double)">setValue</a></strong>(java.lang.Double&nbsp;value)</code>
+<div class="block">Sets the value used for the threshold.</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="XSSFConditionalFormattingThreshold(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>XSSFConditionalFormattingThreshold</h4>
+<pre>protected&nbsp;XSSFConditionalFormattingThreshold(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo&nbsp;cfvo)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getCTCfvo()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCTCfvo</h4>
+<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo&nbsp;getCTCfvo()</pre>
+</li>
+</ul>
+<a name="getRangeType()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRangeType</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.RangeType.html" title="enum in org.apache.poi.ss.usermodel">ConditionalFormattingThreshold.RangeType</a>&nbsp;getRangeType()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html#getRangeType()">ConditionalFormattingThreshold</a></code></strong></div>
+<div class="block">Get the Range Type used</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html#getRangeType()">getRangeType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormattingThreshold</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="setRangeType(org.apache.poi.ss.usermodel.ConditionalFormattingThreshold.RangeType)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setRangeType</h4>
+<pre>public&nbsp;void&nbsp;setRangeType(<a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.RangeType.html" title="enum in org.apache.poi.ss.usermodel">ConditionalFormattingThreshold.RangeType</a>&nbsp;type)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html#setRangeType(org.apache.poi.ss.usermodel.ConditionalFormattingThreshold.RangeType)">ConditionalFormattingThreshold</a></code></strong></div>
+<div class="block">Changes the Range Type used
+ 
+ <p>If you change the range type, you need to
+  ensure that the Formula and Value parameters
+  are compatible with it before saving</p></div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html#setRangeType(org.apache.poi.ss.usermodel.ConditionalFormattingThreshold.RangeType)">setRangeType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormattingThreshold</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="getFormula()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFormula</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getFormula()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html#getFormula()">ConditionalFormattingThreshold</a></code></strong></div>
+<div class="block">Formula to use to calculate the threshold,
+  or <code>null</code> if no formula</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html#getFormula()">getFormula</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormattingThreshold</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="setFormula(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setFormula</h4>
+<pre>public&nbsp;void&nbsp;setFormula(java.lang.String&nbsp;formula)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html#setFormula(java.lang.String)">ConditionalFormattingThreshold</a></code></strong></div>
+<div class="block">Sets the formula used to calculate the threshold,
+  or unsets it if <code>null</code> is given.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html#setFormula(java.lang.String)">setFormula</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormattingThreshold</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="getValue()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getValue</h4>
+<pre>public&nbsp;java.lang.Double&nbsp;getValue()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html#getValue()">ConditionalFormattingThreshold</a></code></strong></div>
+<div class="block">Gets the value used for the threshold, or 
+  <code>null</code> if there isn't one.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html#getValue()">getValue</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormattingThreshold</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="setValue(java.lang.Double)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setValue</h4>
+<pre>public&nbsp;void&nbsp;setValue(java.lang.Double&nbsp;value)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html#setValue(java.lang.Double)">ConditionalFormattingThreshold</a></code></strong></div>
+<div class="block">Sets the value used for the threshold. 
+ <p>If the type is <a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.RangeType.html#PERCENT"><code>ConditionalFormattingThreshold.RangeType.PERCENT</code></a> or 
+  <a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.RangeType.html#PERCENTILE"><code>ConditionalFormattingThreshold.RangeType.PERCENTILE</code></a> it must be between 0 and 100.
+ <p>If the type is <a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.RangeType.html#MIN"><code>ConditionalFormattingThreshold.RangeType.MIN</code></a> or <a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.RangeType.html#MAX"><code>ConditionalFormattingThreshold.RangeType.MAX</code></a>
+  or <a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.RangeType.html#FORMULA"><code>ConditionalFormattingThreshold.RangeType.FORMULA</code></a> it shouldn't be set.
+ <p>Use <code>null</code> to unset</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html#setValue(java.lang.Double)">setValue</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ConditionalFormattingThreshold.html" title="interface in org.apache.poi.ss.usermodel">ConditionalFormattingThreshold</a></code></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/XSSFConditionalFormattingThreshold.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/xssf/usermodel/XSSFConditionalFormattingRule.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConnector.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html" target="_top">Frames</a></li>
+<li><a href="XSSFConditionalFormattingThreshold.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>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 2015 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConnector.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConnector.html?rev=1691874&r1=1691873&r2=1691874&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConnector.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConnector.html Mon Jul 20 05:04:29 2015
@@ -34,7 +34,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCreationHelper.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -320,7 +320,7 @@ public&nbsp;org.openxmlformats.schemas.d
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCreationHelper.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCreationHelper.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCreationHelper.html?rev=1691874&r1=1691873&r2=1691874&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCreationHelper.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCreationHelper.html Mon Jul 20 05:04:29 2015
@@ -35,7 +35,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConnector.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDataFormat.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDataBarFormatting.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/xssf/usermodel/XSSFCreationHelper.html" target="_top">Frames</a></li>
@@ -132,18 +132,25 @@ implements <a href="../../../../../org/a
 </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"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCreationHelper.html#createExtendedColor()">createExtendedColor</a></strong>()</code>
+<div class="block">Creates a XSSF-style Color object, used for extended sheet
+  formattings and conditional formattings</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFormulaEvaluator.html" title="class in org.apache.poi.xssf.usermodel">XSSFFormulaEvaluator</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCreationHelper.html#createFormulaEvaluator()">createFormulaEvaluator</a></strong>()</code>
 <div class="block">Creates a XSSFFormulaEvaluator, the object that evaluates formula cells.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFHyperlink.html" title="class in org.apache.poi.xssf.usermodel">XSSFHyperlink</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCreationHelper.html#createHyperlink(int)">createHyperlink</a></strong>(int&nbsp;type)</code>
 <div class="block">Create a new XSSFHyperlink.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRichTextString.html" title="class in org.apache.poi.xssf.usermodel">XSSFRichTextString</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCreationHelper.html#createRichTextString(java.lang.String)">createRichTextString</a></strong>(java.lang.String&nbsp;text)</code>
 <div class="block">Creates a new XSSFRichTextString for you.</div>
@@ -200,6 +207,22 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
+<a name="createExtendedColor()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createExtendedColor</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a>&nbsp;createExtendedColor()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/CreationHelper.html#createExtendedColor()">CreationHelper</a></code></strong></div>
+<div class="block">Creates a XSSF-style Color object, used for extended sheet
+  formattings and conditional formattings</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/CreationHelper.html#createExtendedColor()">createExtendedColor</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/CreationHelper.html" title="interface in org.apache.poi.ss.usermodel">CreationHelper</a></code></dd>
+</dl>
+</li>
+</ul>
 <a name="createHyperlink(int)">
 <!--   -->
 </a>
@@ -270,7 +293,7 @@ implements <a href="../../../../../org/a
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConnector.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDataFormat.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDataBarFormatting.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/xssf/usermodel/XSSFCreationHelper.html" target="_top">Frames</a></li>



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