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 2015/11/21 22:22:29 UTC

svn commit: r1715579 [11/16] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/ apidocs/org/apache/poi/openxml4j/opc/class-use/ apidocs/org/apache/poi/sl/usermodel/class-use/ apidocs/org/apache/poi/ss/usermodel/charts/class-use/ apidocs/org/ap...

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html Sat Nov 21 21:22:26 2015
@@ -169,13 +169,6 @@ implements <a href="../../../../../org/a
 <code><a href="../../../../../org/apache/poi/POIXMLDocument.html#DOCUMENT_CREATOR">DOCUMENT_CREATOR</a>, <a href="../../../../../org/apache/poi/POIXMLDocument.html#OLE_OBJECT_REL_TYPE">OLE_OBJECT_REL_TYPE</a>, <a href="../../../../../org/apache/poi/POIXMLDocument.html#PACK_OBJECT_REL_TYPE">PACK_OBJECT_REL_TYPE</a></code></li>
 </ul>
 <ul class="blockList">
-<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.POIXMLDocumentPart">
-<!--   -->
-</a>
-<h3>Fields inherited from class&nbsp;org.apache.poi.<a href="../../../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a></h3>
-<code><a href="../../../../../org/apache/poi/POIXMLDocumentPart.html#DEFAULT_XML_OPTIONS">DEFAULT_XML_OPTIONS</a></code></li>
-</ul>
-<ul class="blockList">
 <li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.ss.usermodel.Workbook">
 <!--   -->
 </a>
@@ -257,7 +250,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="altColor">
-<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"><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>
@@ -298,8 +291,8 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFDialogsheet</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#createDialogsheet(java.lang.String,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDialogsheet)">createDialogsheet</a></strong>(java.lang.String&nbsp;sheetname,
-                 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDialogsheet&nbsp;dialogsheet)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#createDialogsheet(java.lang.String,%20CTDialogsheet)">createDialogsheet</a></strong>(java.lang.String&nbsp;sheetname,
+                 CTDialogsheet&nbsp;dialogsheet)</code>&nbsp;</td>
 </tr>
 <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>
@@ -383,7 +376,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbook</code></td>
+<td class="colFirst"><code>CTWorkbook</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#getCTWorkbook()">getCTWorkbook</a></strong>()</code>
 <div class="block">Return the underlying XML bean</div>
 </td>
@@ -634,8 +627,8 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#parseSheet(java.util.Map,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheet)">parseSheet</a></strong>(java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFSheet</a>&gt;&nbsp;shIdMap,
-          org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheet&nbsp;ctSheet)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#parseSheet(java.util.Map,%20CTSheet)">parseSheet</a></strong>(java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFSheet</a>&gt;&nbsp;shIdMap,
+          CTSheet&nbsp;ctSheet)</code>
 <div class="block">Not normally to be called externally, but possibly to be overridden to avoid
  the DOM based parse of large sheets (see examples).</div>
 </td>
@@ -1106,14 +1099,14 @@ implements <a href="../../../../../org/a
 <dd><code>java.io.IOException</code></dd></dl>
 </li>
 </ul>
-<a name="parseSheet(java.util.Map, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheet)">
+<a name="parseSheet(java.util.Map, CTSheet)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>parseSheet</h4>
 <pre>public&nbsp;void&nbsp;parseSheet(java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFSheet</a>&gt;&nbsp;shIdMap,
-              org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheet&nbsp;ctSheet)</pre>
+              CTSheet&nbsp;ctSheet)</pre>
 <div class="block">Not normally to be called externally, but possibly to be overridden to avoid
  the DOM based parse of large sheets (see examples).</div>
 </li>
@@ -1135,7 +1128,7 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getCTWorkbook</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbook&nbsp;getCTWorkbook()</pre>
+public&nbsp;CTWorkbook&nbsp;getCTWorkbook()</pre>
 <div class="block">Return the underlying XML bean</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the underlying CTWorkbook bean</dd></dl>
 </li>
@@ -1331,14 +1324,14 @@ public&nbsp;org.openxmlformats.schemas.s
   or workbook already contains a sheet with this name</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/util/WorkbookUtil.html#createSafeSheetName(java.lang.String)"><code>WorkbookUtil.createSafeSheetName(String nameProposal)</code></a></dd></dl>
 </li>
 </ul>
-<a name="createDialogsheet(java.lang.String, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDialogsheet)">
+<a name="createDialogsheet(java.lang.String, CTDialogsheet)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>createDialogsheet</h4>
 <pre>protected&nbsp;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFDialogsheet</a>&nbsp;createDialogsheet(java.lang.String&nbsp;sheetname,
-                                org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDialogsheet&nbsp;dialogsheet)</pre>
+                                CTDialogsheet&nbsp;dialogsheet)</pre>
 </li>
 </ul>
 <a name="findFont(short, short, short, java.lang.String, boolean, boolean, short, byte)">
@@ -2551,7 +2544,7 @@ public&nbsp;<a href="../../../../../org/
 <li class="blockList">
 <h4>addPivotCache</h4>
 <pre><a href="../../../../../org/apache/poi/util/Beta.html" title="annotation in org.apache.poi.util">@Beta</a>
-protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache&nbsp;addPivotCache(java.lang.String&nbsp;rId)</pre>
+protected&nbsp;CTPivotCache&nbsp;addPivotCache(java.lang.String&nbsp;rId)</pre>
 <div class="block">Add pivotCache to the workbook</div>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/AbstractXSSFChartSeries.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/AbstractXSSFChartSeries.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/AbstractXSSFChartSeries.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/AbstractXSSFChartSeries.html Sat Nov 21 21:22:26 2015
