You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2016/04/17 16:12:16 UTC

svn commit: r1739619 [7/7] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/hssf/usermodel/class-use/ apidocs/org/apache/poi/hssf/util/ apidocs/org/apache/poi/hssf/util/class-use/ apidocs/org/apache/poi/ss/usermodel/ apidocs/org/apache/poi/ss...

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html?rev=1739619&r1=1739618&r2=1739619&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html Sun Apr 17 14:12:15 2016
@@ -747,327 +747,333 @@ 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/XSSFSheet.html#getTabColor()">getTabColor</a></strong>()</code>
+<div class="block">Get background color of the sheet tab.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html" title="class in org.apache.poi.xssf.usermodel">XSSFTable</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getTables()">getTables</a></strong>()</code>
 <div class="block">Returns any tables associated with this Sheet</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>short</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getTopRow()">getTopRow</a></strong>()</code>
 <div class="block">The top row in the visible view when the sheet is
  first viewed after opening it in a viewer</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/XSSFSheet.html#getVerticallyCenter()">getVerticallyCenter</a></strong>()</code>
 <div class="block">Determine whether printed output for this sheet will be vertically centered.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFVMLDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFVMLDrawing</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getVMLDrawing(boolean)">getVMLDrawing</a></strong>(boolean&nbsp;autoCreate)</code>
 <div class="block">Get VML drawing for this sheet (aka 'legacy' drawig)</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel">XSSFWorkbook</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getWorkbook()">getWorkbook</a></strong>()</code>
 <div class="block">Returns the parent XSSFWorkbook</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/XSSFSheet.html#groupColumn(int,%20int)">groupColumn</a></strong>(int&nbsp;fromColumn,
            int&nbsp;toColumn)</code>
 <div class="block">Group between (0 based) columns</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/XSSFSheet.html#groupRow(int,%20int)">groupRow</a></strong>(int&nbsp;fromRow,
         int&nbsp;toRow)</code>
 <div class="block">Tie a range of cell together so that they can be collapsed or expanded</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/XSSFSheet.html#hasComments()">hasComments</a></strong>()</code>
 <div class="block">Does this sheet have any comments on it? We need to know,
   so we can decide about writing it to disk or not</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/XSSFSheet.html#isAutoFilterLocked()">isAutoFilterLocked</a></strong>()</code>&nbsp;</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/XSSFSheet.html#isColumnBroken(int)">isColumnBroken</a></strong>(int&nbsp;column)</code>
 <div class="block">Determines if there is a page break at the indicated column</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/XSSFSheet.html#isColumnHidden(int)">isColumnHidden</a></strong>(int&nbsp;columnIndex)</code>
 <div class="block">Get the hidden state for a given column.</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/XSSFSheet.html#isDeleteColumnsLocked()">isDeleteColumnsLocked</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/XSSFSheet.html#isDeleteRowsLocked()">isDeleteRowsLocked</a></strong>()</code>&nbsp;</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/XSSFSheet.html#isDisplayFormulas()">isDisplayFormulas</a></strong>()</code>
 <div class="block">Gets the flag indicating whether this sheet should display formulas.</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/XSSFSheet.html#isDisplayGridlines()">isDisplayGridlines</a></strong>()</code>
 <div class="block">Gets the flag indicating whether this sheet displays the lines
  between rows and columns to make editing and reading easier.</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/XSSFSheet.html#isDisplayRowColHeadings()">isDisplayRowColHeadings</a></strong>()</code>
 <div class="block">Gets the flag indicating whether this sheet should display row and column headings.</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/XSSFSheet.html#isDisplayZeros()">isDisplayZeros</a></strong>()</code>
 <div class="block">Gets the flag indicating whether the window should show 0 (zero) in cells containing zero value.</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/XSSFSheet.html#isFormatCellsLocked()">isFormatCellsLocked</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/XSSFSheet.html#isFormatColumnsLocked()">isFormatColumnsLocked</a></strong>()</code>&nbsp;</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/XSSFSheet.html#isFormatRowsLocked()">isFormatRowsLocked</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/XSSFSheet.html#isInsertColumnsLocked()">isInsertColumnsLocked</a></strong>()</code>&nbsp;</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/XSSFSheet.html#isInsertHyperlinksLocked()">isInsertHyperlinksLocked</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/XSSFSheet.html#isInsertRowsLocked()">isInsertRowsLocked</a></strong>()</code>&nbsp;</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/XSSFSheet.html#isObjectsLocked()">isObjectsLocked</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/XSSFSheet.html#isPivotTablesLocked()">isPivotTablesLocked</a></strong>()</code>&nbsp;</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/XSSFSheet.html#isPrintGridlines()">isPrintGridlines</a></strong>()</code>
 <div class="block">Returns whether gridlines are printed.</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/XSSFSheet.html#isRightToLeft()">isRightToLeft</a></strong>()</code>
 <div class="block">Whether the text is displayed in right-to-left mode in the window</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/XSSFSheet.html#isRowBroken(int)">isRowBroken</a></strong>(int&nbsp;row)</code>
 <div class="block">Tests if there is a page break at the indicated row</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/XSSFSheet.html#isScenariosLocked()">isScenariosLocked</a></strong>()</code>&nbsp;</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/XSSFSheet.html#isSelected()">isSelected</a></strong>()</code>
 <div class="block">Returns a flag indicating whether this sheet is selected.</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/XSSFSheet.html#isSelectLockedCellsLocked()">isSelectLockedCellsLocked</a></strong>()</code>&nbsp;</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/XSSFSheet.html#isSelectUnlockedCellsLocked()">isSelectUnlockedCellsLocked</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/XSSFSheet.html#isSheetLocked()">isSheetLocked</a></strong>()</code>&nbsp;</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/XSSFSheet.html#isSortLocked()">isSortLocked</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.util.Iterator&lt;<a href="../../../../../org/apache/poi/ss/usermodel/Row.html" title="interface in org.apache.poi.ss.usermodel">Row</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#iterator()">iterator</a></strong>()</code>
 <div class="block">Alias for <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#rowIterator()"><code>rowIterator()</code></a> to
   allow foreach loops</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/XSSFSheet.html#lockAutoFilter(boolean)">lockAutoFilter</a></strong>(boolean&nbsp;enabled)</code>
 <div class="block">Enable or disable Autofilters locking.</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/XSSFSheet.html#lockDeleteColumns(boolean)">lockDeleteColumns</a></strong>(boolean&nbsp;enabled)</code>
 <div class="block">Enable or disable Deleting columns locking.</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/XSSFSheet.html#lockDeleteRows(boolean)">lockDeleteRows</a></strong>(boolean&nbsp;enabled)</code>
 <div class="block">Enable or disable Deleting rows locking.</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/XSSFSheet.html#lockFormatCells(boolean)">lockFormatCells</a></strong>(boolean&nbsp;enabled)</code>
 <div class="block">Enable or disable Formatting cells locking.</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/XSSFSheet.html#lockFormatColumns(boolean)">lockFormatColumns</a></strong>(boolean&nbsp;enabled)</code>
 <div class="block">Enable or disable Formatting columns locking.</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/XSSFSheet.html#lockFormatRows(boolean)">lockFormatRows</a></strong>(boolean&nbsp;enabled)</code>
 <div class="block">Enable or disable Formatting rows locking.</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/XSSFSheet.html#lockInsertColumns(boolean)">lockInsertColumns</a></strong>(boolean&nbsp;enabled)</code>
 <div class="block">Enable or disable Inserting columns locking.</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/XSSFSheet.html#lockInsertHyperlinks(boolean)">lockInsertHyperlinks</a></strong>(boolean&nbsp;enabled)</code>
 <div class="block">Enable or disable Inserting hyperlinks locking.</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/XSSFSheet.html#lockInsertRows(boolean)">lockInsertRows</a></strong>(boolean&nbsp;enabled)</code>
 <div class="block">Enable or disable Inserting rows locking.</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/XSSFSheet.html#lockObjects(boolean)">lockObjects</a></strong>(boolean&nbsp;enabled)</code>
 <div class="block">Enable or disable Objects locking.</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/XSSFSheet.html#lockPivotTables(boolean)">lockPivotTables</a></strong>(boolean&nbsp;enabled)</code>
 <div class="block">Enable or disable Pivot Tables locking.</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/XSSFSheet.html#lockScenarios(boolean)">lockScenarios</a></strong>(boolean&nbsp;enabled)</code>
 <div class="block">Enable or disable Scenarios locking.</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/XSSFSheet.html#lockSelectLockedCells(boolean)">lockSelectLockedCells</a></strong>(boolean&nbsp;enabled)</code>
 <div class="block">Enable or disable Selection of locked cells locking.</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/XSSFSheet.html#lockSelectUnlockedCells(boolean)">lockSelectUnlockedCells</a></strong>(boolean&nbsp;enabled)</code>
 <div class="block">Enable or disable Selection of unlocked cells locking.</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/XSSFSheet.html#lockSort(boolean)">lockSort</a></strong>(boolean&nbsp;enabled)</code>
 <div class="block">Enable or disable Sort locking.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#onDocumentCreate()">onDocumentCreate</a></strong>()</code>
 <div class="block">Initialize worksheet data when creating a new sheet.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#onDocumentRead()">onDocumentRead</a></strong>()</code>
 <div class="block">Initialize worksheet data when reading in an exisiting file.</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/XSSFSheet.html#protectSheet(java.lang.String)">protectSheet</a></strong>(java.lang.String&nbsp;password)</code>
 <div class="block">Enables sheet protection and sets the password for the sheet.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#read(java.io.InputStream)">read</a></strong>(java.io.InputStream&nbsp;is)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellRange.html" title="interface in org.apache.poi.ss.usermodel">CellRange</a>&lt;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#removeArrayFormula(org.apache.poi.ss.usermodel.Cell)">removeArrayFormula</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a>&nbsp;cell)</code>
 <div class="block">Remove a Array Formula from this sheet.</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/XSSFSheet.html#removeColumnBreak(int)">removeColumnBreak</a></strong>(int&nbsp;column)</code>
 <div class="block">Removes a page break at the indicated column</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/XSSFSheet.html#removeHyperlink(int,%20int)">removeHyperlink</a></strong>(int&nbsp;row,
                int&nbsp;column)</code>
 <div class="block">Removes a hyperlink in the collection of hyperlinks on this sheet</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/XSSFSheet.html#removeMergedRegion(int)">removeMergedRegion</a></strong>(int&nbsp;index)</code>
 <div class="block">Removes a merged region of cells (hence letting them free)</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/XSSFSheet.html#removeMergedRegions(java.util.Collection)">removeMergedRegions</a></strong>(java.util.Collection&lt;java.lang.Integer&gt;&nbsp;indices)</code>
 <div class="block">Removes a number of merged regions of cells (hence letting them free)
