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 [28/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/xssf/usermodel/XSSFBorderFormatting.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html Wed Sep 21 22:19:54 2016
@@ -317,7 +317,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBottomBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">setBottomBorderColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setBottomBorderColor(CTColor)">setBottomBorderColor</a></strong>(CTColor&nbsp;color)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -329,7 +329,7 @@ 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/XSSFBorderFormatting.html#setDiagonalBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">setDiagonalBorderColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setDiagonalBorderColor(CTColor)">setDiagonalBorderColor</a></strong>(CTColor&nbsp;color)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
@@ -341,7 +341,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setLeftBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">setLeftBorderColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setLeftBorderColor(CTColor)">setLeftBorderColor</a></strong>(CTColor&nbsp;color)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -353,7 +353,7 @@ 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/XSSFBorderFormatting.html#setRightBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">setRightBorderColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setRightBorderColor(CTColor)">setRightBorderColor</a></strong>(CTColor&nbsp;color)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
@@ -365,7 +365,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setTopBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">setTopBorderColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFBorderFormatting.html#setTopBorderColor(CTColor)">setTopBorderColor</a></strong>(CTColor&nbsp;color)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -849,13 +849,17 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
-<a name="setBottomBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">
+<a name="setBottomBorderColor(CTColor)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setBottomBorderColor</h4>
-<pre>public&nbsp;void&nbsp;setBottomBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</pre>
+<pre>public&nbsp;void&nbsp;setBottomBorderColor(CTColor&nbsp;color)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setBottomBorderColor(short)">setBottomBorderColor</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd>
+</dl>
 </li>
 </ul>
 <a name="setDiagonalBorderColor(org.apache.poi.ss.usermodel.Color)">
@@ -884,13 +888,17 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
-<a name="setDiagonalBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">
+<a name="setDiagonalBorderColor(CTColor)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setDiagonalBorderColor</h4>
-<pre>public&nbsp;void&nbsp;setDiagonalBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</pre>
+<pre>public&nbsp;void&nbsp;setDiagonalBorderColor(CTColor&nbsp;color)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setDiagonalBorderColor(short)">setDiagonalBorderColor</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd>
+</dl>
 </li>
 </ul>
 <a name="setLeftBorderColor(org.apache.poi.ss.usermodel.Color)">
@@ -919,13 +927,17 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
-<a name="setLeftBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">
+<a name="setLeftBorderColor(CTColor)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setLeftBorderColor</h4>
-<pre>public&nbsp;void&nbsp;setLeftBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</pre>
+<pre>public&nbsp;void&nbsp;setLeftBorderColor(CTColor&nbsp;color)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setLeftBorderColor(short)">setLeftBorderColor</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd>
+</dl>
 </li>
 </ul>
 <a name="setRightBorderColor(org.apache.poi.ss.usermodel.Color)">
@@ -954,13 +966,17 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
-<a name="setRightBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">
+<a name="setRightBorderColor(CTColor)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setRightBorderColor</h4>
-<pre>public&nbsp;void&nbsp;setRightBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</pre>
+<pre>public&nbsp;void&nbsp;setRightBorderColor(CTColor&nbsp;color)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setRightBorderColor(short)">setRightBorderColor</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd>
+</dl>
 </li>
 </ul>
 <a name="setTopBorderColor(org.apache.poi.ss.usermodel.Color)">
@@ -989,13 +1005,17 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
-<a name="setTopBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">
+<a name="setTopBorderColor(CTColor)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>setTopBorderColor</h4>
-<pre>public&nbsp;void&nbsp;setTopBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</pre>
+<pre>public&nbsp;void&nbsp;setTopBorderColor(CTColor&nbsp;color)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html#setTopBorderColor(short)">setTopBorderColor</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/BorderFormatting.html" title="interface in org.apache.poi.ss.usermodel">BorderFormatting</a></code></dd>
+</dl>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html Wed Sep 21 22:19:54 2016
@@ -148,8 +148,8 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected </code></td>
-<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>
@@ -261,7 +261,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell</code></td>
+<td class="colFirst"><code>CTCell</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#getCTCell()">getCTCell</a></strong>()</code>
 <div class="block">Returns the xml bean containing information about the cell's location (reference), value,
  data type, formatting, and formula</div>
@@ -457,7 +457,7 @@ 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/XSSFCell.html#setCTCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell)">setCTCell</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell&nbsp;cell)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html#setCTCell(CTCell)">setCTCell</a></strong>(CTCell&nbsp;cell)</code>
 <div class="block">Set a new internal xml bean.</div>
 </td>
 </tr>
@@ -495,14 +495,14 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFCell(org.apache.poi.xssf.usermodel.XSSFRow, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell)">
+<a name="XSSFCell(org.apache.poi.xssf.usermodel.XSSFRow, CTCell)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFCell</h4>
 <pre>protected&nbsp;XSSFCell(<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)</pre>
+        CTCell&nbsp;cell)</pre>
 <div class="block">Construct a XSSFCell.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - the parent row.</dd><dd><code>cell</code> - the xml bean containing information about the cell.</dd></dl>
 </li>
@@ -1260,20 +1260,20 @@ public&nbsp;<a href="../../../../../org/
 <li class="blockList">
 <h4>getCTCell</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.CTCell&nbsp;getCTCell()</pre>
+public&nbsp;CTCell&nbsp;getCTCell()</pre>
 <div class="block">Returns the xml bean containing information about the cell's location (reference), value,
  data type, formatting, and formula</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the xml bean containing information about this cell</dd></dl>
 </li>
 </ul>
