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/09/29 22:07:56 UTC

svn commit: r1762842 [25/45] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/ apidocs/org/apache/poi/class-use/ apidocs/org/apache/poi/ddf/class-use/ apidocs/org/apache/poi/hpsf/class-use/ apidocs/org/apache/poi/hpsf/wellknown/class-use/ api...

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/SheetUtil.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/SheetUtil.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/SheetUtil.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/SheetUtil.html Thu Sep 29 22:07:51 2016
@@ -313,9 +313,10 @@ public static int getDefaultCh
 <ul class="blockList">
 <li class="blockList">
 <h4>containsCell</h4>
-<pre>public static&nbsp;boolean&nbsp;containsCell(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;cr,
-                   int&nbsp;rowIx,
-                   int&nbsp;colIx)</pre>
+<pre>@Deprecated
+public static&nbsp;boolean&nbsp;containsCell(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;cr,
+                              int&nbsp;rowIx,
+                              int&nbsp;colIx)</pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>3.15 beta 2. Use <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#isInRange(int,%20int)"><code>CellRangeAddressBase.isInRange(int, int)</code></a>.</i></div>
 <div class="block">Check if the cell is in the specified cell range</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>cr</code> - the cell range to check in</dd><dd><code>rowIx</code> - the row to check</dd><dd><code>colIx</code> - the column to check</dd>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellAddress.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellAddress.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellAddress.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellAddress.html Thu Sep 29 22:07:51 2016