@@ -1077,31 +1083,31 @@ implements <a href="../../../../../org/a
  merged region.</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/XSSFSheet.html#removeRow(org.apache.poi.ss.usermodel.Row)">removeRow</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Row.html" title="interface in org.apache.poi.ss.usermodel">Row</a>&nbsp;row)</code>
 <div class="block">Remove a row from this sheet.</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/XSSFSheet.html#removeRowBreak(int)">removeRowBreak</a></strong>(int&nbsp;row)</code>
 <div class="block">Removes the page break at the indicated row</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.util.Iterator&lt;<a href="../../../../../org/apache/poi/ss/usermodel/Row.html" title="interface in org.apache.poi.ss.usermodel">Row</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#rowIterator()">rowIterator</a></strong>()</code>
 <div class="block">Returns an iterator of the physical rows</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/XSSFSheet.html#setActiveCell(org.apache.poi.ss.util.CellAddress)">setActiveCell</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;address)</code>
 <div class="block">Sets location of the active cell</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/XSSFSheet.html#setActiveCell(java.lang.String)">setActiveCell</a></strong>(java.lang.String&nbsp;cellRef)</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;
@@ -1109,169 +1115,169 @@ implements <a href="../../../../../org/a
 </div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellRange.html" title="interface in org.apache.poi.ss.usermodel">CellRange</a>&lt;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#setArrayFormula(java.lang.String,%20org.apache.poi.ss.util.CellRangeAddress)">setArrayFormula</a></strong>(java.lang.String&nbsp;formula,
                <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;range)</code>
 <div class="block">Sets array formula to specified region for result.</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/XSSFSheet.html#setAutobreaks(boolean)">setAutobreaks</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Flag indicating whether the sheet displays Automatic Page Breaks.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFAutoFilter.html" title="class in org.apache.poi.xssf.usermodel">XSSFAutoFilter</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#setAutoFilter(org.apache.poi.ss.util.CellRangeAddress)">setAutoFilter</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;range)</code>
 <div class="block">Enable filtering for a range of cells</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/XSSFSheet.html#setColumnBreak(int)">setColumnBreak</a></strong>(int&nbsp;column)</code>
 <div class="block">Sets a page break at the indicated column.</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/XSSFSheet.html#setColumnGroupCollapsed(int,%20boolean)">setColumnGroupCollapsed</a></strong>(int&nbsp;columnNumber,
                        boolean&nbsp;collapsed)</code>
 <div class="block">Expands or collapses a column group.</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/XSSFSheet.html#setColumnHidden(int,%20boolean)">setColumnHidden</a></strong>(int&nbsp;columnIndex,
                boolean&nbsp;hidden)</code>
 <div class="block">Get the visibility state for a given column.</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/XSSFSheet.html#setColumnWidth(int,%20int)">setColumnWidth</a></strong>(int&nbsp;columnIndex,
               int&nbsp;width)</code>
 <div class="block">Set the width (in units of 1/256th of a character width)</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/XSSFSheet.html#setDefaultColumnStyle(int,%20org.apache.poi.ss.usermodel.CellStyle)">setDefaultColumnStyle</a></strong>(int&nbsp;column,
                      <a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a>&nbsp;style)</code>
 <div class="block">Sets the default column style for a given column.</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/XSSFSheet.html#setDefaultColumnWidth(int)">setDefaultColumnWidth</a></strong>(int&nbsp;width)</code>
 <div class="block">Specifies the number of characters of the maximum digit width of the normal style's font.</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/XSSFSheet.html#setDefaultRowHeight(short)">setDefaultRowHeight</a></strong>(short&nbsp;height)</code>
 <div class="block">Set the default row height for the sheet (if the rows do not define their own height) in
  twips (1/20 of  a point)</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/XSSFSheet.html#setDefaultRowHeightInPoints(float)">setDefaultRowHeightInPoints</a></strong>(float&nbsp;height)</code>
 <div class="block">Sets default row height measured in point size.</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/XSSFSheet.html#setDisplayFormulas(boolean)">setDisplayFormulas</a></strong>(boolean&nbsp;show)</code>
 <div class="block">Sets the flag indicating whether this sheet should display formulas.</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/XSSFSheet.html#setDisplayGridlines(boolean)">setDisplayGridlines</a></strong>(boolean&nbsp;show)</code>
 <div class="block">Sets the flag indicating whether this sheet should display the lines
  between rows and columns to make editing and reading easier.</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/XSSFSheet.html#setDisplayGuts(boolean)">setDisplayGuts</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Set whether to display the guts or not</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/XSSFSheet.html#setDisplayRowColHeadings(boolean)">setDisplayRowColHeadings</a></strong>(boolean&nbsp;show)</code>
 <div class="block">Sets the flag indicating whether this sheet should display row and column headings.</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/XSSFSheet.html#setDisplayZeros(boolean)">setDisplayZeros</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Set whether the window should show 0 (zero) in cells containing zero value.</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/XSSFSheet.html#setFitToPage(boolean)">setFitToPage</a></strong>(boolean&nbsp;b)</code>
 <div class="block">Flag indicating whether the Fit to Page print option is enabled.</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/XSSFSheet.html#setForceFormulaRecalculation(boolean)">setForceFormulaRecalculation</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Control if Excel should be asked to recalculate all formulas on this sheet
  when the workbook is opened.</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/XSSFSheet.html#setHorizontallyCenter(boolean)">setHorizontallyCenter</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Center on page horizontally when printing.</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/XSSFSheet.html#setMargin(short,%20double)">setMargin</a></strong>(short&nbsp;margin,
          double&nbsp;size)</code>
 <div class="block">Sets the size of the margin in inches.</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/XSSFSheet.html#setPrintGridlines(boolean)">setPrintGridlines</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Turns on or off the printing of gridlines.</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/XSSFSheet.html#setRepeatingColumns(org.apache.poi.ss.util.CellRangeAddress)">setRepeatingColumns</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;columnRangeRef)</code>
 <div class="block">Sets the repeating columns used when printing the sheet, as found in 
  File->PageSetup->Sheet.</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/XSSFSheet.html#setRepeatingRows(org.apache.poi.ss.util.CellRangeAddress)">setRepeatingRows</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;rowRangeRef)</code>
 <div class="block">Sets the repeating rows used when printing the sheet, as found in 
  File->PageSetup->Sheet.</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/XSSFSheet.html#setRightToLeft(boolean)">setRightToLeft</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Sets whether the worksheet is displayed from right to left instead of from left to right.</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/XSSFSheet.html#setRowBreak(int)">setRowBreak</a></strong>(int&nbsp;row)</code>
 <div class="block">Sets a page break at the indicated row
  Breaks occur above the specified row and left of the specified column inclusive.</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/XSSFSheet.html#setRowGroupCollapsed(int,%20boolean)">setRowGroupCollapsed</a></strong>(int&nbsp;rowIndex,
                     boolean&nbsp;collapse)</code>
