Author: nick
Date: Mon Sep 12 15:36:05 2016
New Revision: 1760392
URL: http://svn.apache.org/viewvc?rev=1760392&view=rev
Log:
Republish site
Modified:
poi/site/publish/apidocs/index-all.html
poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFTableRow.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=1760392&r1=1760391&r2=1760392&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Mon Sep 12 15:36:05 2016
@@ -52820,6 +52820,10 @@
<dd>
<div class="block">Merge cells of a table</div>
</dd>
+<dt><span class="strong"><a
href="./org/apache/poi/xslf/usermodel/XSLFTableRow.html#mergeCells(int,%20int)">mergeCells(int,
int)</a></span> - Method in class org.apache.poi.xslf.usermodel.<a
href="./org/apache/poi/xslf/usermodel/XSLFTableRow.html" title="class in
org.apache.poi.xslf.usermodel">XSLFTableRow</a></dt>
+<dd>
+<div class="block">Merge cells of a table row, inclusive.</div>
+</dd>
<dt><a href="./org/apache/poi/hssf/record/MergeCellsRecord.html" title="class
in org.apache.poi.hssf.record"><span class="strong">MergeCellsRecord</span></a>
- Class in <a
href="./org/apache/poi/hssf/record/package-summary.html">org.apache.poi.hssf.record</a></dt>
<dd>
<div class="block">Title: Merged Cells Record (0x00E5)</div>
Modified:
poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFTableRow.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFTableRow.html?rev=1760392&r1=1760391&r2=1760392&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFTableRow.html
(original)
+++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFTableRow.html
Mon Sep 12 15:36:05 2016
@@ -142,6 +142,13 @@ implements java.lang.Iterable<<a href
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableRow.html#mergeCells(int,%20int)">mergeCells</a></strong>(int firstCol,
+ int lastCol)</code>
+<div class="block">Merge cells of a table row, inclusive.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableRow.html#setHeight(double)">setHeight</a></strong>(double height)</code> </td>
</tr>
</table>
@@ -218,12 +225,25 @@ implements java.lang.Iterable<<a href
<a name="addCell()">
<!-- -->
</a>
-<ul class="blockListLast">
+<ul class="blockList">
<li class="blockList">
<h4>addCell</h4>
<pre>public <a
href="../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html"
title="class in
org.apache.poi.xslf.usermodel">XSLFTableCell</a> addCell()</pre>
</li>
</ul>
+<a name="mergeCells(int, int)">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>mergeCells</h4>
+<pre>public void mergeCells(int firstCol,
+ int lastCol)</pre>
+<div class="block">Merge cells of a table row, inclusive.
+ Indices are 0-based.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>firstCol</code>
- 0-based index of first column to merge,
inclusive</dd><dd><code>lastCol</code> - 0-based index of last column to merge,
inclusive</dd></dl>
+</li>
+</ul>
</li>
</ul>
</li>
Modified: poi/site/publish/changes.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1760392&r1=1760391&r2=1760392&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Mon Sep 12 15:36:05 2016
@@ -262,11 +262,23 @@ if (VERSION > 3) {
<a name="3.15"></a>
<div class="h3">
-<h3>Version 3.15 (2016-08-23)</h3>
+<h3>Version 3.15 (2016-09-13)</h3>
</div>
<ul>
<li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=52425">52425</a> - XSSF:
Error adding Comments into cloned Sheets</li>
+
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60025">60025</a> - SS
Common: DataFormatter should return TRUE or FALSE for boolean cell values</li>
+
+<li>
+<img class="icon" alt="add" src="images/add.jpg"> <a
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58191">58191</a> - XSLF:
Support merge cells within a table row</li>
+
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59958">59958</a> - XSSF:
Add cells on the fly to the evaluation sheet cache on cache miss</li>
+
+<li>
<img class="icon" alt="fix" src="images/fix.jpg"> <a
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60005">60005</a> - XSLF:
NPE in XSLFTextParagraph.getDefaultFontSize()</li>
<li>
Modified: poi/site/publish/changes.rss
URL:
http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1760392&r1=1760391&r2=1760392&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Mon Sep 12 15:36:05 2016
@@ -1,6 +1,10 @@
<?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
52425)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Developers (bug 52425) - XSSF: Error adding Comments into cloned
Sheets</description></item>
+<item><title> fix(bug
60025)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Developers (bug 60025) - SS Common: DataFormatter should return TRUE or
FALSE for boolean cell values</description></item>
+<item><title> add(bug
58191)</title><link>http://poi.apache.org/changes.html</link><description> add
by POI Developers (bug 58191) - XSLF: Support merge cells within a table
row</description></item>
+<item><title> fix(bug
59958)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Developers (bug 59958) - XSSF: Add cells on the fly to the evaluation
sheet cache on cache miss</description></item>
<item><title> fix(bug
60005)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Developers (bug 60005) - XSLF: NPE in
XSLFTextParagraph.getDefaultFontSize()</description></item>
<item><title>
add</title><link>http://poi.apache.org/changes.html</link><description> add by
POI Developers - Add Apache commons-collections4 dependency</description></item>
<item><title>
fix</title><link>http://poi.apache.org/changes.html</link><description> fix by
POI Developers - XSSFFormulaEvaluator.evaluateAll() should mirror HSSF and use
any setup referenced workbooks</description></item>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]