-<a name="setCTCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell)">
+<a name="setCTCell(CTCell)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setCTCell</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;void&nbsp;setCTCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell&nbsp;cell)</pre>
+public&nbsp;void&nbsp;setCTCell(CTCell&nbsp;cell)</pre>
 <div class="block">Set a new internal xml bean. This is only for internal use, do not call this from outside!
  
  This is necessary in some rare cases to work around XMLBeans specialties.</div>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCellStyle.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCellStyle.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCellStyle.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCellStyle.html Wed Sep 21 22:19:54 2016
@@ -286,7 +286,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf</code></td>
+<td class="colFirst"><code>CTXf</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getCoreXf()">getCoreXf</a></strong>()</code>
 <div class="block">Used so that StylesSource can figure out our location</div>
 </td>
@@ -432,7 +432,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf</code></td>
+<td class="colFirst"><code>CTXf</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCellStyle.html#getStyleXf()">getStyleXf</a></strong>()</code>
 <div class="block">Used so that StylesSource can figure out our location</div>
 </td>
@@ -785,7 +785,7 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getCoreXf</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.CTXf&nbsp;getCoreXf()</pre>
+public&nbsp;CTXf&nbsp;getCoreXf()</pre>
 <div class="block">Used so that StylesSource can figure out our location</div>
 </li>
 </ul>
@@ -796,7 +796,7 @@ public&nbsp;org.openxmlformats.schemas.s
 <li class="blockList">
 <h4>getStyleXf</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.CTXf&nbsp;getStyleXf()</pre>
+public&nbsp;CTXf&nbsp;getStyleXf()</pre>
 <div class="block">Used so that StylesSource can figure out our location</div>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChart.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChart.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChart.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChart.html Wed Sep 21 22:19:54 2016
@@ -209,13 +209,13 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#getChartDataFactory()">getChartDataFactory</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.CTChart</code></td>
+<td class="colFirst"><code>CTChart</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#getCTChart()">getCTChart</a></strong>()</code>
 <div class="block">Return the underlying CTChart bean, within the Chart Space</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.CTChartSpace</code></td>
+<td class="colFirst"><code>CTChartSpace</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChart.html#getCTChartSpace()">getCTChartSpace</a></strong>()</code>
 <div class="block">Return the underlying CTChartSpace bean, the root element of the SpreadsheetML Chart part.</div>
 </td>