@@ -1279,34 +1285,42 @@ implements <a href="../../../../../org/a
  the rows in question hidden.</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/XSSFSheet.html#setRowSumsBelow(boolean)">setRowSumsBelow</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Flag indicating whether summary rows appear below detail in an outline, when applying an outline.</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/XSSFSheet.html#setRowSumsRight(boolean)">setRowSumsRight</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Flag indicating whether summary columns appear to the right of detail in an outline, when applying an outline.</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/XSSFSheet.html#setSelected(boolean)">setSelected</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Sets a flag indicating whether this sheet is selected.</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/XSSFSheet.html#setSheetPassword(java.lang.String,%20org.apache.poi.poifs.crypt.HashAlgorithm)">setSheetPassword</a></strong>(java.lang.String&nbsp;password,
                 <a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a>&nbsp;hashAlgo)</code>
 <div class="block">Sets the sheet password.</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/XSSFSheet.html#setTabColor(int)">setTabColor</a></strong>(int&nbsp;colorIndex)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>3.15-beta2. Removed in 3.17. Use <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#setTabColor(org.apache.poi.xssf.usermodel.XSSFColor)"><code>setTabColor(XSSFColor)</code></a>.</i></div>
+</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/XSSFSheet.html#setTabColor(org.apache.poi.xssf.usermodel.XSSFColor)">setTabColor</a></strong>(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a>&nbsp;color)</code>
 <div class="block">Set background color of the sheet tab</div>
 </td>
 </tr>
