Author: nick
Date: Sun Mar 27 23:37:18 2016
New Revision: 1736827
URL: http://svn.apache.org/viewvc?rev=1736827&view=rev
Log:
Republish site
Modified:
poi/site/publish/apidocs/index-all.html
poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColor.html
poi/site/publish/changes.html
poi/site/publish/changes.rss
Modified: poi/site/publish/apidocs/index-all.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1736827&r1=1736826&r2=1736827&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Sun Mar 27 23:37:18 2016
@@ -42597,6 +42597,10 @@
</dd>
<dt><span class="strong"><a
href="./org/apache/poi/hssf/record/common/FeatProtection.html#HAS_SELF_RELATIVE_SECURITY_FEATURE">HAS_SELF_RELATIVE_SECURITY_FEATURE</a></span>
- Static variable in class org.apache.poi.hssf.record.common.<a
href="./org/apache/poi/hssf/record/common/FeatProtection.html" title="class in
org.apache.poi.hssf.record.common">FeatProtection</a></dt>
<dd> </dd>
+<dt><span class="strong"><a
href="./org/apache/poi/xssf/usermodel/XSSFColor.html#hasAlpha()">hasAlpha()</a></span>
- Method in class org.apache.poi.xssf.usermodel.<a
href="./org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in
org.apache.poi.xssf.usermodel">XSSFColor</a></dt>
+<dd>
+<div class="block">A boolean value indicating if the ctColor has a alpha or
not</div>
+</dd>
<dt><span class="strong"><a
href="./org/apache/poi/hsmf/datatypes/MAPIProperty.html#HASATTACH">HASATTACH</a></span>
- Static variable in class org.apache.poi.hsmf.datatypes.<a
href="./org/apache/poi/hsmf/datatypes/MAPIProperty.html" title="class in
org.apache.poi.hsmf.datatypes">MAPIProperty</a></dt>
<dd> </dd>
<dt><span class="strong"><a
href="./org/apache/poi/hssf/record/FormulaRecord.html#hasCachedResultString()">hasCachedResultString()</a></span>
- Method in class org.apache.poi.hssf.record.<a
href="./org/apache/poi/hssf/record/FormulaRecord.html" title="class in
org.apache.poi.hssf.record">FormulaRecord</a></dt>
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=1736827&r1=1736826&r2=1736827&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 Sun
Mar 27 23:37:18 2016
@@ -208,71 +208,77 @@ extends <a href="../../../../../org/apac
</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#hasAlpha()">hasAlpha</a></strong>()</code>
+<div class="block">A boolean value indicating if the ctColor has a alpha or
not</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#hashCode()">hashCode</a></strong>()</code> </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#hasTint()">hasTint</a></strong>()</code>
<div class="block">A boolean value indicating if the ctColor has a tint or
not</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<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">
+<tr class="rowColor">
<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">
+<tr class="altColor">
<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">
+<tr class="rowColor">
<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">
+<tr class="altColor">
<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 auto)</code>
<div class="block">A boolean value indicating the ctColor is automatic and
system ctColor dependent.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#setIndexed(int)">setIndexed</a></strong>(int indexed)</code>
<div class="block">Indexed ctColor value.</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#setRGB(byte[])">setRGB</a></strong>(byte[] rgb)</code>
<div class="block">Standard Alpha Red Green Blue ctColor value (ARGB).</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#setTheme(int)">setTheme</a></strong>(int 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 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> color)</code> </td>
</tr>
@@ -417,6 +423,16 @@ extends <a href="../../../../../org/apac
</dl>
</li>
</ul>
+<a name="hasAlpha()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasAlpha</h4>
+<pre>public boolean hasAlpha()</pre>
+<div class="block">A boolean value indicating if the ctColor has a alpha or
not</div>
+</li>
+</ul>
<a name="hasTint()">
<!-- -->
</a>
Modified: poi/site/publish/changes.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1736827&r1=1736826&r2=1736827&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Sun Mar 27 23:37:18 2016
@@ -265,6 +265,9 @@ if (VERSION > 3) {
<ul>
<li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59224">59224</a> - XSSF:
fix XSSFColor.hasTint which incorrectly used the alpha channel, add
XSSFColor.hasAlpha</li>
+
+<li>
<img class="icon" alt="fix" src="images/fix.jpg"> <a
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59222">59222</a> - XSSF:
fix NPE raised by XSSFSheet.getCellComments()</li>
<li>
Modified: poi/site/publish/changes.rss
URL:
http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1736827&r1=1736826&r2=1736827&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Sun Mar 27 23:37:18 2016
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
"http://my.netscape.com/publish/formats/rss-0.91.dtd">
-<rss version="0.91"><channel><title>Apache POI
Changes</title><link>http://poi.apache.org/changes.html</link><description>Apache
POI Changes</description><language>en-us</language><item><title> fix(bug
59222)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Developers (bug 59222) - XSSF: fix NPE raised by
XSSFSheet.getCellComments()</description></item><item><title> fix(bug
59212)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Developers (bug 59212) - Common SS: copy non-validating
XSSFSheet.addMergedRegionUnsafe from bug 58885 to Sheet
interface</description></item><item><title> fix(bug
59208)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Developers (bug 59208) - XWPF: bold xml value of "1" treated as
false</description></item><item><title>
add</title><link>http://poi.apache.org/changes.html</link><description> add by
POI Developers - HSLF: Add support for system colors</description></ite
m><item><title> fix(bug
56930)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Developers (bug 56930) - Add Workbook.getNames() to allow to query for
names that appear multiple times</description></item><item><title> fix(bug
55791)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Developers (bug 55791) - Avoid using an existing file-name when creating
a new slide, it could still be left over from previous partial
removal</description></item><item><title> fix(bug
55668)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Developers (bug 55668) - Try to avoid NullPointerException by seting the
cell to BLANK instead, when changing cell-type and a formula leads to
null-string</description></item><item><title> fix(bug
59135)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Developers (bug 59135) - Password gets truncated when using passwords
longer than 15 characters for
the function protectSheet()</description></item><item><title> add(bug
56549)</title><link>http://poi.apache.org/changes.html</link><description> add
by POI Developers (bug 56549) - Correctly calculate char index ranges for HWPF
in the TextPieceTable</description></item><item><title> add(bug
57495)</title><link>http://poi.apache.org/changes.html</link><description> add
by POI Developers (bug 57495) - Fix problem with tables in documents at pos
0</description></item><item><title>
fix</title><link>http://poi.apache.org/changes.html</link><description> fix by
POI Developers - Fix a number of edge-cases where file-handles would be
leaked</description></item><item><title> fix(bug
59170)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Developers (bug 59170) - Remove deprecated classes (POI 3.15) -
*Workbook.setRepeatingRowsAndColumns()</description></item><item><title>
fix(bug
59170)</title><link>http://poi.apache.org/changes.html</link><description> fix
by P
OI Developers (bug 59170) - Remove deprecated classes (POI 3.15) -
org.apache.poi.hssf/ss.util.Region</description></item><item><title> add(bug
57031)</title><link>http://poi.apache.org/changes.html</link><description> add
by POI Developers (bug 57031) - Out of Memory when extracting text from
attached files</description></item><item><title>
fix</title><link>http://poi.apache.org/changes.html</link><description> fix by
POI Developers - More helpful exception when POIFSFileSystem is given a raw XML
file</description></item><item><title>
fix</title><link>http://poi.apache.org/changes.html</link><description> fix by
POI Developers - More helpful exceptions when OPCPackage is given OLE2 or ODF
or raw XML files</description></item></channel></rss>
\ No newline at end of file
+<rss version="0.91"><channel><title>Apache POI
Changes</title><link>http://poi.apache.org/changes.html</link><description>Apache
POI Changes</description><language>en-us</language><item><title> fix(bug
59224)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Developers (bug 59224) - XSSF: fix XSSFColor.hasTint which incorrectly
used the alpha channel, add
XSSFColor.hasAlpha</description></item><item><title> fix(bug
59222)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Developers (bug 59222) - XSSF: fix NPE raised by
XSSFSheet.getCellComments()</description></item><item><title> fix(bug
59212)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Developers (bug 59212) - Common SS: copy non-validating
XSSFSheet.addMergedRegionUnsafe from bug 58885 to Sheet
interface</description></item><item><title> fix(bug
59208)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Develope
rs (bug 59208) - XWPF: bold xml value of "1" treated as
false</description></item><item><title>
add</title><link>http://poi.apache.org/changes.html</link><description> add by
POI Developers - HSLF: Add support for system
colors</description></item><item><title> fix(bug
56930)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Developers (bug 56930) - Add Workbook.getNames() to allow to query for
names that appear multiple times</description></item><item><title> fix(bug
55791)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Developers (bug 55791) - Avoid using an existing file-name when creating
a new slide, it could still be left over from previous partial
removal</description></item><item><title> fix(bug
55668)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Developers (bug 55668) - Try to avoid NullPointerException by seting the
cell to BLANK instead, when changing cell-type and a formula lea
ds to null-string</description></item><item><title> fix(bug
59135)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Developers (bug 59135) - Password gets truncated when using passwords
longer than 15 characters for the function
protectSheet()</description></item><item><title> add(bug
56549)</title><link>http://poi.apache.org/changes.html</link><description> add
by POI Developers (bug 56549) - Correctly calculate char index ranges for HWPF
in the TextPieceTable</description></item><item><title> add(bug
57495)</title><link>http://poi.apache.org/changes.html</link><description> add
by POI Developers (bug 57495) - Fix problem with tables in documents at pos
0</description></item><item><title>
fix</title><link>http://poi.apache.org/changes.html</link><description> fix by
POI Developers - Fix a number of edge-cases where file-handles would be
leaked</description></item><item><title> fix(bug
59170)</title><link>http://poi.apache.org/changes.html</link><descri
ption> fix by POI Developers (bug 59170) - Remove deprecated classes (POI
3.15) -
*Workbook.setRepeatingRowsAndColumns()</description></item><item><title>
fix(bug
59170)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Developers (bug 59170) - Remove deprecated classes (POI 3.15) -
org.apache.poi.hssf/ss.util.Region</description></item><item><title> add(bug
57031)</title><link>http://poi.apache.org/changes.html</link><description> add
by POI Developers (bug 57031) - Out of Memory when extracting text from
attached files</description></item><item><title>
fix</title><link>http://poi.apache.org/changes.html</link><description> fix by
POI Developers - More helpful exception when POIFSFileSystem is given a raw XML
file</description></item><item><title>
fix</title><link>http://poi.apache.org/changes.html</link><description> fix by
POI Developers - More helpful exceptions when OPCPackage is given OLE2 or ODF
or raw XML files</description></item></channel></rss
>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]