@@ -358,7 +358,7 @@ protected&nbsp;XSSFChart(<a href="../../
 <li class="blockList">
 <h4>getCTChartSpace</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.CTChartSpace&nbsp;getCTChartSpace()</pre>
+public&nbsp;CTChartSpace&nbsp;getCTChartSpace()</pre>
 <div class="block">Return the underlying CTChartSpace bean, the root element of the SpreadsheetML Chart part.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the underlying CTChartSpace bean</dd></dl>
 </li>
@@ -370,7 +370,7 @@ public&nbsp;org.openxmlformats.schemas.d
 <li class="blockList">
 <h4>getCTChart</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.CTChart&nbsp;getCTChart()</pre>
+public&nbsp;CTChart&nbsp;getCTChart()</pre>
 <div class="block">Return the underlying CTChart bean, within the Chart Space</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the underlying CTChart bean</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChartSheet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChartSheet.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChartSheet.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChartSheet.html Wed Sep 21 22:19:54 2016
@@ -150,7 +150,7 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTChartsheet</code></td>
+<td class="colFirst"><code>protected CTChartsheet</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChartSheet.html#chartsheet">chartsheet</a></strong></code>&nbsp;</td>
 </tr>
 </table>
@@ -211,17 +211,17 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTChartsheet</code></td>
+<td class="colFirst"><code>CTChartsheet</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChartSheet.html#getCTChartsheet()">getCTChartsheet</a></strong>()</code>
 <div class="block">Provide access to the CTChartsheet bean holding this sheet's data</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDrawing</code></td>
+<td class="colFirst"><code>protected CTDrawing</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChartSheet.html#getCTDrawing()">getCTDrawing</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTLegacyDrawing</code></td>
+<td class="colFirst"><code>protected CTLegacyDrawing</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChartSheet.html#getCTLegacyDrawing()">getCTLegacyDrawing</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -274,7 +274,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>chartsheet</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTChartsheet chartsheet</pre>
+<pre>protected&nbsp;CTChartsheet chartsheet</pre>
 </li>
 </ul>
 </li>
@@ -337,7 +337,7 @@ protected&nbsp;XSSFChartSheet(<a href=".
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTChartsheet</h4>
-<pre>public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTChartsheet&nbsp;getCTChartsheet()</pre>
+<pre>public&nbsp;CTChartsheet&nbsp;getCTChartsheet()</pre>
 <div class="block">Provide access to the CTChartsheet bean holding this sheet's data</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the CTChartsheet bean holding this sheet's data</dd></dl>
 </li>
@@ -348,7 +348,7 @@ protected&nbsp;XSSFChartSheet(<a href=".
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTDrawing</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDrawing&nbsp;getCTDrawing()</pre>
+<pre>protected&nbsp;CTDrawing&nbsp;getCTDrawing()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getCTDrawing()">getCTDrawing</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFSheet</a></code></dd>
@@ -361,7 +361,7 @@ protected&nbsp;XSSFChartSheet(<a href=".
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTLegacyDrawing</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTLegacyDrawing&nbsp;getCTLegacyDrawing()</pre>
+<pre>protected&nbsp;CTLegacyDrawing&nbsp;getCTLegacyDrawing()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getCTLegacyDrawing()">getCTLegacyDrawing</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFSheet</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChildAnchor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChildAnchor.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChildAnchor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFChildAnchor.html Wed Sep 21 22:19:54 2016
@@ -121,7 +121,7 @@ extends <a href="../../../../../org/apac
 <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/XSSFChildAnchor.html#XSSFChildAnchor(org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D)">XSSFChildAnchor</a></strong>(org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D&nbsp;t2d)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChildAnchor.html#XSSFChildAnchor(CTTransform2D)">XSSFChildAnchor</a></strong>(CTTransform2D&nbsp;t2d)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChildAnchor.html#XSSFChildAnchor(int,%20int,%20int,%20int)">XSSFChildAnchor</a></strong>(int&nbsp;x,
@@ -145,7 +145,7 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D</code></td>
+<td class="colFirst"><code>CTTransform2D</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFChildAnchor.html#getCTTransform2D()">getCTTransform2D</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -214,13 +214,13 @@ extends <a href="../../../../../org/apac
                int&nbsp;cy)</pre>
 </li>
 </ul>
-<a name="XSSFChildAnchor(org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D)">
+<a name="XSSFChildAnchor(CTTransform2D)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFChildAnchor</h4>
-<pre>public&nbsp;XSSFChildAnchor(org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D&nbsp;t2d)</pre>
+<pre>public&nbsp;XSSFChildAnchor(CTTransform2D&nbsp;t2d)</pre>
 </li>
 </ul>
 </li>
@@ -238,7 +238,7 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>getCTTransform2D</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.main.CTTransform2D&nbsp;getCTTransform2D()</pre>
+public&nbsp;CTTransform2D&nbsp;getCTTransform2D()</pre>
 </li>
 </ul>
 <a name="getDx1()">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFClientAnchor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFClientAnchor.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFClientAnchor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFClientAnchor.html Wed Sep 21 22:19:54 2016
@@ -166,8 +166,8 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFClientAnchor.html#XSSFClientAnchor(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker,%20org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker)">XSSFClientAnchor</a></strong>(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker&nbsp;cell1,
-                org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker&nbsp;cell2)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFClientAnchor.html#XSSFClientAnchor(CTMarker,%20CTMarker)">XSSFClientAnchor</a></strong>(CTMarker&nbsp;cell1,
+                CTMarker&nbsp;cell2)</code>
 <div class="block">Create XSSFClientAnchor from existing xml beans</div>
 </td>
 </tr>
@@ -260,7 +260,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker</code></td>
+<td class="colFirst"><code>CTMarker</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFClientAnchor.html#getFrom()">getFrom</a></strong>()</code>
 <div class="block">Return starting anchor point</div>
 </td>
@@ -278,7 +278,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker</code></td>
+<td class="colFirst"><code>CTMarker</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFClientAnchor.html#getTo()">getTo</a></strong>()</code>
 <div class="block">Return ending anchor point</div>
 </td>
@@ -359,7 +359,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFClientAnchor.html#setFrom(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker)">setFrom</a></strong>(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker&nbsp;from)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFClientAnchor.html#setFrom(CTMarker)">setFrom</a></strong>(CTMarker&nbsp;from)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
@@ -375,7 +375,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFClientAnchor.html#setTo(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker)">setTo</a></strong>(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker&nbsp;to)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFClientAnchor.html#setTo(CTMarker)">setTo</a></strong>(CTMarker&nbsp;to)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
@@ -432,14 +432,14 @@ implements <a href="../../../../../org/a
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>dx1</code> - the x coordinate within the first cell.</dd><dd><code>dy1</code> - the y coordinate within the first cell.</dd><dd><code>dx2</code> - the x coordinate within the second cell.</dd><dd><code>dy2</code> - the y coordinate within the second cell.</dd><dd><code>col1</code> - the column (0 based) of the first cell.</dd><dd><code>row1</code> - the row (0 based) of the first cell.</dd><dd><code>col2</code> - the column (0 based) of the second cell.</dd><dd><code>row2</code> - the row (0 based) of the second cell.</dd></dl>
 </li>
 </ul>
-<a name="XSSFClientAnchor(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker)">
+<a name="XSSFClientAnchor(CTMarker, CTMarker)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFClientAnchor</h4>
-<pre>protected&nbsp;XSSFClientAnchor(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker&nbsp;cell1,
-                org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker&nbsp;cell2)</pre>
+<pre>protected&nbsp;XSSFClientAnchor(CTMarker&nbsp;cell1,
+                CTMarker&nbsp;cell2)</pre>
 <div class="block">Create XSSFClientAnchor from existing xml beans</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>cell1</code> - starting anchor point</dd><dd><code>cell2</code> - ending anchor point</dd></dl>
 </li>
@@ -786,18 +786,18 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getFrom</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.spreadsheetDrawing.CTMarker&nbsp;getFrom()</pre>
+public&nbsp;CTMarker&nbsp;getFrom()</pre>
 <div class="block">Return starting anchor point</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>starting anchor point</dd></dl>
 </li>
 </ul>
-<a name="setFrom(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker)">
+<a name="setFrom(CTMarker)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setFrom</h4>
-<pre>protected&nbsp;void&nbsp;setFrom(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker&nbsp;from)</pre>
+<pre>protected&nbsp;void&nbsp;setFrom(CTMarker&nbsp;from)</pre>
 </li>
 </ul>
 <a name="getTo()">
@@ -807,18 +807,18 @@ public&nbsp;org.openxmlformats.schemas.d
 <li class="blockList">
 <h4>getTo</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.spreadsheetDrawing.CTMarker&nbsp;getTo()</pre>
+public&nbsp;CTMarker&nbsp;getTo()</pre>
 <div class="block">Return ending anchor point</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>ending anchor point</dd></dl>
 </li>
 </ul>
-<a name="setTo(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker)">
+<a name="setTo(CTMarker)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setTo</h4>
-<pre>protected&nbsp;void&nbsp;setTo(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker&nbsp;to)</pre>
+<pre>protected&nbsp;void&nbsp;setTo(CTMarker&nbsp;to)</pre>
 </li>
 </ul>
 <a name="setAnchorType(org.apache.poi.ss.usermodel.ClientAnchor.AnchorType)">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColor.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColor.html Wed Sep 21 22:19:54 2016
@@ -129,19 +129,10 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(byte[])">XSSFColor</a></strong>(byte[]&nbsp;rgb)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(java.awt.Color)">XSSFColor</a></strong>(java.awt.Color&nbsp;clr)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">XSSFColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</code>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(CTColor)">XSSFColor</a></strong>(CTColor&nbsp;color)</code>
 <div class="block">Create an instance of XSSFColor from the supplied XML bean</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(org.apache.poi.ss.usermodel.IndexedColors)">XSSFColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/IndexedColors.html" title="enum in org.apache.poi.ss.usermodel">IndexedColors</a>&nbsp;indexedColor)</code>&nbsp;</td>