@@ -138,7 +138,7 @@ implements <a href="../../../../../../or
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx</code></td>
+<td class="colFirst"><code>protected CTSerTx</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/AbstractXSSFChartSeries.html#getCTSerTx()">getCTSerTx</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -292,7 +292,7 @@ implements <a href="../../../../../../or
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getCTSerTx</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx&nbsp;getCTSerTx()</pre>
+<pre>protected&nbsp;CTSerTx&nbsp;getCTSerTx()</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html Sat Nov 21 21:22:26 2015
@@ -142,8 +142,8 @@ extends <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/charts/XSSFCategoryAxis.html#XSSFCategoryAxis(org.apache.poi.xssf.usermodel.XSSFChart,%20org.openxmlformats.schemas.drawingml.x2006.chart.CTCatAx)">XSSFCategoryAxis</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a>&nbsp;chart,
-                org.openxmlformats.schemas.drawingml.x2006.chart.CTCatAx&nbsp;ctCatAx)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html#XSSFCategoryAxis(org.apache.poi.xssf.usermodel.XSSFChart,%20CTCatAx)">XSSFCategoryAxis</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a>&nbsp;chart,
+                CTCatAx&nbsp;ctCatAx)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html#XSSFCategoryAxis(org.apache.poi.xssf.usermodel.XSSFChart,%20long,%20org.apache.poi.ss.usermodel.charts.AxisPosition)">XSSFCategoryAxis</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a>&nbsp;chart,
@@ -172,23 +172,23 @@ extends <a href="../../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos</code></td>
+<td class="colFirst"><code>protected CTAxPos</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html#getCTAxPos()">getCTAxPos</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses</code></td>
+<td class="colFirst"><code>protected CTCrosses</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html#getCTCrosses()">getCTCrosses</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt</code></td>
+<td class="colFirst"><code>protected CTNumFmt</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html#getCTNumFmt()">getCTNumFmt</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling</code></td>
+<td class="colFirst"><code>protected CTScaling</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html#getCTScaling()">getCTScaling</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean</code></td>
+<td class="colFirst"><code>protected CTBoolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html#getDelete()">getDelete</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -196,11 +196,11 @@ extends <a href="../../../../../../org/a
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html#getId()">getId</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark</code></td>
+<td class="colFirst"><code>protected CTTickMark</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html#getMajorCTTickMark()">getMajorCTTickMark</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark</code></td>
+<td class="colFirst"><code>protected CTTickMark</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html#getMinorCTTickMark()">getMinorCTTickMark</a></strong>()</code>&nbsp;</td>
 </tr>
 </table>
@@ -243,14 +243,14 @@ extends <a href="../../../../../../org/a
                 <a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisPosition.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisPosition</a>&nbsp;pos)</pre>
 </li>
 </ul>
-<a name="XSSFCategoryAxis(org.apache.poi.xssf.usermodel.XSSFChart, org.openxmlformats.schemas.drawingml.x2006.chart.CTCatAx)">
+<a name="XSSFCategoryAxis(org.apache.poi.xssf.usermodel.XSSFChart, CTCatAx)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFCategoryAxis</h4>
 <pre>public&nbsp;XSSFCategoryAxis(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a>&nbsp;chart,
-                org.openxmlformats.schemas.drawingml.x2006.chart.CTCatAx&nbsp;ctCatAx)</pre>
+                CTCatAx&nbsp;ctCatAx)</pre>
 </li>
 </ul>
 </li>
@@ -277,7 +277,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTAxPos</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos&nbsp;getCTAxPos()</pre>
+<pre>protected&nbsp;CTAxPos&nbsp;getCTAxPos()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getCTAxPos()">getCTAxPos</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartAxis</a></code></dd>
@@ -290,7 +290,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTNumFmt</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt&nbsp;getCTNumFmt()</pre>
+<pre>protected&nbsp;CTNumFmt&nbsp;getCTNumFmt()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getCTNumFmt()">getCTNumFmt</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartAxis</a></code></dd>
@@ -303,7 +303,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTScaling</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling&nbsp;getCTScaling()</pre>
+<pre>protected&nbsp;CTScaling&nbsp;getCTScaling()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getCTScaling()">getCTScaling</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartAxis</a></code></dd>
@@ -316,7 +316,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTCrosses</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses&nbsp;getCTCrosses()</pre>
+<pre>protected&nbsp;CTCrosses&nbsp;getCTCrosses()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getCTCrosses()">getCTCrosses</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartAxis</a></code></dd>
@@ -329,7 +329,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getDelete</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean&nbsp;getDelete()</pre>
+<pre>protected&nbsp;CTBoolean&nbsp;getDelete()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getDelete()">getDelete</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartAxis</a></code></dd>
@@ -342,7 +342,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getMajorCTTickMark</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark&nbsp;getMajorCTTickMark()</pre>
+<pre>protected&nbsp;CTTickMark&nbsp;getMajorCTTickMark()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getMajorCTTickMark()">getMajorCTTickMark</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartAxis</a></code></dd>
@@ -355,7 +355,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getMinorCTTickMark</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark&nbsp;getMinorCTTickMark()</pre>
+<pre>protected&nbsp;CTTickMark&nbsp;getMinorCTTickMark()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getMinorCTTickMark()">getMinorCTTickMark</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartAxis</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html Sat Nov 21 21:22:26 2015
@@ -170,23 +170,23 @@ implements <a href="../../../../../../or
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getCrosses()">getCrosses</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos</code></td>
+<td class="colFirst"><code>protected abstract CTAxPos</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getCTAxPos()">getCTAxPos</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses</code></td>
+<td class="colFirst"><code>protected abstract CTCrosses</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getCTCrosses()">getCTCrosses</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt</code></td>
+<td class="colFirst"><code>protected abstract CTNumFmt</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getCTNumFmt()">getCTNumFmt</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling</code></td>
+<td class="colFirst"><code>protected abstract CTScaling</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getCTScaling()">getCTScaling</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean</code></td>
+<td class="colFirst"><code>protected abstract CTBoolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getDelete()">getDelete</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -194,7 +194,7 @@ implements <a href="../../../../../../or
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getLogBase()">getLogBase</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark</code></td>
+<td class="colFirst"><code>protected abstract CTTickMark</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getMajorCTTickMark()">getMajorCTTickMark</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -210,7 +210,7 @@ implements <a href="../../../../../../or
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getMinimum()">getMinimum</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark</code></td>
+<td class="colFirst"><code>protected abstract CTTickMark</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getMinorCTTickMark()">getMinorCTTickMark</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -653,7 +653,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTAxPos</h4>
-<pre>protected abstract&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos&nbsp;getCTAxPos()</pre>
+<pre>protected abstract&nbsp;CTAxPos&nbsp;getCTAxPos()</pre>
 </li>
 </ul>
 <a name="getCTNumFmt()">