@@ -4138,6 +4152,18 @@ public&nbsp;org.openxmlformats.schemas.s
 <dt><span class="strong">Returns:</span></dt><dd>conditional formatting rule for this sheet</dd></dl>
 </li>
 </ul>
+<a name="getTabColor()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTabColor</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a>&nbsp;getTabColor()</pre>
+<div class="block">Get background color of the sheet tab.
+ Returns <tt>null</tt> if no sheet tab color is set.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the background color of the sheet tab</dd></dl>
+</li>
+</ul>
 <a name="setTabColor(int)">
 <!--   -->
 </a>
@@ -4145,8 +4171,20 @@ public&nbsp;org.openxmlformats.schemas.s
 <li class="blockList">
 <h4>setTabColor</h4>
 <pre>public&nbsp;void&nbsp;setTabColor(int&nbsp;colorIndex)</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>3.15-beta2. Removed in 3.17. Use <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#setTabColor(org.apache.poi.xssf.usermodel.XSSFColor)"><code>setTabColor(XSSFColor)</code></a>.</i></div>
+<div class="block">Set background color of the sheet tab</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>colorIndex</code> - the indexed color to set, must be a constant from <a href="../../../../../org/apache/poi/ss/usermodel/IndexedColors.html" title="enum in org.apache.poi.ss.usermodel"><code>IndexedColors</code></a></dd></dl>
+</li>
+</ul>
+<a name="setTabColor(org.apache.poi.xssf.usermodel.XSSFColor)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setTabColor</h4>
+<pre>public&nbsp;void&nbsp;setTabColor(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a>&nbsp;color)</pre>
 <div class="block">Set background color of the sheet tab</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>colorIndex</code> - the indexed color to set, must be a constant from <code>IndexedColors</code></dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - the color to set</dd></dl>
 </li>
 </ul>
 <a name="getRepeatingRows()">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFColor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFColor.html?rev=1739619&r1=1739618&r2=1739619&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFColor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFColor.html Sun Apr 17 14:12:15 2016