-</tr>
 </table>
 </li>
 </ul>
@@ -168,7 +159,7 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor</code></td>
+<td class="colFirst"><code>CTColor</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getCTColor()">getCTColor</a></strong>()</code>
 <div class="block">Returns the underlying XML bean</div>
 </td>
@@ -316,53 +307,26 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">
+<a name="XSSFColor(CTColor)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>XSSFColor</h4>
-<pre>public&nbsp;XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</pre>
+<pre>public&nbsp;XSSFColor(CTColor&nbsp;color)</pre>
 <div class="block">Create an instance of XSSFColor from the supplied XML bean</div>
 </li>
 </ul>
 <a name="XSSFColor()">
 <!--   -->
 </a>
-<ul class="blockList">
+<ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFColor</h4>
 <pre>public&nbsp;XSSFColor()</pre>
 <div class="block">Create an new instance of XSSFColor</div>
 </li>
 </ul>
-<a name="XSSFColor(java.awt.Color)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>XSSFColor</h4>
-<pre>public&nbsp;XSSFColor(java.awt.Color&nbsp;clr)</pre>
-</li>
-</ul>
-<a name="XSSFColor(byte[])">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>XSSFColor</h4>
-<pre>public&nbsp;XSSFColor(byte[]&nbsp;rgb)</pre>
-</li>
-</ul>
-<a name="XSSFColor(org.apache.poi.ss.usermodel.IndexedColors)">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>XSSFColor</h4>
-<pre>public&nbsp;XSSFColor(<a href="../../../../../org/apache/poi/ss/usermodel/IndexedColors.html" title="enum in org.apache.poi.ss.usermodel">IndexedColors</a>&nbsp;indexedColor)</pre>
-</li>
-</ul>
 </li>
 </ul>
 <!-- ============ METHOD DETAIL ========== -->
@@ -682,7 +646,7 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>getCTColor</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.CTColor&nbsp;getCTColor()</pre>
+public&nbsp;CTColor&nbsp;getCTColor()</pre>
 <div class="block">Returns the underlying XML bean</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the underlying XML bean</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFComment.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFComment.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFComment.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFComment.html Wed Sep 21 22:19:54 2016
@@ -119,9 +119,9 @@ implements <a href="../../../../../org/a
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#XSSFComment(org.apache.poi.xssf.model.CommentsTable,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment,%20com.microsoft.schemas.vml.CTShape)">XSSFComment</a></strong>(<a href="../../../../../org/apache/poi/xssf/model/CommentsTable.html" title="class in org.apache.poi.xssf.model">CommentsTable</a>&nbsp;comments,
-           org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment&nbsp;comment,
-           com.microsoft.schemas.vml.CTShape&nbsp;vmlShape)</code>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#XSSFComment(org.apache.poi.xssf.model.CommentsTable,%20CTComment,%20CTShape)">XSSFComment</a></strong>(<a href="../../../../../org/apache/poi/xssf/model/CommentsTable.html" title="class in org.apache.poi.xssf.model">CommentsTable</a>&nbsp;comments,
+           CTComment&nbsp;comment,
+           CTShape&nbsp;vmlShape)</code>
 <div class="block">Creates a new XSSFComment, associated with a given
   low level comment object.</div>
 </td>
@@ -170,11 +170,11 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment</code></td>
+<td class="colFirst"><code>protected CTComment</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#getCTComment()">getCTComment</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected com.microsoft.schemas.vml.CTShape</code></td>
+<td class="colFirst"><code>protected CTShape</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFComment.html#getCTShape()">getCTShape</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -272,15 +272,15 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFComment(org.apache.poi.xssf.model.CommentsTable, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment, com.microsoft.schemas.vml.CTShape)">
+<a name="XSSFComment(org.apache.poi.xssf.model.CommentsTable, CTComment, CTShape)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFComment</h4>
 <pre>public&nbsp;XSSFComment(<a href="../../../../../org/apache/poi/xssf/model/CommentsTable.html" title="class in org.apache.poi.xssf.model">CommentsTable</a>&nbsp;comments,
-           org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment&nbsp;comment,
-           com.microsoft.schemas.vml.CTShape&nbsp;vmlShape)</pre>
+           CTComment&nbsp;comment,
+           CTShape&nbsp;vmlShape)</pre>
 <div class="block">Creates a new XSSFComment, associated with a given
   low level comment object.</div>
 </li>
@@ -523,7 +523,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTComment</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment&nbsp;getCTComment()</pre>
+<pre>protected&nbsp;CTComment&nbsp;getCTComment()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the xml bean holding this comment's properties</dd></dl>
 </li>
 </ul>
@@ -533,7 +533,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTShape</h4>
-<pre>protected&nbsp;com.microsoft.schemas.vml.CTShape&nbsp;getCTShape()</pre>
+<pre>protected&nbsp;CTShape&nbsp;getCTShape()</pre>
 </li>
 </ul>
 <a name="equals(java.lang.Object)">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html Wed Sep 21 22:19:54 2016