@@ -328,21 +328,21 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>CTComment</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment</code></td>
 <td class="colLast"><span class="strong">CommentsTable.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/model/CommentsTable.html#getCTComment(org.apache.poi.ss.util.CellAddress)">getCTComment</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;cellRef)</code>
 <div class="block">Get the underlying CTComment xmlbean for a comment located at cellRef, if it exists</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>CTComment</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment</code></td>
 <td class="colLast"><span class="strong">CommentsTable.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/model/CommentsTable.html#newComment(org.apache.poi.ss.util.CellAddress)">newComment</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;ref)</code>
 <div class="block">Create a new comment located` at cell address</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">CommentsTable.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/model/CommentsTable.html#referenceUpdated(org.apache.poi.ss.util.CellAddress,%20CTComment)">referenceUpdated</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;oldReference,
-                CTComment&nbsp;comment)</code>
+<td class="colLast"><span class="strong">CommentsTable.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/model/CommentsTable.html#referenceUpdated(org.apache.poi.ss.util.CellAddress,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment)">referenceUpdated</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;oldReference,
+                org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment&nbsp;comment)</code>
 <div class="block">Called after the reference is updated, so that
   we can reflect that in our cache</div>
 </td>
@@ -443,13 +443,13 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a></code></td>
-<td class="colLast"><span class="strong">XSSFCell.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#getAddress()">getAddress</a></strong>()</code>
-<div class="block">Gets the address of this cell</div>
-</td>
+<td class="colLast"><span class="strong">XSSFComment.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#getAddress()">getAddress</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a></code></td>
-<td class="colLast"><span class="strong">XSSFComment.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#getAddress()">getAddress</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">XSSFCell.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#getAddress()">getAddress</a></strong>()</code>
+<div class="block">Gets the address of this cell</div>
+</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html Thu Sep 29 22:07:51 2016
@@ -238,11 +238,11 @@ HSSF concepts.</div>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a></code></td>
-<td class="colLast"><span class="strong">CFHeader12Record.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/record/CFHeader12Record.html#getAssociatedRange()">getAssociatedRange</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">CFRule12Record.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/record/CFRule12Record.html#getAssociatedRange()">getAssociatedRange</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a></code></td>
-<td class="colLast"><span class="strong">CFRule12Record.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/record/CFRule12Record.html#getAssociatedRange()">getAssociatedRange</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">CFHeader12Record.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/record/CFHeader12Record.html#getAssociatedRange()">getAssociatedRange</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>[]</code></td>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddressList.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddressList.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddressList.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddressList.html Thu Sep 29 22:07:51 2016
@@ -280,9 +280,9 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDataValidation.html#XSSFDataValidation(org.apache.poi.xssf.usermodel.XSSFDataValidationConstraint,%20org.apache.poi.ss.util.CellRangeAddressList,%20CTDataValidation)">XSSFDataValidation</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDataValidationConstraint.html" title="class in org.apache.poi.xssf.usermodel">XSSFDataValidationConstraint</a>&nbsp;constraint,
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDataValidation.html#XSSFDataValidation(org.apache.poi.xssf.usermodel.XSSFDataValidationConstraint,%20org.apache.poi.ss.util.CellRangeAddressList,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataValidation)">XSSFDataValidation</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDataValidationConstraint.html" title="class in org.apache.poi.xssf.usermodel">XSSFDataValidationConstraint</a>&nbsp;constraint,
                   <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddressList.html" title="class in org.apache.poi.ss.util">CellRangeAddressList</a>&nbsp;regions,
-                  CTDataValidation&nbsp;ctDataValidation)</code>&nbsp;</td>
+                  org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataValidation&nbsp;ctDataValidation)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/util/LittleEndianByteArrayInputStream.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/LittleEndianByteArrayInputStream.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/LittleEndianByteArrayInputStream.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/LittleEndianByteArrayInputStream.html Thu Sep 29 22:07:51 2016
@@ -60,7 +60,7 @@
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#fields_inherited_from_class_java.io.ByteArrayInputStream">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
@@ -85,31 +85,54 @@
 <li>java.lang.Object</li>
 <li>
 <ul class="inheritance">
+<li>java.io.InputStream</li>
+<li>
+<ul class="inheritance">
+<li>java.io.ByteArrayInputStream</li>
+<li>
+<ul class="inheritance">
 <li>org.apache.poi.util.LittleEndianByteArrayInputStream</li>
 </ul>
 </li>
 </ul>
+</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/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</a></dd>
+<dd>java.io.Closeable, java.lang.AutoCloseable, <a href="../../../../org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public final class <span class="strong">LittleEndianByteArrayInputStream</span>
-extends java.lang.Object
+extends java.io.ByteArrayInputStream
 implements <a href="../../../../org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</a></pre>
 <div class="block">Adapts a plain byte array to <a href="../../../../org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util"><code>LittleEndianInput</code></a></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Josh Micich</dd></dl>
 </li>
 </ul>
 </div>
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="fields_inherited_from_class_java.io.ByteArrayInputStream">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;java.io.ByteArrayInputStream</h3>
+<code>buf, count, mark, pos</code></li>
+</ul>
+</li>
+</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_summary">
@@ -150,38 +173,43 @@ implements <a href="../../../../org/apac
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianByteArrayInputStream.html#available()">available</a></strong>()</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianByteArrayInputStream.html#getReadIndex()">getReadIndex</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>byte</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianByteArrayInputStream.html#readByte()">readByte</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>double</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianByteArrayInputStream.html#readDouble()">readDouble</a></strong>()</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/util/LittleEndianByteArrayInputStream.html#readFully(byte[])">readFully</a></strong>(byte[]&nbsp;buf)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianByteArrayInputStream.html#readFully(byte[])">readFully</a></strong>(byte[]&nbsp;buffer)</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/util/LittleEndianByteArrayInputStream.html#readFully(byte[],%20int,%20int)">readFully</a></strong>(byte[]&nbsp;buf,
+<td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianByteArrayInputStream.html#readFully(byte[],%20int,%20int)">readFully</a></strong>(byte[]&nbsp;buffer,
          int&nbsp;off,
          int&nbsp;len)</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/util/LittleEndianByteArrayInputStream.html#readInt()">readInt</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianByteArrayInputStream.html#readLong()">readLong</a></strong>()</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianByteArrayInputStream.html#readPlain(byte[],%20int,%20int)">readPlain</a></strong>(byte[]&nbsp;buf,
+         int&nbsp;off,
+         int&nbsp;len)</code>
+<div class="block">Usually acts the same as <a href="../../../../org/apache/poi/util/LittleEndianInput.html#readFully(byte[],%20int,%20int)"><code>LittleEndianInput.readFully(byte[], int, int)</code></a>, but
+ for an encrypted stream the raw (unencrypted) data is filled</div>
+</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><code>short</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianByteArrayInputStream.html#readShort()">readShort</a></strong>()</code>&nbsp;</td>
@@ -196,12 +224,33 @@ implements <a href="../../../../org/apac
 </tr>
 </table>
 <ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.io.ByteArrayInputStream">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.io.ByteArrayInputStream</h3>
+<code>available, close, mark, markSupported, read, read, reset, skip</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.io.InputStream">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.io.InputStream</h3>
+<code>read</code></li>
+</ul>
+<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>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.util.LittleEndianInput">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.poi.util.<a href="../../../../org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</a></h3>
+<code><a href="../../../../org/apache/poi/util/LittleEndianInput.html#available()">available</a></code></li>
+</ul>
 </li>
 </ul>
 </li>
@@ -254,19 +303,6 @@ implements <a href="../../../../org/apac
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="available()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>available</h4>
-<pre>public&nbsp;int&nbsp;available()</pre>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../org/apache/poi/util/LittleEndianInput.html#available()">available</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</a></code></dd>
-</dl>
-</li>
-</ul>
 <a name="getReadIndex()">
 <!--   -->
 </a>
@@ -354,13 +390,26 @@ implements <a href="../../../../org/apac
 </dl>
 </li>
 </ul>
+<a name="readDouble()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readDouble</h4>
+<pre>public&nbsp;double&nbsp;readDouble()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../org/apache/poi/util/LittleEndianInput.html#readDouble()">readDouble</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</a></code></dd>
+</dl>
+</li>
+</ul>
 <a name="readFully(byte[], int, int)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>readFully</h4>
-<pre>public&nbsp;void&nbsp;readFully(byte[]&nbsp;buf,
+<pre>public&nbsp;void&nbsp;readFully(byte[]&nbsp;buffer,
              int&nbsp;off,
              int&nbsp;len)</pre>
 <dl>
@@ -375,24 +424,29 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>readFully</h4>
-<pre>public&nbsp;void&nbsp;readFully(byte[]&nbsp;buf)</pre>
+<pre>public&nbsp;void&nbsp;readFully(byte[]&nbsp;buffer)</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../org/apache/poi/util/LittleEndianInput.html#readFully(byte[])">readFully</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</a></code></dd>
 </dl>
 </li>
 </ul>
-<a name="readDouble()">
+<a name="readPlain(byte[], int, int)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>readDouble</h4>
-<pre>public&nbsp;double&nbsp;readDouble()</pre>
+<h4>readPlain</h4>
+<pre>public&nbsp;void&nbsp;readPlain(byte[]&nbsp;buf,
+             int&nbsp;off,
+             int&nbsp;len)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/apache/poi/util/LittleEndianInput.html#readPlain(byte[],%20int,%20int)">LittleEndianInput</a></code></strong></div>
+<div class="block">Usually acts the same as <a href="../../../../org/apache/poi/util/LittleEndianInput.html#readFully(byte[],%20int,%20int)"><code>LittleEndianInput.readFully(byte[], int, int)</code></a>, but
+ for an encrypted stream the raw (unencrypted) data is filled</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../org/apache/poi/util/LittleEndianInput.html#readDouble()">readDouble</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</a></code></dd>
-</dl>
+<dd><code><a href="../../../../org/apache/poi/util/LittleEndianInput.html#readPlain(byte[],%20int,%20int)">readPlain</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>buf</code> - the byte array to receive the bytes</dd><dd><code>off</code> - the start offset into the byte array</dd><dd><code>len</code> - the amount of bytes to fill</dd></dl>
 </li>
 </ul>
 </li>
@@ -447,7 +501,7 @@ implements <a href="../../../../org/apac
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#fields_inherited_from_class_java.io.ByteArrayInputStream">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/util/LittleEndianByteArrayOutputStream.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/LittleEndianByteArrayOutputStream.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/LittleEndianByteArrayOutputStream.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/LittleEndianByteArrayOutputStream.html Thu Sep 29 22:07:51 2016
@@ -85,25 +85,28 @@
 <li>java.lang.Object</li>
 <li>
 <ul class="inheritance">
+<li>java.io.OutputStream</li>
+<li>
+<ul class="inheritance">
 <li>org.apache.poi.util.LittleEndianByteArrayOutputStream</li>
 </ul>
 </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/util/DelayableLittleEndianOutput.html" title="interface in org.apache.poi.util">DelayableLittleEndianOutput</a>, <a href="../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a></dd>
+<dd>java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable, <a href="../../../../org/apache/poi/util/DelayableLittleEndianOutput.html" title="interface in org.apache.poi.util">DelayableLittleEndianOutput</a>, <a href="../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public final class <span class="strong">LittleEndianByteArrayOutputStream</span>
-extends java.lang.Object
+extends java.io.OutputStream
 implements <a href="../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>, <a href="../../../../org/apache/poi/util/DelayableLittleEndianOutput.html" title="interface in org.apache.poi.util">DelayableLittleEndianOutput</a></pre>
 <div class="block">Adapts a plain byte array to <a href="../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util"><code>LittleEndianOutput</code></a></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Josh Micich</dd></dl>
 </li>
 </ul>
 </div>
@@ -167,26 +170,37 @@ implements <a href="../../../../org/apac
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianByteArrayOutputStream.html#writeByte(int)">writeByte</a></strong>(int&nbsp;v)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianByteArrayOutputStream.html#write(int)">write</a></strong>(int&nbsp;b)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianByteArrayOutputStream.html#writeDouble(double)">writeDouble</a></strong>(double&nbsp;v)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianByteArrayOutputStream.html#writeByte(int)">writeByte</a></strong>(int&nbsp;v)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianByteArrayOutputStream.html#writeInt(int)">writeInt</a></strong>(int&nbsp;v)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianByteArrayOutputStream.html#writeDouble(double)">writeDouble</a></strong>(double&nbsp;v)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianByteArrayOutputStream.html#writeLong(long)">writeLong</a></strong>(long&nbsp;v)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianByteArrayOutputStream.html#writeInt(int)">writeInt</a></strong>(int&nbsp;v)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianByteArrayOutputStream.html#writeLong(long)">writeLong</a></strong>(long&nbsp;v)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianByteArrayOutputStream.html#writeShort(int)">writeShort</a></strong>(int&nbsp;v)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.io.OutputStream">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.io.OutputStream</h3>
+<code>close, flush</code></li>
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
@@ -301,6 +315,19 @@ implements <a href="../../../../org/apac
 </dl>
 </li>
 </ul>
+<a name="write(int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>write</h4>
+<pre>public&nbsp;void&nbsp;write(int&nbsp;b)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code>write</code>&nbsp;in class&nbsp;<code>java.io.OutputStream</code></dd>
+</dl>
+</li>
+</ul>
 <a name="write(byte[])">
 <!--   -->
 </a>
@@ -311,6 +338,8 @@ implements <a href="../../../../org/apac
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../org/apache/poi/util/LittleEndianOutput.html#write(byte[])">write</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a></code></dd>
+<dt><strong>Overrides:</strong></dt>
+<dd><code>write</code>&nbsp;in class&nbsp;<code>java.io.OutputStream</code></dd>
 </dl>
 </li>
 </ul>
@@ -326,6 +355,8 @@ implements <a href="../../../../org/apac
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../org/apache/poi/util/LittleEndianOutput.html#write(byte[],%20int,%20int)">write</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a></code></dd>
+<dt><strong>Overrides:</strong></dt>
+<dd><code>write</code>&nbsp;in class&nbsp;<code>java.io.OutputStream</code></dd>
 </dl>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/util/LittleEndianInput.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/LittleEndianInput.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/LittleEndianInput.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/LittleEndianInput.html Thu Sep 29 22:07:51 2016
@@ -91,8 +91,6 @@
 <hr>
 <br>
 <pre>public interface <span class="strong">LittleEndianInput</span></pre>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Josh Micich</dd></dl>
 </li>
 </ul>
 </div>
@@ -142,14 +140,23 @@
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianInput.html#readLong()">readLong</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianInput.html#readPlain(byte[],%20int,%20int)">readPlain</a></strong>(byte[]&nbsp;buf,
+         int&nbsp;off,
+         int&nbsp;len)</code>
+<div class="block">Usually acts the same as <a href="../../../../org/apache/poi/util/LittleEndianInput.html#readFully(byte[],%20int,%20int)"><code>readFully(byte[], int, int)</code></a>, but
+ for an encrypted stream the raw (unencrypted) data is filled</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>short</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianInput.html#readShort()">readShort</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/util/LittleEndianInput.html#readUByte()">readUByte</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/util/LittleEndianInput.html#readUShort()">readUShort</a></strong>()</code>&nbsp;</td>
 </tr>
@@ -252,7 +259,7 @@
 <a name="readFully(byte[], int, int)">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>readFully</h4>
 <pre>void&nbsp;readFully(byte[]&nbsp;buf,
@@ -260,6 +267,20 @@
              int&nbsp;len)</pre>
 </li>
 </ul>
+<a name="readPlain(byte[], int, int)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>readPlain</h4>
+<pre>void&nbsp;readPlain(byte[]&nbsp;buf,
+             int&nbsp;off,
+             int&nbsp;len)</pre>
+<div class="block">Usually acts the same as <a href="../../../../org/apache/poi/util/LittleEndianInput.html#readFully(byte[],%20int,%20int)"><code>readFully(byte[], int, int)</code></a>, but
+ for an encrypted stream the raw (unencrypted) data is filled</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>buf</code> - the byte array to receive the bytes</dd><dd><code>off</code> - the start offset into the byte array</dd><dd><code>len</code> - the amount of bytes to fill</dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/util/LittleEndianInputStream.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/LittleEndianInputStream.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/LittleEndianInputStream.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/LittleEndianInputStream.html Thu Sep 29 22:07:51 2016
@@ -202,20 +202,29 @@ implements <a href="../../../../org/apac
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianInputStream.html#readLong()">readLong</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianInputStream.html#readPlain(byte[],%20int,%20int)">readPlain</a></strong>(byte[]&nbsp;buf,
+         int&nbsp;off,
+         int&nbsp;len)</code>
+<div class="block">Usually acts the same as <a href="../../../../org/apache/poi/util/LittleEndianInput.html#readFully(byte[],%20int,%20int)"><code>LittleEndianInput.readFully(byte[], int, int)</code></a>, but
+ for an encrypted stream the raw (unencrypted) data is filled</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>short</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianInputStream.html#readShort()">readShort</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/util/LittleEndianInputStream.html#readUByte()">readUByte</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/util/LittleEndianInputStream.html#readUInt()">readUInt</a></strong>()</code>
 <div class="block">get an unsigned int value from an InputStream</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/util/LittleEndianInputStream.html#readUShort()">readUShort</a></strong>()</code>&nbsp;</td>
 </tr>
@@ -400,7 +409,7 @@ implements <a href="../../../../org/apac
 <a name="readFully(byte[], int, int)">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>readFully</h4>
 <pre>public&nbsp;void&nbsp;readFully(byte[]&nbsp;buf,
@@ -412,6 +421,24 @@ implements <a href="../../../../org/apac
 </dl>
 </li>
 </ul>
+<a name="readPlain(byte[], int, int)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>readPlain</h4>
+<pre>public&nbsp;void&nbsp;readPlain(byte[]&nbsp;buf,
+             int&nbsp;off,
+             int&nbsp;len)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/apache/poi/util/LittleEndianInput.html#readPlain(byte[],%20int,%20int)">LittleEndianInput</a></code></strong></div>
+<div class="block">Usually acts the same as <a href="../../../../org/apache/poi/util/LittleEndianInput.html#readFully(byte[],%20int,%20int)"><code>LittleEndianInput.readFully(byte[], int, int)</code></a>, but
+ for an encrypted stream the raw (unencrypted) data is filled</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../org/apache/poi/util/LittleEndianInput.html#readPlain(byte[],%20int,%20int)">readPlain</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>buf</code> - the byte array to receive the bytes</dd><dd><code>off</code> - the start offset into the byte array</dd><dd><code>len</code> - the amount of bytes to fill</dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/Beta.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/Beta.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/class-use/Beta.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/class-use/Beta.html Thu Sep 29 22:07:51 2016
@@ -596,7 +596,7 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected CTPivotCache</code></td>
+<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache</code></td>
 <td class="colLast"><span class="strong">XSSFWorkbook.</span><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#addPivotCache(java.lang.String)">addPivotCache</a></strong>(java.lang.String&nbsp;rId)</code>
 <div class="block">Add pivotCache to the workbook</div>
 </td>
@@ -725,19 +725,19 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>CTPivotCache</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache</code></td>
 <td class="colLast"><span class="strong">XSSFPivotCache.</span><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotCache.html#getCTPivotCache()">getCTPivotCache</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>CTPivotCacheDefinition</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCacheDefinition</code></td>
 <td class="colLast"><span class="strong">XSSFPivotCacheDefinition.</span><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotCacheDefinition.html#getCTPivotCacheDefinition()">getCTPivotCacheDefinition</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>CTPivotCacheRecords</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCacheRecords</code></td>
 <td class="colLast"><span class="strong">XSSFPivotCacheRecords.</span><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotCacheRecords.html#getCtPivotCacheRecords()">getCtPivotCacheRecords</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>CTPivotTableDefinition</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotTableDefinition</code></td>
 <td class="colLast"><span class="strong">XSSFPivotTable.</span><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotTable.html#getCTPivotTableDefinition()">getCTPivotTableDefinition</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -785,20 +785,20 @@
 <td class="colLast"><span class="strong">XSSFPivotCacheDefinition.</span><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotCacheDefinition.html#readFrom(java.io.InputStream)">readFrom</a></strong>(java.io.InputStream&nbsp;is)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">XSSFPivotTable.</span><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotTable.html#readFrom(java.io.InputStream)">readFrom</a></strong>(java.io.InputStream&nbsp;is)</code>&nbsp;</td>
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">XSSFPivotCache.</span><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotCache.html#readFrom(java.io.InputStream)">readFrom</a></strong>(java.io.InputStream&nbsp;is)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">XSSFPivotCacheRecords.</span><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotCacheRecords.html#readFrom(java.io.InputStream)">readFrom</a></strong>(java.io.InputStream&nbsp;is)</code>&nbsp;</td>
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">XSSFPivotTable.</span><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotTable.html#readFrom(java.io.InputStream)">readFrom</a></strong>(java.io.InputStream&nbsp;is)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">XSSFPivotCache.</span><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotCache.html#readFrom(java.io.InputStream)">readFrom</a></strong>(java.io.InputStream&nbsp;is)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">XSSFPivotCacheRecords.</span><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotCacheRecords.html#readFrom(java.io.InputStream)">readFrom</a></strong>(java.io.InputStream&nbsp;is)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">XSSFPivotTable.</span><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotTable.html#setCTPivotTableDefinition(CTPivotTableDefinition)">setCTPivotTableDefinition</a></strong>(CTPivotTableDefinition&nbsp;pivotTableDefinition)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">XSSFPivotTable.</span><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotTable.html#setCTPivotTableDefinition(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotTableDefinition)">setCTPivotTableDefinition</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotTableDefinition&nbsp;pivotTableDefinition)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
@@ -838,28 +838,33 @@
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotCache.html#XSSFPivotCache()">XSSFPivotCache</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotCache.html#XSSFPivotCache(CTPivotCache)">XSSFPivotCache</a></strong>(CTPivotCache&nbsp;ctPivotCache)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotCache.html#XSSFPivotCache(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache)">XSSFPivotCache</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache&nbsp;ctPivotCache)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotCacheDefinition.html#XSSFPivotCacheDefinition()">XSSFPivotCacheDefinition</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotCache.html#XSSFPivotCache(org.apache.poi.openxml4j.opc.PackagePart)">XSSFPivotCache</a></strong>(<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&nbsp;part)</code>
+<div class="block">Creates n XSSFPivotCache representing the given package part and relationship.</div>
+</td>
 </tr>
 <tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotCacheDefinition.html#XSSFPivotCacheDefinition()">XSSFPivotCacheDefinition</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotCacheDefinition.html#XSSFPivotCacheDefinition(org.apache.poi.openxml4j.opc.PackagePart)">XSSFPivotCacheDefinition</a></strong>(<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&nbsp;part)</code>
 <div class="block">Creates an XSSFPivotCacheDefintion representing the given package part and relationship.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotCacheRecords.html#XSSFPivotCacheRecords()">XSSFPivotCacheRecords</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotCacheRecords.html#XSSFPivotCacheRecords(org.apache.poi.openxml4j.opc.PackagePart)">XSSFPivotCacheRecords</a></strong>(<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&nbsp;part)</code>
 <div class="block">Creates an XSSFPivotCacheRecords representing the given package part and relationship.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotTable.html#XSSFPivotTable()">XSSFPivotTable</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotTable.html#XSSFPivotTable(org.apache.poi.openxml4j.opc.PackagePart)">XSSFPivotTable</a></strong>(<a href="../../../../../org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a>&nbsp;part)</code>
 <div class="block">Creates an XSSFPivotTable representing the given package part and relationship.</div>
 </td>




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