@@ -78,10 +78,14 @@
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td>
+<td class="colFirst"><a href="#org.apache.poi.xssf.streaming">org.apache.poi.xssf.streaming</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel.extensions">org.apache.poi.xssf.usermodel.extensions</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -127,6 +131,37 @@
 </tbody>
 </table>
 </li>
+<li class="blockList"><a name="org.apache.poi.xssf.streaming">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a> in <a href="../../../../../../org/apache/poi/xssf/streaming/package-summary.html">org.apache.poi.xssf.streaming</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/poi/xssf/streaming/package-summary.html">org.apache.poi.xssf.streaming</a> that return <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a></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>
+<tbody>
+<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"><span class="strong">SXSSFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/streaming/SXSSFSheet.html#getTabColor()">getTabColor</a></strong>()</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/poi/xssf/streaming/package-summary.html">org.apache.poi.xssf.streaming</a> with parameters of type <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">SXSSFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/streaming/SXSSFSheet.html#setTabColor(org.apache.poi.xssf.usermodel.XSSFColor)">setTabColor</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>
+</tbody>
+</table>
+</li>
 <li class="blockList"><a name="org.apache.poi.xssf.usermodel">
 <!--   -->
 </a>
@@ -228,22 +263,28 @@
 </tr>
 <tr class="rowColor">
 <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"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getTopBorderColorColor()">getTopBorderColorColor</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">XSSFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getTabColor()">getTabColor</a></strong>()</code>
+<div class="block">Get background color of the sheet tab.</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"><span class="strong">XSSFBorderFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#getTopBorderColorColor()">getTopBorderColorColor</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<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"><span class="strong">XSSFCellStyle.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getTopBorderXSSFColor()">getTopBorderXSSFColor</a></strong>()</code>
 <div class="block">Get the color to use for the top border</div>
 </td>
 </tr>
-<tr class="rowColor">
+<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"><span class="strong">XSSFFont.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html#getXSSFColor()">getXSSFColor</a></strong>()</code>
 <div class="block">get the color value for the font
  References a color defined as  Standard Alpha Red Green Blue color value (ARGB).</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <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"><span class="strong">XSSFFontFormatting.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFFontFormatting.html#getXSSFColor()">getXSSFColor</a></strong>()</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;
@@ -251,9 +292,11 @@
 </div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <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"><span class="strong">XSSFColor.</span><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>
+<td class="colLast"><span class="strong">XSSFColor.</span><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>
+<div class="block">Checked type cast <tt>color</tt> to an XSSFColor.</div>
+</td>
 </tr>
 </tbody>
 </table>
@@ -319,6 +362,12 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">XSSFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#setTabColor(org.apache.poi.xssf.usermodel.XSSFColor)">setTabColor</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a>&nbsp;color)</code>
+<div class="block">Set background color of the sheet tab</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="strong">XSSFCellStyle.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.html#setTopBorderColor(org.apache.poi.xssf.usermodel.XSSFColor)">setTopBorderColor</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a>&nbsp;color)</code>
 <div class="block">Set the color to use for the top border as a <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel"><code>XSSFColor</code></a> value</div>
 </td>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html?rev=1739619&r1=1739618&r2=1739619&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html Sun Apr 17 14:12:15 2016
@@ -233,27 +233,32 @@
 </td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFComment.html#org.apache.poi.xssf.streaming">XSSFComment</a>&nbsp;</td>