@@ -138,7 +138,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html#XSSFConditionalFormattingThreshold(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo)">XSSFConditionalFormattingThreshold</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo&nbsp;cfvo)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html#XSSFConditionalFormattingThreshold(CTCfvo)">XSSFConditionalFormattingThreshold</a></strong>(CTCfvo&nbsp;cfvo)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -156,7 +156,7 @@ implements <a href="../../../../../org/a
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo</code></td>
+<td class="colFirst"><code>protected CTCfvo</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConditionalFormattingThreshold.html#getCTCfvo()">getCTCfvo</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -220,13 +220,13 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFConditionalFormattingThreshold(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo)">
+<a name="XSSFConditionalFormattingThreshold(CTCfvo)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFConditionalFormattingThreshold</h4>
-<pre>protected&nbsp;XSSFConditionalFormattingThreshold(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo&nbsp;cfvo)</pre>
+<pre>protected&nbsp;XSSFConditionalFormattingThreshold(CTCfvo&nbsp;cfvo)</pre>
 </li>
 </ul>
 </li>
@@ -243,7 +243,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTCfvo</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo&nbsp;getCTCfvo()</pre>
+<pre>protected&nbsp;CTCfvo&nbsp;getCTCfvo()</pre>
 </li>
 </ul>
 <a name="getRangeType()">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConnector.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConnector.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConnector.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConnector.html Wed Sep 21 22:19:54 2016
@@ -140,8 +140,8 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected </code></td>
-<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>
@@ -161,11 +161,11 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector</code></td>
+<td class="colFirst"><code>CTConnector</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConnector.html#getCTConnector()">getCTConnector</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties</code></td>
+<td class="colFirst"><code>protected CTShapeProperties</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConnector.html#getShapeProperties()">getShapeProperties</a></strong>()</code>
 <div class="block">Returns xml bean with shape properties.</div>
 </td>
@@ -177,7 +177,7 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected static org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector</code></td>
+<td class="colFirst"><code>protected static CTConnector</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFConnector.html#prototype()">prototype</a></strong>()</code>
 <div class="block">Initialize default structure of a new auto-shape</div>
 </td>
@@ -217,14 +217,14 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFConnector(org.apache.poi.xssf.usermodel.XSSFDrawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector)">
+<a name="XSSFConnector(org.apache.poi.xssf.usermodel.XSSFDrawing, CTConnector)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFConnector</h4>
 <pre>protected&nbsp;XSSFConnector(<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)</pre>
+             CTConnector&nbsp;ctShape)</pre>
 <div class="block">Construct a new XSSFConnector object.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>drawing</code> - the XSSFDrawing that owns this shape</dd><dd><code>ctShape</code> - the shape bean that holds all the shape properties</dd></dl>
 </li>
@@ -243,7 +243,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>prototype</h4>
-<pre>protected static&nbsp;org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector&nbsp;prototype()</pre>
+<pre>protected static&nbsp;CTConnector&nbsp;prototype()</pre>
 <div class="block">Initialize default structure of a new auto-shape</div>
 </li>
 </ul>
@@ -254,7 +254,7 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>getCTConnector</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.spreadsheetDrawing.CTConnector&nbsp;getCTConnector()</pre>
+public&nbsp;CTConnector&nbsp;getCTConnector()</pre>
 </li>
 </ul>
 <a name="getShapeType()">
@@ -285,7 +285,7 @@ public&nbsp;org.openxmlformats.schemas.d
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getShapeProperties</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties&nbsp;getShapeProperties()</pre>
+<pre>protected&nbsp;CTShapeProperties&nbsp;getShapeProperties()</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#getShapeProperties()">XSSFShape</a></code></strong></div>
 <div class="block">Returns xml bean with shape properties.</div>
 <dl>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDataValidation.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDataValidation.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDataValidation.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDataValidation.html Wed Sep 21 22:19:54 2016
@@ -136,9 +136,9 @@ implements <a href="../../../../../org/a
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/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="colOne"><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>
 </table>
 </li>
@@ -275,7 +275,7 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFDataValidation(org.apache.poi.xssf.usermodel.XSSFDataValidationConstraint, org.apache.poi.ss.util.CellRangeAddressList, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataValidation)">
+<a name="XSSFDataValidation(org.apache.poi.xssf.usermodel.XSSFDataValidationConstraint, org.apache.poi.ss.util.CellRangeAddressList, CTDataValidation)">
 <!--   -->
 </a>
 <ul class="blockListLast">
@@ -283,7 +283,7 @@ implements <a href="../../../../../org/a
 <h4>XSSFDataValidation</h4>
 <pre>public&nbsp;XSSFDataValidation(<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)</pre>
+                  CTDataValidation&nbsp;ctDataValidation)</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDialogsheet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDialogsheet.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDialogsheet.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDialogsheet.html Wed Sep 21 22:19:54 2016
@@ -145,7 +145,7 @@ implements <a href="../../../../../org/a
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDialogsheet</code></td>
+<td class="colFirst"><code>protected CTDialogsheet</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#dialogsheet">dialogsheet</a></strong></code>&nbsp;</td>
 </tr>
 </table>