@@ -662,7 +662,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTNumFmt</h4>
-<pre>protected abstract&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt&nbsp;getCTNumFmt()</pre>
+<pre>protected abstract&nbsp;CTNumFmt&nbsp;getCTNumFmt()</pre>
 </li>
 </ul>
 <a name="getCTScaling()">
@@ -671,7 +671,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTScaling</h4>
-<pre>protected abstract&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling&nbsp;getCTScaling()</pre>
+<pre>protected abstract&nbsp;CTScaling&nbsp;getCTScaling()</pre>
 </li>
 </ul>
 <a name="getCTCrosses()">
@@ -680,7 +680,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTCrosses</h4>
-<pre>protected abstract&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses&nbsp;getCTCrosses()</pre>
+<pre>protected abstract&nbsp;CTCrosses&nbsp;getCTCrosses()</pre>
 </li>
 </ul>
 <a name="getDelete()">
@@ -689,7 +689,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getDelete</h4>
-<pre>protected abstract&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean&nbsp;getDelete()</pre>
+<pre>protected abstract&nbsp;CTBoolean&nbsp;getDelete()</pre>
 </li>
 </ul>
 <a name="getMajorCTTickMark()">
@@ -698,7 +698,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getMajorCTTickMark</h4>
-<pre>protected abstract&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark&nbsp;getMajorCTTickMark()</pre>
+<pre>protected abstract&nbsp;CTTickMark&nbsp;getMajorCTTickMark()</pre>
 </li>
 </ul>
 <a name="getMinorCTTickMark()">
@@ -707,7 +707,7 @@ implements <a href="../../../../../../or
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getMinorCTTickMark</h4>
-<pre>protected abstract&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark&nbsp;getMinorCTTickMark()</pre>
+<pre>protected abstract&nbsp;CTTickMark&nbsp;getMinorCTTickMark()</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/XSSFChartLegend.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/XSSFChartLegend.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/XSSFChartLegend.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/XSSFChartLegend.html Sat Nov 21 21:22:26 2015
@@ -143,7 +143,7 @@ implements <a href="../../../../../../or
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.CTLegend</code></td>
+<td class="colFirst"><code>CTLegend</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartLegend.html#getCTLegend()">getCTLegend</a></strong>()</code>
 <div class="block">Return the underlying CTLegend bean.</div>
 </td>
@@ -220,7 +220,7 @@ implements <a href="../../../../../../or
 <li class="blockList">
 <h4>getCTLegend</h4>
 <pre><a href="../../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTLegend&nbsp;getCTLegend()</pre>
+public&nbsp;CTLegend&nbsp;getCTLegend()</pre>
 <div class="block">Return the underlying CTLegend bean.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the underlying CTLegend bean</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/XSSFManualLayout.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/XSSFManualLayout.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/XSSFManualLayout.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/XSSFManualLayout.html Sat Nov 21 21:22:26 2015
@@ -123,15 +123,10 @@ implements <a href="../../../../../../or
 <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/charts/XSSFManualLayout.html#XSSFManualLayout(org.openxmlformats.schemas.drawingml.x2006.chart.CTLayout)">XSSFManualLayout</a></strong>(org.openxmlformats.schemas.drawingml.x2006.chart.CTLayout&nbsp;ctLayout)</code>
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFManualLayout.html#XSSFManualLayout(CTLayout)">XSSFManualLayout</a></strong>(CTLayout&nbsp;ctLayout)</code>
 <div class="block">Create a new SpreadsheetML manual layout.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFManualLayout.html#XSSFManualLayout(org.apache.poi.xssf.usermodel.XSSFChart)">XSSFManualLayout</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a>&nbsp;chart)</code>
-<div class="block">Create a new SpreadsheetML manual layout for chart.</div>
-</td>
-</tr>
 </table>
 </li>
 </ul>
