You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by dn...@apache.org on 2016/09/21 22:19:59 UTC

svn commit: r1761825 [17/36] - in /poi/site: publish/ publish/apidocs/ publish/apidocs/org/apache/poi/ publish/apidocs/org/apache/poi/class-use/ publish/apidocs/org/apache/poi/ddf/class-use/ publish/apidocs/org/apache/poi/hpsf/class-use/ publish/apidoc...

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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016
@@ -328,21 +328,21 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment</code></td>
+<td class="colFirst"><code>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>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment</code></td>
+<td class="colFirst"><code>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,%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>
+<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>
 <div class="block">Called after the reference is updated, so that
   we can reflect that in our cache</div>
 </td>
@@ -443,14 +443,14 @@
 </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">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">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>
+<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>
+</tr>
 </tbody>
 </table>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">

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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 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">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="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">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="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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 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,%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,
+<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,
                   <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddressList.html" title="class in org.apache.poi.ss.util">CellRangeAddressList</a>&nbsp;regions,
-                  org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataValidation&nbsp;ctDataValidation)</code>&nbsp;</td>
+                  CTDataValidation&nbsp;ctDataValidation)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

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=1761825&r1=1761824&r2=1761825&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 Wed Sep 21 22:19:54 2016
@@ -596,7 +596,7 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache</code></td>
+<td class="colFirst"><code>protected 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>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache</code></td>
+<td class="colFirst"><code>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>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCacheDefinition</code></td>
+<td class="colFirst"><code>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>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCacheRecords</code></td>
+<td class="colFirst"><code>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>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotTableDefinition</code></td>
+<td class="colFirst"><code>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>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>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">
+<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>
 </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>
+</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(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotTableDefinition)">setCTPivotTableDefinition</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.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(CTPivotTableDefinition)">setCTPivotTableDefinition</a></strong>(CTPivotTableDefinition&nbsp;pivotTableDefinition)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
@@ -838,33 +838,28 @@
 <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(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache)">XSSFPivotCache</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache&nbsp;ctPivotCache)</code>&nbsp;</td>
+<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>
 </tr>
 <tr class="altColor">
-<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">
+<tr class="rowColor">
 <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="rowColor">
+<tr class="altColor">
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotCacheRecords.html#XSSFPivotCacheRecords()">XSSFPivotCacheRecords</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <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="rowColor">
+<tr class="altColor">
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotTable.html#XSSFPivotTable()">XSSFPivotTable</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <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