@@ -211,39 +211,39 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#getDialog()">getDialog</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageBreak</code></td>
+<td class="colFirst"><code>protected CTPageBreak</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#getSheetTypeColumnBreaks()">getSheetTypeColumnBreaks</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter</code></td>
+<td class="colFirst"><code>protected CTHeaderFooter</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#getSheetTypeHeaderFooter()">getSheetTypeHeaderFooter</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageMargins</code></td>
+<td class="colFirst"><code>protected CTPageMargins</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#getSheetTypePageMargins()">getSheetTypePageMargins</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPrintOptions</code></td>
+<td class="colFirst"><code>protected CTPrintOptions</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#getSheetTypePrintOptions()">getSheetTypePrintOptions</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection</code></td>
+<td class="colFirst"><code>protected CTSheetProtection</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#getSheetTypeProtection()">getSheetTypeProtection</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageBreak</code></td>
+<td class="colFirst"><code>protected CTPageBreak</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#getSheetTypeRowBreaks()">getSheetTypeRowBreaks</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetFormatPr</code></td>
+<td class="colFirst"><code>protected CTSheetFormatPr</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#getSheetTypeSheetFormatPr()">getSheetTypeSheetFormatPr</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr</code></td>
+<td class="colFirst"><code>protected CTSheetPr</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#getSheetTypeSheetPr()">getSheetTypeSheetPr</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetViews</code></td>
+<td class="colFirst"><code>protected CTSheetViews</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#getSheetTypeSheetViews()">getSheetTypeSheetViews</a></strong>()</code>&nbsp;</td>
 </tr>
 </table>
@@ -302,7 +302,7 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>dialogsheet</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDialogsheet dialogsheet</pre>
+<pre>protected&nbsp;CTDialogsheet dialogsheet</pre>
 </li>
 </ul>
 </li>
@@ -358,7 +358,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getSheetTypeHeaderFooter</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter&nbsp;getSheetTypeHeaderFooter()</pre>
+<pre>protected&nbsp;CTHeaderFooter&nbsp;getSheetTypeHeaderFooter()</pre>
 </li>
 </ul>
 <a name="getSheetTypeSheetPr()">
@@ -367,7 +367,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getSheetTypeSheetPr</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr&nbsp;getSheetTypeSheetPr()</pre>
+<pre>protected&nbsp;CTSheetPr&nbsp;getSheetTypeSheetPr()</pre>
 </li>
 </ul>
 <a name="getSheetTypeColumnBreaks()">
@@ -376,7 +376,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getSheetTypeColumnBreaks</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageBreak&nbsp;getSheetTypeColumnBreaks()</pre>
+<pre>protected&nbsp;CTPageBreak&nbsp;getSheetTypeColumnBreaks()</pre>
 </li>
 </ul>
 <a name="getSheetTypeSheetFormatPr()">
@@ -385,7 +385,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getSheetTypeSheetFormatPr</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetFormatPr&nbsp;getSheetTypeSheetFormatPr()</pre>
+<pre>protected&nbsp;CTSheetFormatPr&nbsp;getSheetTypeSheetFormatPr()</pre>
 </li>
 </ul>
 <a name="getSheetTypePageMargins()">
@@ -394,7 +394,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getSheetTypePageMargins</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageMargins&nbsp;getSheetTypePageMargins()</pre>
+<pre>protected&nbsp;CTPageMargins&nbsp;getSheetTypePageMargins()</pre>
 </li>
 </ul>
 <a name="getSheetTypeRowBreaks()">
@@ -403,7 +403,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getSheetTypeRowBreaks</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageBreak&nbsp;getSheetTypeRowBreaks()</pre>
+<pre>protected&nbsp;CTPageBreak&nbsp;getSheetTypeRowBreaks()</pre>
 </li>
 </ul>
 <a name="getSheetTypeSheetViews()">
@@ -412,7 +412,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getSheetTypeSheetViews</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetViews&nbsp;getSheetTypeSheetViews()</pre>
+<pre>protected&nbsp;CTSheetViews&nbsp;getSheetTypeSheetViews()</pre>
 </li>
 </ul>
 <a name="getSheetTypePrintOptions()">
@@ -421,7 +421,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getSheetTypePrintOptions</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPrintOptions&nbsp;getSheetTypePrintOptions()</pre>
+<pre>protected&nbsp;CTPrintOptions&nbsp;getSheetTypePrintOptions()</pre>
 </li>
 </ul>
 <a name="getSheetTypeProtection()">
@@ -430,7 +430,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getSheetTypeProtection</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection&nbsp;getSheetTypeProtection()</pre>
+<pre>protected&nbsp;CTSheetProtection&nbsp;getSheetTypeProtection()</pre>
 </li>
 </ul>
 <a name="getDialog()">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDrawing.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDrawing.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDrawing.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDrawing.html Wed Sep 21 22:19:54 2016
@@ -288,7 +288,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTDrawing</code></td>
+<td class="colFirst"><code>CTDrawing</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html#getCTDrawing()">getCTDrawing</a></strong>()</code>
 <div class="block">Return the underlying CTDrawing bean, the root element of the SpreadsheetML Drawing part.</div>
 </td>
@@ -415,7 +415,7 @@ public&nbsp;XSSFDrawing(<a href="../../.
 <li class="blockList">
 <h4>getCTDrawing</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.spreadsheetDrawing.CTDrawing&nbsp;getCTDrawing()</pre>
+public&nbsp;CTDrawing&nbsp;getCTDrawing()</pre>
 <div class="block">Return the underlying CTDrawing bean, the root element of the SpreadsheetML Drawing part.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the underlying CTDrawing bean</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFEvenFooter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFEvenFooter.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFEvenFooter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFEvenFooter.html Wed Sep 21 22:19:54 2016
@@ -128,7 +128,7 @@ implements <a href="../../../../../org/a
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFEvenFooter.html#XSSFEvenFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter)">XSSFEvenFooter</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter&nbsp;headerFooter)</code>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFEvenFooter.html#XSSFEvenFooter(CTHeaderFooter)">XSSFEvenFooter</a></strong>(CTHeaderFooter&nbsp;headerFooter)</code>
 <div class="block">Create an instance of XSSFEvenFooter from the supplied XML bean</div>
 </td>
 </tr>
@@ -195,13 +195,13 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFEvenFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter)">
+<a name="XSSFEvenFooter(CTHeaderFooter)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFEvenFooter</h4>
-<pre>public&nbsp;XSSFEvenFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter&nbsp;headerFooter)</pre>
+<pre>public&nbsp;XSSFEvenFooter(CTHeaderFooter&nbsp;headerFooter)</pre>
 <div class="block">Create an instance of XSSFEvenFooter from the supplied XML bean</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>headerFooter</code> - </dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getEvenFooter()"><code>XSSFSheet.getEvenFooter()</code></a></dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFEvenHeader.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFEvenHeader.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFEvenHeader.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFEvenHeader.html Wed Sep 21 22:19:54 2016