@@ -148,7 +143,7 @@ implements <a href="../../../../../../or
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout</code></td>
+<td class="colFirst"><code>CTManualLayout</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFManualLayout.html#getCTManualLayout()">getCTManualLayout</a></strong>()</code>
 <div class="block">Return the underlying CTManualLayout bean.</div>
 </td>
@@ -291,28 +286,17 @@ implements <a href="../../../../../../or
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFManualLayout(org.openxmlformats.schemas.drawingml.x2006.chart.CTLayout)">
+<a name="XSSFManualLayout(CTLayout)">
 <!--   -->
 </a>
-<ul class="blockList">
+<ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFManualLayout</h4>
-<pre>public&nbsp;XSSFManualLayout(org.openxmlformats.schemas.drawingml.x2006.chart.CTLayout&nbsp;ctLayout)</pre>
+<pre>public&nbsp;XSSFManualLayout(CTLayout&nbsp;ctLayout)</pre>
 <div class="block">Create a new SpreadsheetML manual layout.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>ctLayout</code> - a Spreadsheet ML layout that should be used as base.</dd></dl>
 </li>
 </ul>
-<a name="XSSFManualLayout(org.apache.poi.xssf.usermodel.XSSFChart)">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>XSSFManualLayout</h4>
-<pre>public&nbsp;XSSFManualLayout(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a>&nbsp;chart)</pre>
-<div class="block">Create a new SpreadsheetML manual layout for chart.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>chart</code> - a chart to create layout for.</dd></dl>
-</li>
-</ul>
 </li>
 </ul>
 <!-- ============ METHOD DETAIL ========== -->
@@ -328,7 +312,7 @@ implements <a href="../../../../../../or
 <li class="blockList">
 <h4>getCTManualLayout</h4>
 <pre><a href="../../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout&nbsp;getCTManualLayout()</pre>
+public&nbsp;CTManualLayout&nbsp;getCTManualLayout()</pre>
 <div class="block">Return the underlying CTManualLayout bean.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the underlying CTManualLayout bean.</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html Sat Nov 21 21:22:26 2015
@@ -143,8 +143,8 @@ implements <a href="../../../../../../or
 <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/charts/XSSFValueAxis.html#XSSFValueAxis(org.apache.poi.xssf.usermodel.XSSFChart,%20org.openxmlformats.schemas.drawingml.x2006.chart.CTValAx)">XSSFValueAxis</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a>&nbsp;chart,
-             org.openxmlformats.schemas.drawingml.x2006.chart.CTValAx&nbsp;ctValAx)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html#XSSFValueAxis(org.apache.poi.xssf.usermodel.XSSFChart,%20CTValAx)">XSSFValueAxis</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a>&nbsp;chart,
+             CTValAx&nbsp;ctValAx)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html#XSSFValueAxis(org.apache.poi.xssf.usermodel.XSSFChart,%20long,%20org.apache.poi.ss.usermodel.charts.AxisPosition)">XSSFValueAxis</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a>&nbsp;chart,
@@ -177,23 +177,23 @@ implements <a href="../../../../../../or
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html#getCrossBetween()">getCrossBetween</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos</code></td>
+<td class="colFirst"><code>protected CTAxPos</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html#getCTAxPos()">getCTAxPos</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses</code></td>
+<td class="colFirst"><code>protected CTCrosses</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html#getCTCrosses()">getCTCrosses</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt</code></td>
+<td class="colFirst"><code>protected CTNumFmt</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html#getCTNumFmt()">getCTNumFmt</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling</code></td>
+<td class="colFirst"><code>protected CTScaling</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html#getCTScaling()">getCTScaling</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean</code></td>
+<td class="colFirst"><code>protected CTBoolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html#getDelete()">getDelete</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -201,11 +201,11 @@ implements <a href="../../../../../../or
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html#getId()">getId</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark</code></td>
+<td class="colFirst"><code>protected CTTickMark</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html#getMajorCTTickMark()">getMajorCTTickMark</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark</code></td>
+<td class="colFirst"><code>protected CTTickMark</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html#getMinorCTTickMark()">getMinorCTTickMark</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -259,14 +259,14 @@ implements <a href="../../../../../../or
              <a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisPosition.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisPosition</a>&nbsp;pos)</pre>
 </li>
 </ul>
-<a name="XSSFValueAxis(org.apache.poi.xssf.usermodel.XSSFChart, org.openxmlformats.schemas.drawingml.x2006.chart.CTValAx)">
+<a name="XSSFValueAxis(org.apache.poi.xssf.usermodel.XSSFChart, CTValAx)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFValueAxis</h4>
 <pre>public&nbsp;XSSFValueAxis(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a>&nbsp;chart,
-             org.openxmlformats.schemas.drawingml.x2006.chart.CTValAx&nbsp;ctValAx)</pre>
+             CTValAx&nbsp;ctValAx)</pre>
 </li>
 </ul>
 </li>