+<td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFColor.html#org.apache.poi.xssf.streaming">XSSFColor</a>
+<div class="block">Represents a color in SpreadsheetML</div>
+</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFDataValidation.html#org.apache.poi.xssf.streaming">XSSFDataValidation</a>&nbsp;</td>
+<td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFComment.html#org.apache.poi.xssf.streaming">XSSFComment</a>&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFDataValidation.html#org.apache.poi.xssf.streaming">XSSFDataValidation</a>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFHyperlink.html#org.apache.poi.xssf.streaming">XSSFHyperlink</a>
 <div class="block">XSSF Implementation of a Hyperlink.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFRichTextString.html#org.apache.poi.xssf.streaming">XSSFRichTextString</a>
 <div class="block">Rich text unicode string.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFSheet.html#org.apache.poi.xssf.streaming">XSSFSheet</a>
 <div class="block">High level representation of a SpreadsheetML worksheet.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFWorkbook.html#org.apache.poi.xssf.streaming">XSSFWorkbook</a>
 <div class="block">High level representation of a SpreadsheetML workbook.</div>
 </td>

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1739619&r1=1739618&r2=1739619&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Sun Apr 17 14:12:15 2016
@@ -265,6 +265,18 @@ if (VERSION > 3) {
 <ul>
         
 <li>
+<img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59342">59342</a> - XSSF: Get and set sheet tab color</li>
+        
+<li>
+<img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59340">59340</a> - SS Common: Lookup IndexedColors by index</li>
+        
+<li>
+<img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59336">59336</a> - SS Common: Deprecate CellUtil methods that do not need a workbook parameter.</li>
+        
+<li>
+<img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59338">59338</a> - HSSF: Mark HSSFCellUtil for removal, replaced with Common SS CellUtil.</li>
+        
+<li>
 <img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=52949">52949</a> - VBA Macro reader and extractor</li>
         
 <li>
@@ -277,7 +289,7 @@ if (VERSION > 3) {
 <img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=56911">56911</a> - Fix IndexOutOfBoundsException in PlfLfo.add()</li>
         
 <li>
-<img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59264">59264</a> - Common SS: unify setting cell border line style with BorderStyle</li>
+<img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59264">59264</a> - SS Common: unify setting cell border line style with BorderStyle</li>
     
 </ul>
 

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1739619&r1=1739618&r2=1739619&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Sun Apr 17 14:12:15 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> add(bug 52949)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 52949) - VBA Macro reader and extractor</description></item><item><title> fix(bug 55982)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55982) - Don't fail to open the spreadsheet if no TabIdRecord is found</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Fix some cases where file-handles were not closed properly, mostly when the documents could not be opened correctly</description></item><item><title> add(bug 56911)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 56911) - Fix IndexOutOfBoundsException in PlfLfo
 .add()</description></item><item><title> add(bug 59264)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59264) - Common SS: unify setting cell border line style with BorderStyle</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> add(bug 59342)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59342) - XSSF: Get and set sheet tab color</description></item><item><title> add(bug 59340)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59340) - SS Common: Lookup IndexedColors by index</description></item><item><title> add(bug 59336)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59336) - SS Common: Deprecate CellUtil methods that do not need a workbook parameter.</description></item><item><title> add(bug 59338)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59338) - HSSF: Mark HSSFCellUtil for removal, replaced with Common SS CellUtil.</d
 escription></item><item><title> add(bug 52949)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 52949) - VBA Macro reader and extractor</description></item><item><title> fix(bug 55982)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55982) - Don't fail to open the spreadsheet if no TabIdRecord is found</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Fix some cases where file-handles were not closed properly, mostly when the documents could not be opened correctly</description></item><item><title> add(bug 56911)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 56911) - Fix IndexOutOfBoundsException in PlfLfo.add()</description></item><item><title> add(bug 59264)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59264) - SS
  Common: unify setting cell border line style with BorderStyle</description></item></channel></rss>
\ No newline at end of file