@@ -130,7 +130,7 @@ implements <a href="../../../../../org/a
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFEvenHeader.html#XSSFEvenHeader(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter)">XSSFEvenHeader</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter&nbsp;headerFooter)</code>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFEvenHeader.html#XSSFEvenHeader(CTHeaderFooter)">XSSFEvenHeader</a></strong>(CTHeaderFooter&nbsp;headerFooter)</code>
 <div class="block">Create an instance of XSSFEvenHeader from the supplied XML bean</div>
 </td>
 </tr>
@@ -197,13 +197,13 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFEvenHeader(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter)">
+<a name="XSSFEvenHeader(CTHeaderFooter)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFEvenHeader</h4>
-<pre>public&nbsp;XSSFEvenHeader(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter&nbsp;headerFooter)</pre>
+<pre>public&nbsp;XSSFEvenHeader(CTHeaderFooter&nbsp;headerFooter)</pre>
 <div class="block">Create an instance of XSSFEvenHeader from the supplied XML bean</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>headerFooter</code> - </dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getEvenHeader()"><code>XSSFSheet.getEvenHeader()</code></a></dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFirstFooter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFirstFooter.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFirstFooter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFirstFooter.html Wed Sep 21 22:19:54 2016
@@ -129,7 +129,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFirstFooter.html#XSSFFirstFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter)">XSSFFirstFooter</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter&nbsp;headerFooter)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFirstFooter.html#XSSFFirstFooter(CTHeaderFooter)">XSSFFirstFooter</a></strong>(CTHeaderFooter&nbsp;headerFooter)</code>
 <div class="block">Create an instance of XSSFFirstFooter from the supplied XML bean</div>
 </td>
 </tr>
@@ -196,13 +196,13 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFFirstFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter)">
+<a name="XSSFFirstFooter(CTHeaderFooter)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFFirstFooter</h4>
-<pre>protected&nbsp;XSSFFirstFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter&nbsp;headerFooter)</pre>
+<pre>protected&nbsp;XSSFFirstFooter(CTHeaderFooter&nbsp;headerFooter)</pre>
 <div class="block">Create an instance of XSSFFirstFooter from the supplied XML bean</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>headerFooter</code> - </dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getFirstFooter()"><code>XSSFSheet.getFirstFooter()</code></a></dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFirstHeader.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFirstHeader.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFirstHeader.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFirstHeader.html Wed Sep 21 22:19:54 2016
@@ -129,7 +129,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFirstHeader.html#XSSFFirstHeader(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter)">XSSFFirstHeader</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter&nbsp;headerFooter)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFirstHeader.html#XSSFFirstHeader(CTHeaderFooter)">XSSFFirstHeader</a></strong>(CTHeaderFooter&nbsp;headerFooter)</code>
 <div class="block">Create an instance of XSSFFirstHeader from the supplied XML bean</div>
 </td>
 </tr>
@@ -196,13 +196,13 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFFirstHeader(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter)">
+<a name="XSSFFirstHeader(CTHeaderFooter)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFFirstHeader</h4>
-<pre>protected&nbsp;XSSFFirstHeader(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter&nbsp;headerFooter)</pre>
+<pre>protected&nbsp;XSSFFirstHeader(CTHeaderFooter&nbsp;headerFooter)</pre>
 <div class="block">Create an instance of XSSFFirstHeader from the supplied XML bean</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>headerFooter</code> - </dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getFirstHeader()"><code>XSSFSheet.getFirstHeader()</code></a></dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFont.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFont.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFont.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFont.html Wed Sep 21 22:19:54 2016
@@ -170,13 +170,13 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html#XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont)">XSSFFont</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont&nbsp;font)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html#XSSFFont(CTFont)">XSSFFont</a></strong>(CTFont&nbsp;font)</code>
 <div class="block">Create a new XSSFFont</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html#XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont,%20int)">XSSFFont</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont&nbsp;font,
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html#XSSFFont(CTFont,%20int)">XSSFFont</a></strong>(CTFont&nbsp;font,
         int&nbsp;index)</code>&nbsp;</td>
 </tr>
 </table>
@@ -226,7 +226,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont</code></td>
+<td class="colFirst"><code>CTFont</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html#getCTFont()">getCTFont</a></strong>()</code>
 <div class="block">get the underlying CTFont font</div>
 </td>
@@ -515,24 +515,24 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont)">
+<a name="XSSFFont(CTFont)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>XSSFFont</h4>
-<pre>public&nbsp;XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont&nbsp;font)</pre>
+<pre>public&nbsp;XSSFFont(CTFont&nbsp;font)</pre>
 <div class="block">Create a new XSSFFont</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>font</code> - the underlying CTFont bean</dd></dl>
 </li>
 </ul>
-<a name="XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont, int)">
+<a name="XSSFFont(CTFont, int)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>XSSFFont</h4>
-<pre>public&nbsp;XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont&nbsp;font,
+<pre>public&nbsp;XSSFFont(CTFont&nbsp;font,
         int&nbsp;index)</pre>
 </li>
 </ul>