@@ -322,7 +322,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTAxPos</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos&nbsp;getCTAxPos()</pre>
+<pre>protected&nbsp;CTAxPos&nbsp;getCTAxPos()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getCTAxPos()">getCTAxPos</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartAxis</a></code></dd>
@@ -335,7 +335,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTNumFmt</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt&nbsp;getCTNumFmt()</pre>
+<pre>protected&nbsp;CTNumFmt&nbsp;getCTNumFmt()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getCTNumFmt()">getCTNumFmt</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartAxis</a></code></dd>
@@ -348,7 +348,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTScaling</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling&nbsp;getCTScaling()</pre>
+<pre>protected&nbsp;CTScaling&nbsp;getCTScaling()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getCTScaling()">getCTScaling</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartAxis</a></code></dd>
@@ -361,7 +361,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTCrosses</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses&nbsp;getCTCrosses()</pre>
+<pre>protected&nbsp;CTCrosses&nbsp;getCTCrosses()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getCTCrosses()">getCTCrosses</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartAxis</a></code></dd>
@@ -374,7 +374,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getDelete</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean&nbsp;getDelete()</pre>
+<pre>protected&nbsp;CTBoolean&nbsp;getDelete()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getDelete()">getDelete</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartAxis</a></code></dd>
@@ -387,7 +387,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getMajorCTTickMark</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark&nbsp;getMajorCTTickMark()</pre>
+<pre>protected&nbsp;CTTickMark&nbsp;getMajorCTTickMark()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getMajorCTTickMark()">getMajorCTTickMark</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartAxis</a></code></dd>
@@ -400,7 +400,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getMinorCTTickMark</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark&nbsp;getMinorCTTickMark()</pre>
+<pre>protected&nbsp;CTTickMark&nbsp;getMinorCTTickMark()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html#getMinorCTTickMark()">getMinorCTTickMark</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartAxis</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFChart.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFChart.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFChart.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFChart.html Sat Nov 21 21:22:26 2015
@@ -169,8 +169,8 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html#XSSFCategoryAxis(org.apache.poi.xssf.usermodel.XSSFChart,%20org.openxmlformats.schemas.drawingml.x2006.chart.CTCatAx)">XSSFCategoryAxis</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a>&nbsp;chart,
-                org.openxmlformats.schemas.drawingml.x2006.chart.CTCatAx&nbsp;ctCatAx)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html#XSSFCategoryAxis(org.apache.poi.xssf.usermodel.XSSFChart,%20CTCatAx)">XSSFCategoryAxis</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a>&nbsp;chart,
+                CTCatAx&nbsp;ctCatAx)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html#XSSFCategoryAxis(org.apache.poi.xssf.usermodel.XSSFChart,%20long,%20org.apache.poi.ss.usermodel.charts.AxisPosition)">XSSFCategoryAxis</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a>&nbsp;chart,
@@ -186,15 +186,10 @@
 </td>
 </tr>
 <tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFManualLayout.html#XSSFManualLayout(org.apache.poi.xssf.usermodel.XSSFChart)">XSSFManualLayout</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a>&nbsp;chart)</code>
-<div class="block">Create a new SpreadsheetML manual layout for chart.</div>
-</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html#XSSFValueAxis(org.apache.poi.xssf.usermodel.XSSFChart,%20CTValAx)">XSSFValueAxis</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a>&nbsp;chart,
+             CTValAx&nbsp;ctValAx)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html#XSSFValueAxis(org.apache.poi.xssf.usermodel.XSSFChart,%20org.openxmlformats.schemas.drawingml.x2006.chart.CTValAx)">XSSFValueAxis</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a>&nbsp;chart,
-             org.openxmlformats.schemas.drawingml.x2006.chart.CTValAx&nbsp;ctValAx)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html#XSSFValueAxis(org.apache.poi.xssf.usermodel.XSSFChart,%20long,%20org.apache.poi.ss.usermodel.charts.AxisPosition)">XSSFValueAxis</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html" title="class in org.apache.poi.xssf.usermodel">XSSFChart</a>&nbsp;chart,
              long&nbsp;id,
              <a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisPosition.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisPosition</a>&nbsp;pos)</code>&nbsp;</td>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFDataValidationConstraint.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFDataValidationConstraint.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFDataValidationConstraint.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFDataValidationConstraint.html Sat Nov 21 21:22:26 2015
@@ -93,9 +93,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/xssf/usermodel/class-use/XSSFDialogsheet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFDialogsheet.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFDialogsheet.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFDialogsheet.html Sat Nov 21 21:22:26 2015
@@ -95,8 +95,8 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFDialogsheet</a></code></td>
-<td class="colLast"><span class="strong">XSSFWorkbook.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#createDialogsheet(java.lang.String,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDialogsheet)">createDialogsheet</a></strong>(java.lang.String&nbsp;sheetname,
-                 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDialogsheet&nbsp;dialogsheet)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">XSSFWorkbook.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#createDialogsheet(java.lang.String,%20CTDialogsheet)">createDialogsheet</a></strong>(java.lang.String&nbsp;sheetname,
+                 CTDialogsheet&nbsp;dialogsheet)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFDrawing.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFDrawing.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFDrawing.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFDrawing.html Sat Nov 21 21:22:26 2015
@@ -135,36 +135,36 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFConnector.html#XSSFConnector(org.apache.poi.xssf.usermodel.XSSFDrawing,%20org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector)">XSSFConnector</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</a>&nbsp;drawing,
-             org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector&nbsp;ctShape)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFConnector.html#XSSFConnector(org.apache.poi.xssf.usermodel.XSSFDrawing,%20CTConnector)">XSSFConnector</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</a>&nbsp;drawing,
+             CTConnector&nbsp;ctShape)</code>
 <div class="block">Construct a new XSSFConnector object.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html#XSSFGraphicFrame(org.apache.poi.xssf.usermodel.XSSFDrawing,%20org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame)">XSSFGraphicFrame</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</a>&nbsp;drawing,