Modified: poi/site/publish/download.html
URL: http://svn.apache.org/viewvc/poi/site/publish/download.html?rev=1739619&r1=1739618&r2=1739619&view=diff
==============================================================================
--- poi/site/publish/download.html (original)
+++ poi/site/publish/download.html Sun Apr 17 14:12:15 2016
@@ -269,10 +269,7 @@ if (VERSION > 3) {
       </p>
       
 <ul>
-          
-<li>
-<a href="download.html#POI-3.15-beta1">The latest beta release is Apache POI 3.15-beta1</a>
-</li>
+          <!-- li><link href="download.html#POI-3.14-beta1">The latest beta release is Apache POI 3.14-beta1</link></li -->
           
 <li>
 <a href="download.html#POI-3.14">The latest stable release is Apache POI 3.14</a>
@@ -294,101 +291,66 @@ if (VERSION > 3) {
         of the files using the signatures and checksums available from this page.
       </p>
     
-    
-<a name="POI-3.15-beta1"></a>
-<div class="h3">
-<h3>15 April 2016 - POI 3.15-beta1 available</h3>
-</div>
-      
-<p>The Apache POI team is pleased to announce the release of 3.15-beta1. 
+    <!-- section id="POI-3.14-beta1"><title>23 December 2015 - POI 3.14-beta1 available</title>
+      <p>The Apache POI team is pleased to announce the release of 3.14-beta1. 
          Featured are a handful of new areas of functionality - including basic support for
          the XML Visio format - and numerous bug fixes.</p>
-      
-<p>A summary of changes is available in the 
-        <a href="http://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES.txt">Release Notes</a>.
-        A full list of changes is available in the <a href="changes.html">change log</a>. 
-        People interested should also follow the <a href="mailinglists.html">dev list</a>
+      <p>A summary of changes is available in the 
+        <link href="http://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES.txt">Release Notes</link>.
+        A full list of changes is available in the <link href="changes.html">change log</link>. 
+        People interested should also follow the <link href="mailinglists.html">dev list</link>
         to track progress.</p>
-      
-<p>
+      <p>
         The POI source release as well as the pre-built binary deployment packages are listed below. 
-        Pre-built versions of all <a href="index.html#components">POI components</a> 
+        Pre-built versions of all <link href="index.html#components">POI components</link> 
         are available in the central Maven repository under Group ID "org.apache.poi" and Version 
-        "3.15-beta1".
+        "3.14-beta1".
       </p>
-      
-<a name="Binary+Distribution"></a>
-<div class="h4">
-<h4>Binary Distribution</h4>
-</div>
-      
-<ul>
-        
-<li>
-<a href="http://www.apache.org/dyn/closer.lua/poi/dev/bin/poi-bin-3.15-beta1-20160409.tar.gz">poi-bin-3.15-beta1-20160409.tar.gz</a>
-          (19MB, <a href="http://www.apache.org/dist/poi/dev/bin/poi-bin-3.15-beta1-20160409.tar.gz.asc">signed</a>)
-          <br>
-          MD5 checksum: <a href="http://www.apache.org/dist/poi/dev/bin/poi-bin-3.15-beta1-20160409.tar.gz.md5">
-          b45bfb302226db625229f0152ca201f5</a> 
-          
-<br>
-          SHA1 checksum: <a href="http://www.apache.org/dist/poi/dev/bin/poi-bin-3.15-beta1-20160409.tar.gz.sha1">
-          f4eef5dafca029c00bfb1847e27ce72024317d1d</a> 
-        
-</li>
-        
-<li>
-<a href="http://www.apache.org/dyn/closer.lua/poi/dev/bin/poi-bin-3.15-beta1-20160409.zip">poi-bin-3.15-beta1-20160409.zip</a>
-          (28MB, <a href="http://www.apache.org/dist/poi/dev/bin/poi-bin-3.15-beta1-20160409.zip.asc">signed</a>)
-          <br>
-          MD5 checksum: <a href="http://www.apache.org/dist/poi/dev/bin/poi-bin-3.15-beta1-20160409.zip.md5">
-          303f0bed534b86ecb716b20ef12b8503</a> 
-          
-<br>
-          SHA1 checksum: <a href="http://www.apache.org/dist/poi/dev/bin/poi-bin-3.15-beta1-20160409.zip.sha1">
-          c92db5b0678cd7e890f48669aafcd2e3540bec1b</a> 
-        
-</li>
-      
-</ul>
-      
-      
-<a name="Source+Distribution"></a>
-<div class="h4">
-<h4>Source Distribution</h4>
-</div>
-      
-<ul>
-        
-<li>
-<a href="http://www.apache.org/dyn/closer.lua/poi/dev/src/poi-src-3.15-beta1-20160409.tar.gz">poi-src-3.15-beta1-20160409.tar.gz</a>
-          (72MB, <a href="http://www.apache.org/dist/poi/dev/src/poi-src-3.15-beta1-20160409.tar.gz.asc">signed</a>)
-          <br>
-          MD5 checksum: <a href="http://www.apache.org/dist/poi/dev/src/poi-src-3.15-beta1-20160409.tar.gz.md5">
-          2ca0ce14b5aa14083a2184903d32eb6d</a> 
-          
-<br>
-          SHA1 checksum: <a href="http://www.apache.org/dist/poi/dev/src/poi-src-3.15-beta1-20160409.tar.gz.sha1">
-          0fa5363ac11b09680df1fb3c06f2eee59a3a4329</a> 
-        
-</li>
-        
-<li>
-<a href="http://www.apache.org/dyn/closer.lua/poi/dev/src/poi-src-3.15-beta1-20160409.zip">poi-src-3.15-beta1-20160409.zip</a>
-          (76MB, <a href="http://www.apache.org/dist/poi/dev/src/poi-src-3.15-beta1-20160409.zip.asc">signed</a>)
-          <br>
-          MD5 checksum: <a href="http://www.apache.org/dist/poi/dev/src/poi-src-3.15-beta1-20160409.zip.md5">
-          0f7b27b6c35955ac3c8b45766fc84a27</a> 
-          
-<br>
-          SHA1 checksum: <a href="http://www.apache.org/dist/poi/dev/src/poi-src-3.15-beta1-20160409.zip.sha1">
-          1e765c6003e8ee602eeed125a58a2fc38fd035b8</a> 
-        
-</li>
-      
-</ul>
-      
-    
+      <section><title>Binary Distribution</title>
+      <ul>
+        <li><link href="http://www.apache.org/dyn/closer.lua/poi/dev/bin/poi-bin-3.14-beta1-20151223.tar.gz">poi-bin-3.14-beta1-20151223.tar.gz</link>
+          (18MB, <link href="http://www.apache.org/dist/poi/dev/bin/poi-bin-3.14-beta1-20151223.tar.gz.asc">signed</link>)
+          <br/>
+          MD5 checksum: <link href="http://www.apache.org/dist/poi/dev/bin/poi-bin-3.14-beta1-20151223.tar.gz.md5">
+          eec1fabd60670ad78bc5c0c7ad9b5923</link> 
+          <br/>
+          SHA1 checksum: <link href="http://www.apache.org/dist/poi/dev/bin/poi-bin-3.14-beta1-20151223.tar.gz.sha1">
+          857afcfd50ca81a031a3b34bd7758317f4b66195</link> 
+        </li>
+        <li><link href="http://www.apache.org/dyn/closer.lua/poi/dev/bin/poi-bin-3.14-beta1-20151223.zip">poi-bin-3.14-beta1-20151223.zip</link>
+          (25MB, <link href="http://www.apache.org/dist/poi/dev/bin/poi-bin-3.14-beta1-20151223.zip.asc">signed</link>)
+          <br/>
+          MD5 checksum: <link href="http://www.apache.org/dist/poi/dev/bin/poi-bin-3.14-beta1-20151223.zip.md5">
+          d20a2607041aed6c15abdb35b39eef3b</link> 
+          <br/>
+          SHA1 checksum: <link href="http://www.apache.org/dist/poi/dev/bin/poi-bin-3.14-beta1-20151223.zip.sha1">
+          d93800b2d69196215ff065cb5e48c2b00fa71a17</link> 
+        </li>
+      </ul>
+      </section>
+      <section><title>Source Distribution</title>
+      <ul>
+        <li><link href="http://www.apache.org/dyn/closer.lua/poi/dev/src/poi-src-3.14-beta1-20151223.tar.gz">poi-src-3.14-beta1-20151223.tar.gz</link>
+          (58MB, <link href="http://www.apache.org/dist/poi/dev/src/poi-src-3.14-beta1-20151223.tar.gz.asc">signed</link>)
+          <br/>
+          MD5 checksum: <link href="http://www.apache.org/dist/poi/dev/src/poi-src-3.14-beta1-20151223.tar.gz.md5">
+          8dd3cfa19d3c8e8d381fa33e499b9c2b</link> 
+          <br/>
+          SHA1 checksum: <link href="http://www.apache.org/dist/poi/dev/src/poi-src-3.14-beta1-20151223.tar.gz.sha1">
+         9f0906758e99dbd6a113caeeff793c0fc1c8ea7f </link> 
+        </li>
+        <li><link href="http://www.apache.org/dyn/closer.lua/poi/dev/src/poi-src-3.14-beta1-20151223.zip">poi-src-3.14-beta1-20151223.zip</link>
+          (62MB, <link href="http://www.apache.org/dist/poi/dev/src/poi-src-3.14-beta1-20151223.zip.asc">signed</link>)
+          <br/>
+          MD5 checksum: <link href="http://www.apache.org/dist/poi/dev/src/poi-src-3.14-beta1-20151223.zip.md5">
+          b2b65a9747c70cd4f2f713d469caf32c</link> 
+          <br/>
+          SHA1 checksum: <link href="http://www.apache.org/dist/poi/dev/src/poi-src-3.14-beta1-20151223.zip.sha1">
+          7126f5e2ebe508cff7e622d43147d2b50bf0f3de</link> 
+        </li>
+      </ul>
+      </section>
+    </section-->
     
 <a name="POI-3.14"></a>
 <div class="h3">
@@ -411,7 +373,7 @@ if (VERSION > 3) {
         Version "3.13".
       </p>
       
-<a name="Binary+Distribution-N100E1"></a>
+<a name="Binary+Distribution"></a>
 <div class="h4">
 <h4>Binary Distribution</h4>
 </div>
@@ -447,7 +409,7 @@ if (VERSION > 3) {
 </ul>
       
       
-<a name="Source+Distribution-N10116"></a>
+<a name="Source+Distribution"></a>
 <div class="h4">
 <h4>Source Distribution</h4>
 </div>

Modified: poi/site/publish/index.html
URL: http://svn.apache.org/viewvc/poi/site/publish/index.html?rev=1739619&r1=1739618&r2=1739619&view=diff
==============================================================================
--- poi/site/publish/index.html (original)
+++ poi/site/publish/index.html Sun Apr 17 14:12:15 2016
@@ -223,24 +223,16 @@ if (VERSION > 3) {
 <h3>Project News</h3>
 </div>
 
-      
-<a name="15+April+2016+-+POI+3.15-beta1+available"></a>
-<div class="h4">
-<h4>15 April 2016 - POI 3.15-beta1 available</h4>
-</div>
-      
-<p>The Apache POI team is pleased to announce the release of 3.15-beta1. 
+      <!-- section><title>23 December 2015 - POI 3.14-beta1 available</title>
+      <p>The Apache POI team is pleased to announce the release of 3.14-beta1. 
          Featured are a handful of new areas of functionality - including basic support for
          the XML Visio format - and numerous bug fixes.</p>
-      
-<p>A summary of changes is available in the 
-        <a href="http://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES.txt">Release Notes</a>.
-        A full list of changes is available in the <a href="changes.html">change log</a>. 
-        People interested should also follow the <a href="mailinglists.html">dev list</a> to track progress.</p>
-       
-<p>See the <a href="download.html">downloads</a> page for more details.</p>
-      
-      
+      <p>A summary of changes is available in the 
+        <link href="http://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES.txt">Release Notes</link>.
+        A full list of changes is available in the <link href="changes.html">change log</link>. 
+        People interested should also follow the <link href="mailinglists.html">dev list</link> to track progress.</p>
+       <p>See the <link href="download.html">downloads</link> page for more details.</p>
+      </section -->
       
 <a name="05+March+2016+-+POI+3.14+available"></a>
 <div class="h4">



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