Modified: 
poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddressBase.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddressBase.html?rev=1795699&r1=1795698&r2=1795699&view=diff
==============================================================================
--- 
poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddressBase.html
 (original)
+++ 
poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddressBase.html
 Sun May 21 13:32:26 2017
@@ -97,6 +97,10 @@ HSSF concepts.</div>
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a 
href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a 
href="#org.apache.poi.ss.util">org.apache.poi.ss.util</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -224,6 +228,27 @@ HSSF concepts.</div>
 </tr>
 </tbody>
 </table>
+</li>
+<li class="blockList"><a name="org.apache.poi.ss.usermodel">
+<!--   -->
+</a>
+<h3>Uses of <a 
href="../../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html" 
title="class in org.apache.poi.ss.util">CellRangeAddressBase</a> in <a 
href="../../../../../../org/apache/poi/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</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/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a>
 that return <a 
href="../../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html" 
title="class in org.apache.poi.ss.util">CellRangeAddressBase</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/ss/util/CellRangeAddressBase.html" 
title="class in org.apache.poi.ss.util">CellRangeAddressBase</a></code></td>
+<td class="colLast"><span 
class="strong">TableStyleType.</span><code><strong><a 
href="../../../../../../org/apache/poi/ss/usermodel/TableStyleType.html#appliesTo(org.apache.poi.ss.usermodel.Table,%20org.apache.poi.ss.usermodel.Cell)">appliesTo</a></strong>(<a
 href="../../../../../../org/apache/poi/ss/usermodel/Table.html" 
title="interface in org.apache.poi.ss.usermodel">Table</a>&nbsp;table,
+         <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">A range is returned only for the part of the table matching 
this enum instance and containing the given cell.</div>
+</td>
+</tr>
+</tbody>
+</table>
 </li>
 <li class="blockList"><a name="org.apache.poi.ss.util">
 <!--   -->

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/package-frame.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/package-frame.html?rev=1795699&r1=1795698&r2=1795699&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/package-frame.html 
(original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/package-frame.html Sun May 
21 13:32:26 2017
@@ -33,6 +33,7 @@
 </ul>
 <h2 title="Enums">Enums</h2>
 <ul title="Enums">
+<li><a href="CellRangeAddressBase.CellPosition.html" title="enum in 
org.apache.poi.ss.util" 
target="classFrame">CellRangeAddressBase.CellPosition</a></li>
 <li><a href="CellReference.NameType.html" title="enum in 
org.apache.poi.ss.util" target="classFrame">CellReference.NameType</a></li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/package-summary.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/package-summary.html?rev=1795699&r1=1795698&r2=1795699&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/package-summary.html 
(original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/package-summary.html Sun 
May 21 13:32:26 2017
@@ -219,6 +219,12 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.CellPosition.html"
 title="enum in 
org.apache.poi.ss.util">CellRangeAddressBase.CellPosition</a></td>
+<td class="colLast">
+<div class="block">Indicates a cell or range is in the given relative position 
in a range.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a 
href="../../../../../org/apache/poi/ss/util/CellReference.NameType.html" 
title="enum in org.apache.poi.ss.util">CellReference.NameType</a></td>
 <td class="colLast">
 <div class="block">Used to classify identifiers found in formulas as cell 
references or not.</div>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/package-tree.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/package-tree.html?rev=1795699&r1=1795698&r2=1795699&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/package-tree.html Sun May 
21 13:32:26 2017
@@ -108,6 +108,7 @@
 <ul>
 <li type="circle">java.lang.Enum&lt;E&gt; (implements 
java.lang.Comparable&lt;T&gt;, java.io.Serializable)
 <ul>
+<li type="circle">org.apache.poi.ss.util.<a 
href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.CellPosition.html"
 title="enum in org.apache.poi.ss.util"><span 
class="strong">CellRangeAddressBase.CellPosition</span></a></li>
 <li type="circle">org.apache.poi.ss.util.<a 
href="../../../../../org/apache/poi/ss/util/CellReference.NameType.html" 
title="enum in org.apache.poi.ss.util"><span 
class="strong">CellReference.NameType</span></a></li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/package-use.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/package-use.html?rev=1795699&r1=1795698&r2=1795699&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/package-use.html Sun May 21 
13:32:26 2017
@@ -454,6 +454,13 @@ for streaming/read-only processing of xl
 </td>
 </tr>
 <tr class="altColor">
+<td class="colOne"><a 
href="../../../../../org/apache/poi/ss/util/class-use/CellRangeAddressBase.html#org.apache.poi.ss.usermodel">CellRangeAddressBase</a>
+<div class="block">See OOO documentation: excelfileformat.pdf sec 2.5.14 - 
'Cell Range Address'<p/>
+
+ Common superclass of 8-bit and 16-bit versions</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><a 
href="../../../../../org/apache/poi/ss/util/class-use/CellRangeAddressList.html#org.apache.poi.ss.usermodel">CellRangeAddressList</a>
 <div class="block">Implementation of the cell range address lists,like is 
described
  in OpenOffice.org's Excel Documentation: excelfileformat.pdf sec 2.5.14 -
@@ -463,7 +470,7 @@ for streaming/read-only processing of xl
  several records (not formulas).</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a 
href="../../../../../org/apache/poi/ss/util/class-use/PaneInformation.html#org.apache.poi.ss.usermodel">PaneInformation</a>
 <div class="block">Holds information regarding a split plane or freeze plane 
for a sheet.</div>
 </td>
@@ -539,6 +546,11 @@ for streaming/read-only processing of xl
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colOne"><a 
href="../../../../../org/apache/poi/ss/util/class-use/CellRangeAddressBase.CellPosition.html#org.apache.poi.ss.util">CellRangeAddressBase.CellPosition</a>
+<div class="block">Indicates a cell or range is in the given relative position 
in a range.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colOne"><a 
href="../../../../../org/apache/poi/ss/util/class-use/CellRangeAddressList.html#org.apache.poi.ss.util">CellRangeAddressList</a>
 <div class="block">Implementation of the cell range address lists,like is 
described
  in OpenOffice.org's Excel Documentation: excelfileformat.pdf sec 2.5.14 -
@@ -548,32 +560,32 @@ for streaming/read-only processing of xl
  several records (not formulas).</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a 
href="../../../../../org/apache/poi/ss/util/class-use/CellReference.html#org.apache.poi.ss.util">CellReference</a>
 <div class="block">Common conversion functions between Excel style A1, C27 
style
   cell references, and POI usermodel style row=0, column=0
   style references.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a 
href="../../../../../org/apache/poi/ss/util/class-use/CellReference.NameType.html#org.apache.poi.ss.util">CellReference.NameType</a>
 <div class="block">Used to classify identifiers found in formulas as cell 
references or not.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a 
href="../../../../../org/apache/poi/ss/util/class-use/PropertyTemplate.html#org.apache.poi.ss.util">PropertyTemplate</a>
 <div class="block">
  A <a href="../../../../../org/apache/poi/ss/util/PropertyTemplate.html" 
title="class in org.apache.poi.ss.util"><code>PropertyTemplate</code></a> is a 
template that can be applied to any sheet in
  a project.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a 
href="../../../../../org/apache/poi/ss/util/class-use/SheetBuilder.html#org.apache.poi.ss.util">SheetBuilder</a>
 <div class="block">Class <code>SheetBuilder</code> provides an easy way of 
building workbook sheets
  from 2D array of Objects.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a 
href="../../../../../org/apache/poi/ss/util/class-use/SSCellRange.html#org.apache.poi.ss.util">SSCellRange</a>
 <div class="block">For POI internal use only</div>
 </td>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/model/StylesTable.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/model/StylesTable.html?rev=1795699&r1=1795698&r2=1795699&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/model/StylesTable.html 
(original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/model/StylesTable.html Sun May 
21 13:32:26 2017
@@ -280,168 +280,172 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>java.util.Set&lt;java.lang.String&gt;</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#getExplicitTableStyleNames()">getExplicitTableStyleNames</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.html"
 title="class in 
org.apache.poi.xssf.usermodel.extensions">XSSFCellFill</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#getFillAt(int)">getFillAt</a></strong>(int&nbsp;idx)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a 
href="../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.html"
 title="class in 
org.apache.poi.xssf.usermodel.extensions">XSSFCellFill</a>&gt;</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#getFills()">getFills</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html" title="class 
in org.apache.poi.xssf.usermodel">XSSFFont</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#getFontAt(int)">getFontAt</a></strong>(int&nbsp;idx)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html" title="class 
in org.apache.poi.xssf.usermodel">XSSFFont</a>&gt;</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#getFonts()">getFonts</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#getMaxNumberOfDataFormats()">getMaxNumberOfDataFormats</a></strong>()</code>
 <div class="block">Get the upper limit on the number of data formats that has 
been set for the style table.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#getNumberFormatAt(short)">getNumberFormatAt</a></strong>(short&nbsp;fmtId)</code>
 <div class="block">Get number format string given its id</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td 
class="colFirst"><code>java.util.Map&lt;java.lang.Short,java.lang.String&gt;</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#getNumberFormats()">getNumberFormats</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#getNumCellStyles()">getNumCellStyles</a></strong>()</code>
 <div class="block">get the size of cell styles</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#getNumDataFormats()">getNumDataFormats</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.html" 
title="class in org.apache.poi.xssf.usermodel">XSSFCellStyle</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#getStyleAt(int)">getStyleAt</a></strong>(int&nbsp;idx)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html" 
title="interface in org.apache.poi.ss.usermodel">TableStyle</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#getTableStyle(java.lang.String)">getTableStyle</a></strong>(java.lang.String&nbsp;name)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/poi/xssf/model/ThemesTable.html" title="class 
in org.apache.poi.xssf.model">ThemesTable</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#getTheme()">getTheme</a></strong>()</code>
 <div class="block">Get the current Workbook's theme table, or null if the
   Workbook lacks any themes.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#putBorder(org.apache.poi.xssf.usermodel.extensions.XSSFCellBorder)">putBorder</a></strong>(<a
 
href="../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.html"
 title="class in 
org.apache.poi.xssf.usermodel.extensions">XSSFCellBorder</a>&nbsp;border)</code>
 <div class="block">Adds a border to the border style table if it isn't already 
in the style table
  Does nothing if border is already in borders style table</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#putCellStyleXf(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf)">putCellStyleXf</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf&nbsp;cellStyleXf)</code>
 <div class="block">Adds a cell style to the styles table.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#putCellXf(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf)">putCellXf</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf&nbsp;cellXf)</code>
 <div class="block">Adds a cell to the styles table.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#putDxf(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf)">putDxf</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf&nbsp;dxf)</code>
 <div class="block">Adds a Dxf to the style table
  Does not check for duplicates.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#putFill(org.apache.poi.xssf.usermodel.extensions.XSSFCellFill)">putFill</a></strong>(<a
 
href="../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.html"
 title="class in 
org.apache.poi.xssf.usermodel.extensions">XSSFCellFill</a>&nbsp;fill)</code>
 <div class="block">Adds a fill to the fill style table if it isn't already in 
the style table
  Does nothing if fill is already in fill style table</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#putFont(org.apache.poi.xssf.usermodel.XSSFFont)">putFont</a></strong>(<a
 href="../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html" title="class 
in org.apache.poi.xssf.usermodel">XSSFFont</a>&nbsp;font)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#putFont(org.apache.poi.xssf.usermodel.XSSFFont,%20boolean)">putFont</a></strong>(<a
 href="../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html" title="class 
in org.apache.poi.xssf.usermodel">XSSFFont</a>&nbsp;font,
        boolean&nbsp;forceRegistration)</code>
 <div class="block">Records the given font in the font table.</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/model/StylesTable.html#putNumberFormat(short,%20java.lang.String)">putNumberFormat</a></strong>(short&nbsp;index,
                java.lang.String&nbsp;fmt)</code>
 <div class="block">Add a number format with a specific ID into the 
numberFormats map.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#putNumberFormat(java.lang.String)">putNumberFormat</a></strong>(java.lang.String&nbsp;fmt)</code>
 <div class="block">Puts <code>fmt</code> in the numberFormats map if the 
format is not
  already in the the number format style table.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/model/StylesTable.html#putStyle(org.apache.poi.xssf.usermodel.XSSFCellStyle)">putStyle</a></strong>(<a
 href="../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.html" 
title="class in 
org.apache.poi.xssf.usermodel">XSSFCellStyle</a>&nbsp;style)</code>&nbsp;</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/model/StylesTable.html#readFrom(java.io.InputStream)">readFrom</a></strong>(java.io.InputStream&nbsp;is)</code>
 <div class="block">Read this shared styles table from an XML file.</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/model/StylesTable.html#removeNumberFormat(short)">removeNumberFormat</a></strong>(short&nbsp;index)</code>
 <div class="block">Remove a number format from the style table if it 
exists.</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/model/StylesTable.html#removeNumberFormat(java.lang.String)">removeNumberFormat</a></strong>(java.lang.String&nbsp;fmt)</code>
 <div class="block">Remove a number format from the style table if it exists
  All cell styles with this number format will be modified to use the default 
number format</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/model/StylesTable.html#replaceCellStyleXfAt(int,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf)">replaceCellStyleXfAt</a></strong>(int&nbsp;idx,
                     
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf&nbsp;cellStyleXf)</code>&nbsp;</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/model/StylesTable.html#replaceCellXfAt(int,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf)">replaceCellXfAt</a></strong>(int&nbsp;idx,
                
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf&nbsp;cellXf)</code>&nbsp;</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/model/StylesTable.html#setMaxNumberOfDataFormats(int)">setMaxNumberOfDataFormats</a></strong>(int&nbsp;num)</code>
 <div class="block">Changes the maximum number of data formats that may be in a 
style table</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/model/StylesTable.html#setTheme(org.apache.poi.xssf.model.ThemesTable)">setTheme</a></strong>(<a
 href="../../../../../org/apache/poi/xssf/model/ThemesTable.html" title="class 
in org.apache.poi.xssf.model">ThemesTable</a>&nbsp;theme)</code>&nbsp;</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/model/StylesTable.html#setWorkbook(org.apache.poi.xssf.usermodel.XSSFWorkbook)">setWorkbook</a></strong>(<a
 href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html" 
title="class in 
org.apache.poi.xssf.usermodel">XSSFWorkbook</a>&nbsp;wb)</code>&nbsp;</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/model/StylesTable.html#writeTo(java.io.OutputStream)">writeTo</a></strong>(java.io.OutputStream&nbsp;out)</code>
 <div class="block">Write this table out as XML.</div>
@@ -1032,6 +1036,17 @@ public&nbsp;int&nbsp;putDxf(org.openxmlf
   <dd>3.17 beta 1</dd></dl>
 </li>
 </ul>
+<a name="getExplicitTableStyleNames()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getExplicitTableStyleNames</h4>
+<pre>public&nbsp;java.util.Set&lt;java.lang.String&gt;&nbsp;getExplicitTableStyleNames()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>names of all explicitly 
defined table styles in the workbook</dd><dt><span 
class="strong">Since:</span></dt>
+  <dd>3.17 beta 1</dd></dl>
+</li>
+</ul>
 <a name="getTableStyle(java.lang.String)">
 <!--   -->
 </a>

Added: 
poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html?rev=1795699&view=auto
==============================================================================
--- 
poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html
 (added)
+++ 
poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html
 Sun May 21 13:32:26 2017
@@ -0,0 +1,339 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle (POI API 
Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            
parent.document.title="XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle (POI API 
Documentation)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a 
href="class-use/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.html" 
title="enum in org.apache.poi.xssf.usermodel"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html" 
title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html"
 target="_top">Frames</a></li>
+<li><a href="XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html" 
target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.poi.xssf.usermodel</div>
+<h2 title="Class XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle" 
class="title">Class XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.xssf.usermodel.XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html" 
title="interface in org.apache.poi.ss.usermodel">TableStyle</a></dd>
+</dl>
+<dl>
+<dt>Enclosing class:</dt>
+<dd><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.html" 
title="enum in org.apache.poi.xssf.usermodel">XSSFBuiltinTableStyle</a></dd>
+</dl>
+<hr>
+<br>
+<pre>protected static class <span 
class="strong">XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle</span>
+extends java.lang.Object
+implements <a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html" 
title="interface in org.apache.poi.ss.usermodel">TableStyle</a></pre>
+<div class="block">implementation for built-in styles</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html#XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle(org.apache.poi.xssf.usermodel.XSSFBuiltinTableStyle,%20org.apache.poi.ss.usermodel.TableStyle)">XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle</a></strong>(<a
 href="../../../../../org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.html" 
title="enum in 
org.apache.poi.xssf.usermodel">XSSFBuiltinTableStyle</a>&nbsp;builtIn,
+                                               <a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html" 
title="interface in 
org.apache.poi.ss.usermodel">TableStyle</a>&nbsp;style)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html#getIndex()">getIndex</a></strong>()</code>
+<div class="block">Some clients may care where in the table style list this 
definition came from, so we'll track it.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html#getName()">getName</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html"
 title="interface in 
org.apache.poi.ss.usermodel">DifferentialStyleProvider</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html#getStyle(org.apache.poi.ss.usermodel.TableStyleType)">getStyle</a></strong>(<a
 href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" 
title="enum in 
org.apache.poi.ss.usermodel">TableStyleType</a>&nbsp;type)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html#isBuiltin()">isBuiltin</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a 
name="XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle(org.apache.poi.xssf.usermodel.XSSFBuiltinTableStyle,
 org.apache.poi.ss.usermodel.TableStyle)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle</h4>
+<pre>protected&nbsp;XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle(<a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.html" 
title="enum in 
org.apache.poi.xssf.usermodel">XSSFBuiltinTableStyle</a>&nbsp;builtIn,
+                                               <a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html" 
title="interface in 
org.apache.poi.ss.usermodel">TableStyle</a>&nbsp;style)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>builtIn</code> - 
</dd><dd><code>style</code> - </dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getName()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getName</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getName()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html#getName()">getName</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html" 
title="interface in org.apache.poi.ss.usermodel">TableStyle</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>name (may be a built-in 
name)</dd></dl>
+</li>
+</ul>
+<a name="getIndex()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getIndex</h4>
+<pre>public&nbsp;int&nbsp;getIndex()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html#getIndex()">TableStyle</a></code></strong></div>
+<div class="block">Some clients may care where in the table style list this 
definition came from, so we'll track it.
+ The spec only references these by name, unlike Dxf records, which these 
definitions reference by index 
+ (XML definition order).  Nice of MS to be consistent when defining the ECMA 
standard.
+ Use 
org.apache.poi.xssf.usermodel.XSSFBuiltinTableStyle.isBuiltinStyle(TableStyle) 
to determine whether the index is for a built-in style or explicit user 
style</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html#getIndex()">getIndex</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html" 
title="interface in org.apache.poi.ss.usermodel">TableStyle</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>index from 
org.apache.poi.xssf.model.StylesTable.getExplicitTableStyle(String) or 
org.apache.poi.xssf.usermodel.XSSFBuiltinTableStyle.ordinal()</dd></dl>
+</li>
+</ul>
+<a name="isBuiltin()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isBuiltin</h4>
+<pre>public&nbsp;boolean&nbsp;isBuiltin()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html#isBuiltin()">isBuiltin</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html" 
title="interface in org.apache.poi.ss.usermodel">TableStyle</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>true if this is a built-in 
style defined in the OOXML specification, false if it is a user style</dd></dl>
+</li>
+</ul>
+<a name="getStyle(org.apache.poi.ss.usermodel.TableStyleType)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getStyle</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html"
 title="interface in 
org.apache.poi.ss.usermodel">DifferentialStyleProvider</a>&nbsp;getStyle(<a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" 
title="enum in org.apache.poi.ss.usermodel">TableStyleType</a>&nbsp;type)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html#getStyle(org.apache.poi.ss.usermodel.TableStyleType)">getStyle</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html" 
title="interface in org.apache.poi.ss.usermodel">TableStyle</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>style definition for the 
given type, or null if not defined in this style.</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a 
href="class-use/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.html" 
title="enum in org.apache.poi.xssf.usermodel"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html" 
title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html"
 target="_top">Frames</a></li>
+<li><a href="XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html" 
target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2017 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Modified: 
poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.html?rev=1795699&r1=1795698&r2=1795699&view=diff
==============================================================================
--- 
poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.html
 (original)
+++ 
poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.html
 Sun May 21 13:32:26 2017
@@ -39,7 +39,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html" 
title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev 
Class</span></a></li>
-<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html" 
title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html"
 title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next 
Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.html"
 target="_top">Frames</a></li>
@@ -63,7 +63,7 @@
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
 <li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
@@ -117,6 +117,27 @@ extends java.lang.Enum&lt;<a href="../..
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested_class_summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Nested Class Summary table, listing nested classes, and an 
explanation">
+<caption><span>Nested Classes</span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected static class&nbsp;</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html"
 title="class in 
org.apache.poi.xssf.usermodel">XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle</a></strong></code>
+<div class="block">implementation for built-in styles</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
 <ul class="blockList">
 <li class="blockList"><a name="enum_constant_summary">
@@ -2036,7 +2057,7 @@ not permitted.)</div>
 <div class="subNav">
 <ul class="navList">
 <li><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html" 
title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev 
Class</span></a></li>
-<li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html" 
title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html"
 title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next 
Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.html"
 target="_top">Frames</a></li>
@@ -2060,7 +2081,7 @@ not permitted.)</div>
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
 <li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html?rev=1795699&r1=1795698&r2=1795699&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html 
(original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html Sun 
May 21 13:32:26 2017
@@ -38,7 +38,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.html" 
title="enum in org.apache.poi.xssf.usermodel"><span class="strong">Prev 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html"
 title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev 
Class</span></a></li>
 <li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.html" 
title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next 
Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -1334,7 +1334,7 @@ public&nbsp;void&nbsp;setCTCell(org.open
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.html" 
title="enum in org.apache.poi.xssf.usermodel"><span class="strong">Prev 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html"
 title="class in org.apache.poi.xssf.usermodel"><span class="strong">Prev 
Class</span></a></li>
 <li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.html" 
title="class in org.apache.poi.xssf.usermodel"><span class="strong">Next 
Class</span></a></li>
 </ul>
 <ul class="navList">

Modified: 
poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html?rev=1795699&r1=1795698&r2=1795699&view=diff
==============================================================================
--- 
poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html
 (original)
+++ 
poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html
 Sun May 21 13:32:26 2017
@@ -242,6 +242,12 @@ implements <a href="../../../../../org/a
 <div class="block">Always true for HSSF rules, optional flag for XSSF 
rules.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html#getStripeSize()">getStripeSize</a></strong>()</code>
+<div class="block">Conditional format rules don't define stripes, so always 
0</div>
+</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -568,7 +574,7 @@ implements <a href="../../../../../org/a
 <a name="getFormula2()">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getFormula2</h4>
 <pre>public&nbsp;java.lang.String&nbsp;getFormula2()</pre>
@@ -581,6 +587,20 @@ implements <a href="../../../../../org/a
 <dt><span class="strong">Returns:</span></dt><dd>the second formula</dd></dl>
 </li>
 </ul>
+<a name="getStripeSize()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getStripeSize</h4>
+<pre>public&nbsp;int&nbsp;getStripeSize()</pre>
+<div class="block">Conditional format rules don't define stripes, so always 
0</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html#getStripeSize()">getStripeSize</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html"
 title="interface in 
org.apache.poi.ss.usermodel">DifferentialStyleProvider</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>number of rows/columns in a 
stripe for stripe styles, 0 for all others</dd><dt><span class="strong">See 
Also:</span></dt><dd><a 
href="../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html#getStripeSize()"><code>DifferentialStyleProvider.getStripeSize()</code></a></dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: 
poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.html?rev=1795699&r1=1795698&r2=1795699&view=diff
==============================================================================
--- 
poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.html
 (original)
+++ 
poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.html
 Sun May 21 13:32:26 2017
@@ -124,7 +124,8 @@ implements <a href="../../../../../org/a
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.html#XSSFDxfStyleProvider(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf)">XSSFDxfStyleProvider</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf&nbsp;dxf)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.html#XSSFDxfStyleProvider(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf,%20int)">XSSFDxfStyleProvider</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf&nbsp;dxf,
+                    int&nbsp;stripeSize)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -157,6 +158,12 @@ implements <a href="../../../../../org/a
 <td class="colFirst"><code><a 
href="../../../../../org/apache/poi/ss/usermodel/PatternFormatting.html" 
title="interface in 
org.apache.poi.ss.usermodel">PatternFormatting</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.html#getPatternFormatting()">getPatternFormatting</a></strong>()</code>&nbsp;</td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.html#getStripeSize()">getStripeSize</a></strong>()</code>
+<div class="block">This is the number of rows or columns in a band or 
stripe.</div>
+</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -179,14 +186,15 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a 
name="XSSFDxfStyleProvider(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf)">
+<a 
name="XSSFDxfStyleProvider(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf,
 int)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFDxfStyleProvider</h4>
-<pre>public&nbsp;XSSFDxfStyleProvider(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf&nbsp;dxf)</pre>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dxf</code> - 
</dd></dl>
+<pre>public&nbsp;XSSFDxfStyleProvider(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf&nbsp;dxf,
+                    int&nbsp;stripeSize)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dxf</code> - 
</dd><dd><code>stripeSize</code> - 0 for non-stripe styles, > 1 for 
stripes</dd></dl>
 </li>
 </ul>
 </li>
@@ -239,7 +247,7 @@ implements <a href="../../../../../org/a
 <a name="getPatternFormatting()">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getPatternFormatting</h4>
 <pre>public&nbsp;<a 
href="../../../../../org/apache/poi/ss/usermodel/PatternFormatting.html" 
title="interface in 
org.apache.poi.ss.usermodel">PatternFormatting</a>&nbsp;getPatternFormatting()</pre>
@@ -249,6 +257,23 @@ implements <a href="../../../../../org/a
 <dt><span class="strong">Returns:</span></dt><dd>- pattern formatting object 
if defined, <code>null</code> otherwise</dd></dl>
 </li>
 </ul>
+<a name="getStripeSize()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getStripeSize</h4>
+<pre>public&nbsp;int&nbsp;getStripeSize()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html#getStripeSize()">DifferentialStyleProvider</a></code></strong></div>
+<div class="block">This is the number of rows or columns in a band or stripe.
+ For styles that represent stripes, it must be > 1, for all others it is 0.
+ Not the greatest overloading by the OOXML spec.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html#getStripeSize()">getStripeSize</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html"
 title="interface in 
org.apache.poi.ss.usermodel">DifferentialStyleProvider</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>number of rows/columns in a 
stripe for stripe styles, 0 for all others</dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFTable.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFTable.html?rev=1795699&r1=1795698&r2=1795699&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFTable.html 
(original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFTable.html Sun 
May 21 13:32:26 2017
@@ -166,7 +166,9 @@ implements <a href="../../../../../org/a
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#XSSFTable()">XSSFTable</a></strong>()</code>&nbsp;</td>
+<td class="colOne"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#XSSFTable()">XSSFTable</a></strong>()</code>
+<div class="block">empty implementation, not attached to a workbook/worksheet 
yet</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colOne"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#XSSFTable(org.apache.poi.openxml4j.opc.PackagePart)">XSSFTable</a></strong>(<a
 href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" 
title="class in 
org.apache.poi.openxml4j.opc">PackagePart</a>&nbsp;part)</code>&nbsp;</td>
@@ -193,43 +195,53 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#contains(org.apache.poi.ss.usermodel.Cell)">contains</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">checks if the given cell is part of the table.</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/XSSFTable.html#findColumnIndex(java.lang.String)">findColumnIndex</a></strong>(java.lang.String&nbsp;columnHeader)</code>
 <div class="block">Gets the relative column index of a column in this table 
having the header name <code>column</code>.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#getCommonXpath()">getCommonXpath</a></strong>()</code>
 <div class="block">Calculates the xpath of the root element for the 
table.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td 
class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTable</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#getCTTable()">getCTTable</a></strong>()</code>
 <div class="block">get the underlying CTTable XML bean</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#getDisplayName()">getDisplayName</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/poi/ss/util/CellReference.html" title="class in 
org.apache.poi.ss.util">CellReference</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#getEndCellReference()">getEndCellReference</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#getEndColIndex()">getEndColIndex</a></strong>()</code>
 <div class="block">Get the bottom-right column index on the sheet</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#getEndRowIndex()">getEndRowIndex</a></strong>()</code>
 <div class="block">Get the bottom-right row index</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#getHeaderRowCount()">getHeaderRowCount</a></strong>()</code>&nbsp;</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#getName()">getName</a></strong>()</code>
@@ -279,6 +291,14 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#getStyle()">getStyle</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#getStyleName()">getStyleName</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#getTotalsRowCount()">getTotalsRowCount</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a 
href="../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFXmlColumnPr.html"
 title="class in 
org.apache.poi.xssf.usermodel.helpers">XSSFXmlColumnPr</a>&gt;</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#getXmlColumnPrs()">getXmlColumnPrs</a></strong>()</code>
 <div class="block">Note this list is static - once read, it does not notice 
later changes to the underlying column structures
@@ -292,7 +312,7 @@ implements <a href="../../../../../org/a
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#isHasTotalsRow()">isHasTotalsRow</a></strong>()</code>
-<div class="block">Returns true iff the table has a 'Totals' row</div>
+<div class="block">Note: This is misleading.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -303,7 +323,9 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#readFrom(java.io.InputStream)">readFrom</a></strong>(java.io.InputStream&nbsp;is)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#readFrom(java.io.InputStream)">readFrom</a></strong>(java.io.InputStream&nbsp;is)</code>
+<div class="block">read table XML</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -313,26 +335,34 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#setName(java.lang.String)">setName</a></strong>(java.lang.String&nbsp;name)</code>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#setName(java.lang.String)">setName</a></strong>(java.lang.String&nbsp;newName)</code>
 <div class="block">Changes the name of the Table</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/XSSFTable.html#setStyleName(java.lang.String)">setStyleName</a></strong>(java.lang.String&nbsp;newStyleName)</code>
+<div class="block">Changes the name of the Table</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#updateHeaders()">updateHeaders</a></strong>()</code>
 <div class="block">Synchronize table headers with cell values in the parent 
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/XSSFTable.html#updateReferences()">updateReferences</a></strong>()</code>
 <div class="block">Clears the cached values set by <a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#getStartCellReference()"><code>getStartCellReference()</code></a>
  and <a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#getEndCellReference()"><code>getEndCellReference()</code></a>.</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/XSSFTable.html#writeTo(java.io.OutputStream)">writeTo</a></strong>(java.io.OutputStream&nbsp;out)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#writeTo(java.io.OutputStream)">writeTo</a></strong>(java.io.OutputStream&nbsp;out)</code>
+<div class="block">write table XML to stream</div>
+</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -370,6 +400,7 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>XSSFTable</h4>
 <pre>public&nbsp;XSSFTable()</pre>
+<div class="block">empty implementation, not attached to a workbook/worksheet 
yet</div>
 </li>
 </ul>
 <a name="XSSFTable(org.apache.poi.openxml4j.opc.PackagePart)">
@@ -380,7 +411,8 @@ implements <a href="../../../../../org/a
 <h4>XSSFTable</h4>
 <pre>public&nbsp;XSSFTable(<a 
href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" 
title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&nbsp;part)
           throws java.io.IOException</pre>
-<dl><dt><span class="strong">Throws:</span></dt>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>part</code> - 
</dd>
+<dt><span class="strong">Throws:</span></dt>
 <dd><code>java.io.IOException</code></dd><dt><span 
class="strong">Since:</span></dt>
   <dd>POI 3.14-Beta1</dd></dl>
 </li>
@@ -401,7 +433,9 @@ implements <a href="../../../../../org/a
 <h4>readFrom</h4>
 <pre>public&nbsp;void&nbsp;readFrom(java.io.InputStream&nbsp;is)
               throws java.io.IOException</pre>
-<dl><dt><span class="strong">Throws:</span></dt>
+<div class="block">read table XML</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>is</code> - </dd>
+<dt><span class="strong">Throws:</span></dt>
 <dd><code>java.io.IOException</code></dd></dl>
 </li>
 </ul>
@@ -412,6 +446,7 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getXSSFSheet</h4>
 <pre>public&nbsp;<a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class 
in org.apache.poi.xssf.usermodel">XSSFSheet</a>&nbsp;getXSSFSheet()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>owning sheet</dd></dl>
 </li>
 </ul>
 <a name="writeTo(java.io.OutputStream)">
@@ -422,7 +457,9 @@ implements <a href="../../../../../org/a
 <h4>writeTo</h4>
 <pre>public&nbsp;void&nbsp;writeTo(java.io.OutputStream&nbsp;out)
              throws java.io.IOException</pre>
-<dl><dt><span class="strong">Throws:</span></dt>
+<div class="block">write table XML to stream</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>out</code> - 
</dd>
+<dt><span class="strong">Throws:</span></dt>
 <dd><code>java.io.IOException</code></dd></dl>
 </li>
 </ul>
@@ -466,6 +503,7 @@ implements <a href="../../../../../org/a
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" 
title="annotation in org.apache.poi.util">@Internal</a>(<a 
href="../../../../../org/apache/poi/util/Internal.html#since()">since</a>="POI 
3.15 beta 3")
 
public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTable&nbsp;getCTTable()</pre>
 <div class="block">get the underlying CTTable XML bean</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>underlying OOXML 
object</dd></dl>
 </li>
 </ul>
 <a name="mapsTo(long)">
@@ -526,8 +564,35 @@ public&nbsp;org.openxmlformats.schemas.s
 <ul class="blockList">
 <li class="blockList">
 <h4>setName</h4>
-<pre>public&nbsp;void&nbsp;setName(java.lang.String&nbsp;name)</pre>
+<pre>public&nbsp;void&nbsp;setName(java.lang.String&nbsp;newName)</pre>
+<div class="block">Changes the name of the Table</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>newName</code> - 
</dd></dl>
+</li>
+</ul>
+<a name="getStyleName()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getStyleName</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getStyleName()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/poi/ss/usermodel/Table.html#getStyleName()">getStyleName</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/poi/ss/usermodel/Table.html" title="interface 
in org.apache.poi.ss.usermodel">Table</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>the table style name, if 
set</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.17 beta 1</dd></dl>
+</li>
+</ul>
+<a name="setStyleName(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setStyleName</h4>
+<pre>public&nbsp;void&nbsp;setStyleName(java.lang.String&nbsp;newStyleName)</pre>
 <div class="block">Changes the name of the Table</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>newStyleName</code> - 
</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.17 beta 1</dd></dl>
 </li>
 </ul>
 <a name="getDisplayName()">
@@ -548,6 +613,7 @@ public&nbsp;org.openxmlformats.schemas.s
 <h4>setDisplayName</h4>
 <pre>public&nbsp;void&nbsp;setDisplayName(java.lang.String&nbsp;name)</pre>
 <div class="block">Changes the display name of the Table</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - to 
use</dd></dl>
 </li>
 </ul>
 <a name="getNumberOfMappedColumns()">
@@ -684,7 +750,7 @@ public&nbsp;org.openxmlformats.schemas.s
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="../../../../../org/apache/poi/ss/usermodel/Table.html#getSheetName()">getSheetName</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/poi/ss/usermodel/Table.html" title="interface 
in org.apache.poi.ss.usermodel">Table</a></code></dd>
-<dt><span class="strong">Since:</span></dt>
+<dt><span class="strong">Returns:</span></dt><dd>sheet name</dd><dt><span 
class="strong">Since:</span></dt>
   <dd>3.15 beta 2</dd></dl>
 </li>
 </ul>
@@ -695,13 +761,46 @@ public&nbsp;org.openxmlformats.schemas.s
 <li class="blockList">
 <h4>isHasTotalsRow</h4>
 <pre>public&nbsp;boolean&nbsp;isHasTotalsRow()</pre>
-<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/poi/ss/usermodel/Table.html#isHasTotalsRow()">Table</a></code></strong></div>
-<div class="block">Returns true iff the table has a 'Totals' row</div>
+<div class="block">Note: This is misleading.  The Spec indicates this is true 
if the totals row
+ has <b><i>ever</i></b> been shown, not whether or not it is currently 
displayed.
+ Use <a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#getTotalsRowCount()"><code>getTotalsRowCount()</code></a>
 > 0 to decide whether or not the totals row is visible.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="../../../../../org/apache/poi/ss/usermodel/Table.html#isHasTotalsRow()">isHasTotalsRow</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/poi/ss/usermodel/Table.html" title="interface 
in org.apache.poi.ss.usermodel">Table</a></code></dd>
-<dt><span class="strong">Since:</span></dt>
-  <dd>3.15 beta 2</dd></dl>
+<dt><span class="strong">Returns:</span></dt><dd>true if a totals row has ever 
been shown for this table</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.15 beta 2</dd>
+<dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html#getTotalsRowCount()"><code>getTotalsRowCount()</code></a></dd></dl>
+</li>
+</ul>
+<a name="getTotalsRowCount()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTotalsRowCount</h4>
+<pre>public&nbsp;int&nbsp;getTotalsRowCount()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/poi/ss/usermodel/Table.html#getTotalsRowCount()">getTotalsRowCount</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/poi/ss/usermodel/Table.html" title="interface 
in org.apache.poi.ss.usermodel">Table</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>0 for no totals rows, 1 for 
totals row shown.
+ Values > 1 are not currently used by Excel up through 2016, and the OOXML spec
+ doesn't define how they would be implemented.</dd><dt><span 
class="strong">Since:</span></dt>
+  <dd>3.17 beta 1</dd></dl>
+</li>
+</ul>
+<a name="getHeaderRowCount()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHeaderRowCount</h4>
+<pre>public&nbsp;int&nbsp;getHeaderRowCount()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/poi/ss/usermodel/Table.html#getHeaderRowCount()">getHeaderRowCount</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/poi/ss/usermodel/Table.html" title="interface 
in org.apache.poi.ss.usermodel">Table</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>0 for no header rows, 1 for 
table headers shown.
+ Values > 1 might be used by Excel for pivot tables?</dd><dt><span 
class="strong">Since:</span></dt>
+  <dd>3.17 beta 1</dd></dl>
 </li>
 </ul>
 <a name="getStartColIndex()">
@@ -771,7 +870,7 @@ public&nbsp;org.openxmlformats.schemas.s
 <a name="getStyle()">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getStyle</h4>
 <pre>public&nbsp;<a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyleInfo.html" 
title="interface in 
org.apache.poi.ss.usermodel">TableStyleInfo</a>&nbsp;getStyle()</pre>
@@ -782,6 +881,23 @@ public&nbsp;org.openxmlformats.schemas.s
   <dd>3.17 beta 1</dd></dl>
 </li>
 </ul>
+<a name="contains(org.apache.poi.ss.usermodel.Cell)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>contains</h4>
+<pre>public&nbsp;boolean&nbsp;contains(<a 
href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in 
org.apache.poi.ss.usermodel">Cell</a>&nbsp;cell)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/poi/ss/usermodel/Table.html#contains(org.apache.poi.ss.usermodel.Cell)">Table</a></code></strong></div>
+<div class="block">checks if the given cell is part of the table.  Includes 
checking that they are on the same sheet.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/poi/ss/usermodel/Table.html#contains(org.apache.poi.ss.usermodel.Cell)">contains</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/poi/ss/usermodel/Table.html" title="interface 
in org.apache.poi.ss.usermodel">Table</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>true if the table and cell 
are on the same sheet and the cell is within the table range.</dd><dt><span 
class="strong">Since:</span></dt>
+  <dd>3.17 beta 1</dd>
+<dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../org/apache/poi/ss/usermodel/Table.html#contains(org.apache.poi.ss.usermodel.Cell)"><code>Table.contains(org.apache.poi.ss.usermodel.Cell)</code></a></dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: 
poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFTableStyle.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFTableStyle.html?rev=1795699&r1=1795698&r2=1795699&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFTableStyle.html 
(original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFTableStyle.html 
Sun May 21 13:32:26 2017
@@ -125,7 +125,8 @@ implements <a href="../../../../../org/a
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTableStyle.html#XSSFTableStyle(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle)">XSSFTableStyle</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs&nbsp;dxfs,
+<td class="colOne"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTableStyle.html#XSSFTableStyle(int,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle)">XSSFTableStyle</a></strong>(int&nbsp;index,
+              
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs&nbsp;dxfs,
               
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle&nbsp;tableStyle)</code>&nbsp;</td>
 </tr>
 </table>
@@ -144,13 +145,25 @@ implements <a href="../../../../../org/a
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTableStyle.html#getIndex()">getIndex</a></strong>()</code>
+<div class="block">Some clients may care where in the table style list this 
definition came from, so we'll track it.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTableStyle.html#getName()">getName</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/poi/ss/usermodel/DifferentialStyleProvider.html"
 title="interface in 
org.apache.poi.ss.usermodel">DifferentialStyleProvider</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTableStyle.html#getStyle(org.apache.poi.ss.usermodel.TableStyleType)">getStyle</a></strong>(<a
 href="../../../../../org/apache/poi/ss/usermodel/TableStyleType.html" 
title="enum in 
org.apache.poi.ss.usermodel">TableStyleType</a>&nbsp;type)</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFTableStyle.html#isBuiltin()">isBuiltin</a></strong>()</code>
+<div class="block">Always false for these, these are user defined styles</div>
+</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -173,15 +186,16 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a 
name="XSSFTableStyle(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs,
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle)">
+<a name="XSSFTableStyle(int, 
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs, 
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFTableStyle</h4>
-<pre>public&nbsp;XSSFTableStyle(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs&nbsp;dxfs,
+<pre>public&nbsp;XSSFTableStyle(int&nbsp;index,
+              
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs&nbsp;dxfs,
               
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle&nbsp;tableStyle)</pre>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dxfs</code> - 
</dd><dd><code>tableStyle</code> - </dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - 
style definition index or built-in ordinal depending on 
use</dd><dd><code>dxfs</code> - </dd><dd><code>tableStyle</code> - 
</dd><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html#getIndex()"><code>TableStyle.getIndex()</code></a></dd></dl>
 </li>
 </ul>
 </li>
@@ -202,7 +216,39 @@ implements <a href="../../../../../org/a
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html#getName()">getName</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html" 
title="interface in org.apache.poi.ss.usermodel">TableStyle</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>name (may be a builtin 
name)</dd></dl>
+<dt><span class="strong">Returns:</span></dt><dd>name (may be a built-in 
name)</dd></dl>
+</li>
+</ul>
+<a name="getIndex()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getIndex</h4>
+<pre>public&nbsp;int&nbsp;getIndex()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html#getIndex()">TableStyle</a></code></strong></div>
+<div class="block">Some clients may care where in the table style list this 
definition came from, so we'll track it.
+ The spec only references these by name, unlike Dxf records, which these 
definitions reference by index 
+ (XML definition order).  Nice of MS to be consistent when defining the ECMA 
standard.
+ Use 
org.apache.poi.xssf.usermodel.XSSFBuiltinTableStyle.isBuiltinStyle(TableStyle) 
to determine whether the index is for a built-in style or explicit user 
style</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html#getIndex()">getIndex</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html" 
title="interface in org.apache.poi.ss.usermodel">TableStyle</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>index from 
org.apache.poi.xssf.model.StylesTable.getExplicitTableStyle(String) or 
org.apache.poi.xssf.usermodel.XSSFBuiltinTableStyle.ordinal()</dd></dl>
+</li>
+</ul>
+<a name="isBuiltin()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isBuiltin</h4>
+<pre>public&nbsp;boolean&nbsp;isBuiltin()</pre>
+<div class="block">Always false for these, these are user defined styles</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html#isBuiltin()">isBuiltin</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html" 
title="interface in org.apache.poi.ss.usermodel">TableStyle</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>true if this is a built-in 
style defined in the OOXML specification, false if it is a user style</dd></dl>
 </li>
 </ul>
 <a name="getStyle(org.apache.poi.ss.usermodel.TableStyleType)">

Added: 
poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html?rev=1795699&view=auto
==============================================================================
--- 
poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html
 (added)
+++ 
poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html
 Sun May 21 13:32:26 2017
@@ -0,0 +1,121 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>Uses of Class 
org.apache.poi.xssf.usermodel.XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle 
(POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class 
org.apache.poi.xssf.usermodel.XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle 
(POI API Documentation)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a 
href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html"
 title="class in org.apache.poi.xssf.usermodel">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/poi/xssf/usermodel/class-use/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html"
 target="_top">Frames</a></li>
+<li><a href="XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html" 
target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class 
org.apache.poi.xssf.usermodel.XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle" 
class="title">Uses of 
Class<br>org.apache.poi.xssf.usermodel.XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle</h2>
+</div>
+<div class="classUseContainer">No usage of 
org.apache.poi.xssf.usermodel.XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a 
href="../../../../../../org/apache/poi/xssf/usermodel/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html"
 title="class in org.apache.poi.xssf.usermodel">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/poi/xssf/usermodel/class-use/XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html"
 target="_top">Frames</a></li>
+<li><a href="XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle.html" 
target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2017 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to