-                org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame&nbsp;ctGraphicFrame)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html#XSSFGraphicFrame(org.apache.poi.xssf.usermodel.XSSFDrawing,%20CTGraphicalObjectFrame)">XSSFGraphicFrame</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</a>&nbsp;drawing,
+                CTGraphicalObjectFrame&nbsp;ctGraphicFrame)</code>
 <div class="block">Construct a new XSSFGraphicFrame object.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFPicture.html#XSSFPicture(org.apache.poi.xssf.usermodel.XSSFDrawing,%20org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTPicture)">XSSFPicture</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</a>&nbsp;drawing,
-           org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTPicture&nbsp;ctPicture)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFPicture.html#XSSFPicture(org.apache.poi.xssf.usermodel.XSSFDrawing,%20CTPicture)">XSSFPicture</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</a>&nbsp;drawing,
+           CTPicture&nbsp;ctPicture)</code>
 <div class="block">Construct a new XSSFPicture object.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFShapeGroup.html#XSSFShapeGroup(org.apache.poi.xssf.usermodel.XSSFDrawing,%20org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGroupShape)">XSSFShapeGroup</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</a>&nbsp;drawing,
-              org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGroupShape&nbsp;ctGroup)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFShapeGroup.html#XSSFShapeGroup(org.apache.poi.xssf.usermodel.XSSFDrawing,%20CTGroupShape)">XSSFShapeGroup</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</a>&nbsp;drawing,
+              CTGroupShape&nbsp;ctGroup)</code>
 <div class="block">Construct a new XSSFSimpleShape object.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSimpleShape.html#XSSFSimpleShape(org.apache.poi.xssf.usermodel.XSSFDrawing,%20org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape)">XSSFSimpleShape</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</a>&nbsp;drawing,
-               org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape&nbsp;ctShape)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSimpleShape.html#XSSFSimpleShape(org.apache.poi.xssf.usermodel.XSSFDrawing,%20CTShape)">XSSFSimpleShape</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</a>&nbsp;drawing,
+               CTShape&nbsp;ctShape)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFTextBox.html#XSSFTextBox(org.apache.poi.xssf.usermodel.XSSFDrawing,%20org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape)">XSSFTextBox</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</a>&nbsp;drawing,
-           org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape&nbsp;ctShape)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFTextBox.html#XSSFTextBox(org.apache.poi.xssf.usermodel.XSSFDrawing,%20CTShape)">XSSFTextBox</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</a>&nbsp;drawing,
+           CTShape&nbsp;ctShape)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFRow.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFRow.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFRow.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFRow.html Sat Nov 21 21:22:26 2015
@@ -146,8 +146,8 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#XSSFCell(org.apache.poi.xssf.usermodel.XSSFRow,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell)">XSSFCell</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel">XSSFRow</a>&nbsp;row,
-        org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell&nbsp;cell)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#XSSFCell(org.apache.poi.xssf.usermodel.XSSFRow,%20CTCell)">XSSFCell</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel">XSSFRow</a>&nbsp;row,
+        CTCell&nbsp;cell)</code>
 <div class="block">Construct a XSSFCell.</div>
 </td>
 </tr>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFSheet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFSheet.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFSheet.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFSheet.html Sat Nov 21 21:22:26 2015
@@ -249,8 +249,8 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">XSSFWorkbook.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#parseSheet(java.util.Map,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheet)">parseSheet</a></strong>(java.util.Map&lt;java.lang.String,<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFSheet</a>&gt;&nbsp;shIdMap,
-          org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheet&nbsp;ctSheet)</code>
+<td class="colLast"><span class="strong">XSSFWorkbook.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#parseSheet(java.util.Map,%20CTSheet)">parseSheet</a></strong>(java.util.Map&lt;java.lang.String,<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFSheet</a>&gt;&nbsp;shIdMap,
+          CTSheet&nbsp;ctSheet)</code>
 <div class="block">Not normally to be called externally, but possibly to be overridden to avoid
  the DOM based parse of large sheets (see examples).</div>
 </td>
@@ -270,7 +270,7 @@
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#XSSFDialogsheet(org.apache.poi.xssf.usermodel.XSSFSheet)">XSSFDialogsheet</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFSheet</a>&nbsp;sheet)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#XSSFRow(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRow,%20org.apache.poi.xssf.usermodel.XSSFSheet)">XSSFRow</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRow&nbsp;row,
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html#XSSFRow(CTRow,%20org.apache.poi.xssf.usermodel.XSSFSheet)">XSSFRow</a></strong>(CTRow&nbsp;row,
        <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFSheet</a>&nbsp;sheet)</code>
 <div class="block">Construct a XSSFRow.</div>
 </td>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFTable.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFTable.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFTable.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFTable.html Sat Nov 21 21:22:26 2015
@@ -136,9 +136,9 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFXmlColumnPr.html#XSSFXmlColumnPr(org.apache.poi.xssf.usermodel.XSSFTable,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr)">XSSFXmlColumnPr</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html" title="class in org.apache.poi.xssf.usermodel">XSSFTable</a>&nbsp;table,
-               org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn&nbsp;ctTableColum,
-               org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr&nbsp;ctXmlColumnPr)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFXmlColumnPr.html#XSSFXmlColumnPr(org.apache.poi.xssf.usermodel.XSSFTable,%20CTTableColumn,%20CTXmlColumnPr)">XSSFXmlColumnPr</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFTable.html" title="class in org.apache.poi.xssf.usermodel">XSSFTable</a>&nbsp;table,
+               CTTableColumn&nbsp;ctTableColum,
+               CTXmlColumnPr&nbsp;ctXmlColumnPr)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFWorkbook.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFWorkbook.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFWorkbook.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFWorkbook.html Sat Nov 21 21:22:26 2015
@@ -283,7 +283,7 @@
                     <a href="../../../../../../org/apache/poi/ss/formula/WorkbookEvaluator.html" title="class in org.apache.poi.ss.formula">WorkbookEvaluator</a>&nbsp;bookEvaluator)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFName.html#XSSFName(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName,%20org.apache.poi.xssf.usermodel.XSSFWorkbook)">XSSFName</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName&nbsp;name,
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFName.html#XSSFName(CTDefinedName,%20org.apache.poi.xssf.usermodel.XSSFWorkbook)">XSSFName</a></strong>(CTDefinedName&nbsp;name,
         <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel">XSSFWorkbook</a>&nbsp;workbook)</code>
 <div class="block">Creates an XSSFName object - called internally by XSSFWorkbook.</div>
 </td>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html Sat Nov 21 21:22:26 2015