@@ -561,7 +561,7 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getCTFont</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.CTFont&nbsp;getCTFont()</pre>
+public&nbsp;CTFont&nbsp;getCTFont()</pre>
 <div class="block">get the underlying CTFont font</div>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html Wed Sep 21 22:19:54 2016
@@ -139,8 +139,8 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected </code></td>
-<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>
@@ -166,7 +166,7 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame</code></td>
+<td class="colFirst"><code>CTGraphicalObjectFrame</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html#getCTGraphicalObjectFrame()">getCTGraphicalObjectFrame</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -182,13 +182,13 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties</code></td>
+<td class="colFirst"><code>protected CTShapeProperties</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html#getShapeProperties()">getShapeProperties</a></strong>()</code>
 <div class="block">Returns xml bean with shape properties.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected static org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame</code></td>
+<td class="colFirst"><code>protected static CTGraphicalObjectFrame</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFGraphicFrame.html#prototype()">prototype</a></strong>()</code>
 <div class="block">Initialize default structure of a new graphic frame</div>
 </td>
@@ -253,14 +253,14 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFGraphicFrame(org.apache.poi.xssf.usermodel.XSSFDrawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame)">
+<a name="XSSFGraphicFrame(org.apache.poi.xssf.usermodel.XSSFDrawing, CTGraphicalObjectFrame)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFGraphicFrame</h4>
 <pre>protected&nbsp;XSSFGraphicFrame(<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)</pre>
+                CTGraphicalObjectFrame&nbsp;ctGraphicFrame)</pre>
 <div class="block">Construct a new XSSFGraphicFrame object.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>drawing</code> - the XSSFDrawing that owns this frame</dd><dd><code>ctGraphicFrame</code> - the XML bean that stores this frame content</dd></dl>
 </li>
@@ -280,7 +280,7 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>getCTGraphicalObjectFrame</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.spreadsheetDrawing.CTGraphicalObjectFrame&nbsp;getCTGraphicalObjectFrame()</pre>
+public&nbsp;CTGraphicalObjectFrame&nbsp;getCTGraphicalObjectFrame()</pre>
 </li>
 </ul>
 <a name="prototype()">
@@ -289,7 +289,7 @@ public&nbsp;org.openxmlformats.schemas.d
 <ul class="blockList">
 <li class="blockList">
 <h4>prototype</h4>
-<pre>protected static&nbsp;org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame&nbsp;prototype()</pre>
+<pre>protected static&nbsp;CTGraphicalObjectFrame&nbsp;prototype()</pre>
 <div class="block">Initialize default structure of a new graphic frame</div>
 </li>
 </ul>
@@ -385,7 +385,7 @@ public&nbsp;org.openxmlformats.schemas.d
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getShapeProperties</h4>
-<pre>protected&nbsp;org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties&nbsp;getShapeProperties()</pre>
+<pre>protected&nbsp;CTShapeProperties&nbsp;getShapeProperties()</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#getShapeProperties()">XSSFShape</a></code></strong></div>
 <div class="block">Returns xml bean with shape properties.</div>
 <dl>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFHyperlink.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFHyperlink.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFHyperlink.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFHyperlink.html Wed Sep 21 22:19:54 2016
@@ -139,7 +139,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFHyperlink.html#XSSFHyperlink(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHyperlink,%20org.apache.poi.openxml4j.opc.PackageRelationship)">XSSFHyperlink</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHyperlink&nbsp;ctHyperlink,
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFHyperlink.html#XSSFHyperlink(CTHyperlink,%20org.apache.poi.openxml4j.opc.PackageRelationship)">XSSFHyperlink</a></strong>(CTHyperlink&nbsp;ctHyperlink,
              <a href="../../../../../org/apache/poi/openxml4j/opc/PackageRelationship.html" title="class in org.apache.poi.openxml4j.opc">PackageRelationship</a>&nbsp;hyperlinkRel)</code>
 <div class="block">Create a XSSFHyperlink and initialize it from the supplied CTHyperlink bean and package relationship</div>
 </td>
@@ -199,7 +199,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHyperlink</code></td>
+<td class="colFirst"><code>CTHyperlink</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFHyperlink.html#getCTHyperlink()">getCTHyperlink</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -367,13 +367,13 @@ implements <a href="../../../../../org/a
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - - the type of hyperlink to create</dd></dl>
 </li>
 </ul>
-<a name="XSSFHyperlink(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHyperlink, org.apache.poi.openxml4j.opc.PackageRelationship)">
+<a name="XSSFHyperlink(CTHyperlink, org.apache.poi.openxml4j.opc.PackageRelationship)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>XSSFHyperlink</h4>
-<pre>protected&nbsp;XSSFHyperlink(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHyperlink&nbsp;ctHyperlink,
+<pre>protected&nbsp;XSSFHyperlink(CTHyperlink&nbsp;ctHyperlink,
              <a href="../../../../../org/apache/poi/openxml4j/opc/PackageRelationship.html" title="class in org.apache.poi.openxml4j.opc">PackageRelationship</a>&nbsp;hyperlinkRel)</pre>
 <div class="block">Create a XSSFHyperlink and initialize it from the supplied CTHyperlink bean and package relationship</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>ctHyperlink</code> - the xml bean containing xml properties</dd><dd><code>hyperlinkRel</code> - the relationship in the underlying OPC package which stores the actual link's address</dd></dl>
@@ -409,7 +409,7 @@ public&nbsp;XSSFHyperlink(<a href="../..
 <li class="blockList">
 <h4>getCTHyperlink</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.CTHyperlink&nbsp;getCTHyperlink()</pre>
+public&nbsp;CTHyperlink&nbsp;getCTHyperlink()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the underlying CTHyperlink object</dd></dl>
 </li>
 </ul>



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