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 2014/07/31 15:37:48 UTC

svn commit: r1614887 - in /poi/site/publish/apidocs/org/apache/poi: POIOLE2TextExtractor.html xssf/usermodel/XSSFPivotTable.html

Author: nick
Date: Thu Jul 31 13:37:47 2014
New Revision: 1614887

URL: http://svn.apache.org/r1614887
Log:
Republish JavaDocs for fixes in r1614886

Modified:
    poi/site/publish/apidocs/org/apache/poi/POIOLE2TextExtractor.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFPivotTable.html

Modified: poi/site/publish/apidocs/org/apache/poi/POIOLE2TextExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/POIOLE2TextExtractor.html?rev=1614887&r1=1614886&r2=1614887&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/POIOLE2TextExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/POIOLE2TextExtractor.html Thu Jul 31 13:37:47 2014
@@ -240,7 +240,7 @@ extends <a href="../../../org/apache/poi
 <h4>POIOLE2TextExtractor</h4>
 <pre>public&nbsp;POIOLE2TextExtractor(<a href="../../../org/apache/poi/POIDocument.html" title="class in org.apache.poi">POIDocument</a>&nbsp;document)</pre>
 <div class="block">Creates a new text extractor for the given document</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>The</code> - POIDocument to use in this extractor.</dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>document</code> - The POIDocument to use in this extractor.</dd></dl>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFPivotTable.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFPivotTable.html?rev=1614887&r1=1614886&r2=1614887&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFPivotTable.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFPivotTable.html Thu Jul 31 13:37:47 2014
@@ -573,7 +573,7 @@ protected&nbsp;void&nbsp;setDefaultPivot
 <pre><a href="../../../../../org/apache/poi/util/Beta.html" title="annotation in org.apache.poi.util">@Beta</a>
 public&nbsp;void&nbsp;addRowLabel(int&nbsp;columnIndex)</pre>
 <div class="block">Add a row label using data from the given column.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>columnIndex,</code> - the index of the column to be used as row label.</dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>columnIndex</code> - the index of the column to be used as row label.</dd></dl>
 </li>
 </ul>
 <a name="getRowLabelColumns()">
@@ -596,7 +596,7 @@ public&nbsp;java.util.List&lt;java.lang.
 public&nbsp;void&nbsp;addColumnLabel(<a href="../../../../../org/apache/poi/ss/usermodel/DataConsolidateFunction.html" title="enum in org.apache.poi.ss.usermodel">DataConsolidateFunction</a>&nbsp;function,
                        int&nbsp;columnIndex)</pre>
 <div class="block">Add a column label using data from the given column and specified function</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>columnIndex,</code> - the index of the column to be used as column label.</dd><dd><code>function,</code> - the function to be used on the data
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>columnIndex</code> - the index of the column to be used as column label.</dd><dd><code>function</code> - the function to be used on the data
  The following functions exists:
  Sum, Count, Average, Max, Min, Product, Count numbers, StdDev, StdDevp, Var, Varp</dd></dl>
 </li>
@@ -611,7 +611,7 @@ public&nbsp;void&nbsp;addColumnLabel(<a 
 public&nbsp;void&nbsp;addDataColumn(int&nbsp;columnIndex,
                       boolean&nbsp;isDataField)</pre>
 <div class="block">Add column containing data from the referenced area.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>columnIndex,</code> - the index of the column containing the data</dd><dd><code>isDataField,</code> - true if the data should be displayed in the pivot table.</dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>columnIndex</code> - the index of the column containing the data</dd><dd><code>isDataField</code> - true if the data should be displayed in the pivot table.</dd></dl>
 </li>
 </ul>
 <a name="addReportFilter(int)">
@@ -623,7 +623,7 @@ public&nbsp;void&nbsp;addDataColumn(int&
 <pre><a href="../../../../../org/apache/poi/util/Beta.html" title="annotation in org.apache.poi.util">@Beta</a>
 public&nbsp;void&nbsp;addReportFilter(int&nbsp;columnIndex)</pre>
 <div class="block">Add filter for the column with the corresponding index and cell value</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>columnIndex,</code> - index of column to filter on</dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>columnIndex</code> - index of column to filter on</dd></dl>
 </li>
 </ul>
 <a name="createSourceReferences(org.apache.poi.ss.util.AreaReference, org.apache.poi.ss.util.CellReference, org.apache.poi.ss.usermodel.Sheet)">



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