@@ -115,7 +115,7 @@ extends java.lang.Object</pre>
 <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/extensions/XSSFCellAlignment.html#XSSFCellAlignment(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellAlignment)">XSSFCellAlignment</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellAlignment&nbsp;cellAlignment)</code>
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html#XSSFCellAlignment(CTCellAlignment)">XSSFCellAlignment</a></strong>(CTCellAlignment&nbsp;cellAlignment)</code>
 <div class="block">Creates a Cell Alignment from the supplied XML definition</div>
 </td>
 </tr>
@@ -135,7 +135,7 @@ extends java.lang.Object</pre>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellAlignment</code></td>
+<td class="colFirst"><code>CTCellAlignment</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellAlignment.html#getCTCellAlignment()">getCTCellAlignment</a></strong>()</code>
 <div class="block">Access to low-level data</div>
 </td>
@@ -234,13 +234,13 @@ extends java.lang.Object</pre>
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFCellAlignment(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellAlignment)">
+<a name="XSSFCellAlignment(CTCellAlignment)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFCellAlignment</h4>
-<pre>public&nbsp;XSSFCellAlignment(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellAlignment&nbsp;cellAlignment)</pre>
+<pre>public&nbsp;XSSFCellAlignment(CTCellAlignment&nbsp;cellAlignment)</pre>
 <div class="block">Creates a Cell Alignment from the supplied XML definition</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>cellAlignment</code> - </dd></dl>
 </li>
@@ -406,7 +406,7 @@ extends java.lang.Object</pre>
 <li class="blockList">
 <h4>getCTCellAlignment</h4>
 <pre><a href="../../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellAlignment&nbsp;getCTCellAlignment()</pre>
+public&nbsp;CTCellAlignment&nbsp;getCTCellAlignment()</pre>
 <div class="block">Access to low-level data</div>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.html Sat Nov 21 21:22:26 2015
@@ -143,12 +143,12 @@ extends java.lang.Object</pre>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.html#XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder)">XSSFCellBorder</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder&nbsp;border)</code>
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.html#XSSFCellBorder(CTBorder)">XSSFCellBorder</a></strong>(CTBorder&nbsp;border)</code>
 <div class="block">Creates a Cell Border from the supplied XML definition</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.html#XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder,%20org.apache.poi.xssf.model.ThemesTable)">XSSFCellBorder</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder&nbsp;border,
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.html#XSSFCellBorder(CTBorder,%20org.apache.poi.xssf.model.ThemesTable)">XSSFCellBorder</a></strong>(CTBorder&nbsp;border,
               <a href="../../../../../../org/apache/poi/xssf/model/ThemesTable.html" title="class in org.apache.poi.xssf.model">ThemesTable</a>&nbsp;theme)</code>
 <div class="block">Creates a Cell Border from the supplied XML definition</div>
 </td>
@@ -185,7 +185,7 @@ extends java.lang.Object</pre>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder</code></td>
+<td class="colFirst"><code>CTBorder</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.html#getCTBorder()">getCTBorder</a></strong>()</code>
 <div class="block">Returns the underlying XML bean.</div>
 </td>
@@ -238,24 +238,24 @@ extends java.lang.Object</pre>
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder, org.apache.poi.xssf.model.ThemesTable)">
+<a name="XSSFCellBorder(CTBorder, org.apache.poi.xssf.model.ThemesTable)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>XSSFCellBorder</h4>
-<pre>public&nbsp;XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder&nbsp;border,
+<pre>public&nbsp;XSSFCellBorder(CTBorder&nbsp;border,
               <a href="../../../../../../org/apache/poi/xssf/model/ThemesTable.html" title="class in org.apache.poi.xssf.model">ThemesTable</a>&nbsp;theme)</pre>
 <div class="block">Creates a Cell Border from the supplied XML definition</div>
 </li>
 </ul>
-<a name="XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder)">
+<a name="XSSFCellBorder(CTBorder)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>XSSFCellBorder</h4>
-<pre>public&nbsp;XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder&nbsp;border)</pre>
+<pre>public&nbsp;XSSFCellBorder(CTBorder&nbsp;border)</pre>
 <div class="block">Creates a Cell Border from the supplied XML definition</div>
 </li>
 </ul>
@@ -297,7 +297,7 @@ extends java.lang.Object</pre>
 <li class="blockList">
 <h4>getCTBorder</h4>
 <pre><a href="../../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder&nbsp;getCTBorder()</pre>
+public&nbsp;CTBorder&nbsp;getCTBorder()</pre>
 <div class="block">Returns the underlying XML bean.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>CTBorder</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.html Sat Nov 21 21:22:26 2015
@@ -121,7 +121,7 @@ extends java.lang.Object</pre>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.html#XSSFCellFill(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill)">XSSFCellFill</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill&nbsp;fill)</code>
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.html#XSSFCellFill(CTFill)">XSSFCellFill</a></strong>(CTFill&nbsp;fill)</code>
 <div class="block">Creates a CellFill from the supplied parts</div>
 </td>
 </tr>
@@ -145,7 +145,7 @@ extends java.lang.Object</pre>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object&nbsp;o)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill</code></td>
+<td class="colFirst"><code>CTFill</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.html#getCTFill()">getCTFill</a></strong>()</code>
 <div class="block">Returns the underlying XML bean.</div>
 </td>
@@ -163,7 +163,7 @@ extends java.lang.Object</pre>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.STPatternType.Enum</code></td>
+<td class="colFirst"><code>STPatternType.Enum</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.html#getPatternType()">getPatternType</a></strong>()</code>
 <div class="block">get the fill pattern</div>
 </td>
@@ -198,7 +198,7 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.html#setPatternType(org.openxmlformats.schemas.spreadsheetml.x2006.main.STPatternType.Enum)">setPatternType</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.STPatternType.Enum&nbsp;patternType)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.html#setPatternType(STPatternType.Enum)">setPatternType</a></strong>(STPatternType.Enum&nbsp;patternType)</code>
 <div class="block">set the fill pattern</div>
 </td>
 </tr>
@@ -224,13 +224,13 @@ extends java.lang.Object</pre>
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFCellFill(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill)">
+<a name="XSSFCellFill(CTFill)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>XSSFCellFill</h4>
-<pre>public&nbsp;XSSFCellFill(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill&nbsp;fill)</pre>
+<pre>public&nbsp;XSSFCellFill(CTFill&nbsp;fill)</pre>
 <div class="block">Creates a CellFill from the supplied parts</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>fill</code> - - fill</dd></dl>
 </li>
@@ -325,18 +325,18 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getPatternType</h4>
-<pre>public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.STPatternType.Enum&nbsp;getPatternType()</pre>
+<pre>public&nbsp;STPatternType.Enum&nbsp;getPatternType()</pre>
 <div class="block">get the fill pattern</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>fill pattern type. null if fill pattern is not set</dd></dl>
 </li>
 </ul>
-<a name="setPatternType(org.openxmlformats.schemas.spreadsheetml.x2006.main.STPatternType.Enum)">
+<a name="setPatternType(STPatternType.Enum)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setPatternType</h4>
-<pre>public&nbsp;void&nbsp;setPatternType(org.openxmlformats.schemas.spreadsheetml.x2006.main.STPatternType.Enum&nbsp;patternType)</pre>
+<pre>public&nbsp;void&nbsp;setPatternType(STPatternType.Enum&nbsp;patternType)</pre>
 <div class="block">set the fill pattern</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>patternType</code> - fill pattern to use</dd></dl>
 </li>
@@ -348,7 +348,7 @@ extends java.lang.Object</pre>
 <li class="blockList">
 <h4>getCTFill</h4>
 <pre><a href="../../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill&nbsp;getCTFill()</pre>
+public&nbsp;CTFill&nbsp;getCTFill()</pre>
 <div class="block">Returns the underlying XML bean.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>CTFill</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFHeaderFooter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFHeaderFooter.html?rev=1715579&r1=1715578&r2=1715579&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFHeaderFooter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFHeaderFooter.html Sat Nov 21 21:22:26 2015
@@ -217,7 +217,7 @@ implements <a href="../../../../../../or
 <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/extensions/XSSFHeaderFooter.html#XSSFHeaderFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter)">XSSFHeaderFooter</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter&nbsp;headerFooter)</code>
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFHeaderFooter.html#XSSFHeaderFooter(CTHeaderFooter)">XSSFHeaderFooter</a></strong>(CTHeaderFooter&nbsp;headerFooter)</code>
 <div class="block">Create an instance of XSSFHeaderFooter from the supplied XML bean</div>
 </td>
 </tr>
@@ -250,7 +250,7 @@ implements <a href="../../../../../../or
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter</code></td>
+<td class="colFirst"><code>CTHeaderFooter</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFHeaderFooter.html#getHeaderFooter()">getHeaderFooter</a></strong>()</code>
 <div class="block">Returns the underlying CTHeaderFooter xml bean</div>
 </td>
@@ -332,13 +332,13 @@ implements <a href="../../../../../../or
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFHeaderFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter)">
+<a name="XSSFHeaderFooter(CTHeaderFooter)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFHeaderFooter</h4>
-<pre>public&nbsp;XSSFHeaderFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter&nbsp;headerFooter)</pre>
+<pre>public&nbsp;XSSFHeaderFooter(CTHeaderFooter&nbsp;headerFooter)</pre>
 <div class="block">Create an instance of XSSFHeaderFooter from the supplied XML bean</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>headerFooter</code> - </dd></dl>
 </li>
@@ -358,7 +358,7 @@ implements <a href="../../../../../../or
 <li class="blockList">
 <h4>getHeaderFooter</h4>
 <pre><a href="../../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter&nbsp;getHeaderFooter()</pre>
+public&nbsp;CTHeaderFooter&nbsp;getHeaderFooter()</pre>
 <div class="block">Returns the underlying CTHeaderFooter xml bean</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the underlying CTHeaderFooter xml bean</dd></dl>
 </li>



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