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

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

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html Thu Sep 29 22:07:51 2016
@@ -118,7 +118,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/helpers/ColumnHelper.html#ColumnHelper(CTWorksheet)">ColumnHelper</a></strong>(CTWorksheet&nbsp;worksheet)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html#ColumnHelper(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet)">ColumnHelper</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet&nbsp;worksheet)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -136,22 +136,22 @@ extends java.lang.Object</pre>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>CTCols</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html#addCleanColIntoCols(CTCols,%20CTCol)">addCleanColIntoCols</a></strong>(CTCols&nbsp;cols,
-                   CTCol&nbsp;newCol)</code>&nbsp;</td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html#addCleanColIntoCols(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol)">addCleanColIntoCols</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols&nbsp;cols,
+                   org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol&nbsp;newCol)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html#cleanColumns()">cleanColumns</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>CTCol</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html#cloneCol(CTCols,%20CTCol)">cloneCol</a></strong>(CTCols&nbsp;cols,
-        CTCol&nbsp;col)</code>&nbsp;</td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html#cloneCol(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol)">cloneCol</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols&nbsp;cols,
+        org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol&nbsp;col)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html#columnExists(CTCols,%20long)">columnExists</a></strong>(CTCols&nbsp;cols,
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html#columnExists(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols,%20long)">columnExists</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols&nbsp;cols,
             long&nbsp;index)</code>
 <div class="block">Does the column at the given 0 based index exist
   in the supplied list of column definitions?</div>
@@ -162,14 +162,14 @@ extends java.lang.Object</pre>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html#getColDefaultStyle(long)">getColDefaultStyle</a></strong>(long&nbsp;index)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>CTCol</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html#getColumn(long,%20boolean)">getColumn</a></strong>(long&nbsp;index,
          boolean&nbsp;splitColumns)</code>
 <div class="block">Returns the Column at the given 0 based index</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>CTCol</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html#getColumn1Based(long,%20boolean)">getColumn1Based</a></strong>(long&nbsp;index1,
                boolean&nbsp;splitColumns)</code>
 <div class="block">Returns the Column at the given 1 based index.</div>
@@ -177,11 +177,11 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html#getIndexOfColumn(CTCols,%20CTCol)">getIndexOfColumn</a></strong>(CTCols&nbsp;cols,
-                CTCol&nbsp;searchCol)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html#getIndexOfColumn(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol)">getIndexOfColumn</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols&nbsp;cols,
+                org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol&nbsp;searchCol)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected CTCol</code></td>
+<td class="colFirst"><code>protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html#getOrCreateColumn1Based(long,%20boolean)">getOrCreateColumn1Based</a></strong>(long&nbsp;index1,
                        boolean&nbsp;splitColumns)</code>
 <div class="block">Return the CTCol at the given (0 based) column index,
@@ -210,8 +210,8 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html#setColumnAttributes(CTCol,%20CTCol)">setColumnAttributes</a></strong>(CTCol&nbsp;fromCol,
-                   CTCol&nbsp;toCol)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html#setColumnAttributes(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol)">setColumnAttributes</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol&nbsp;fromCol,
+                   org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol&nbsp;toCol)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -225,7 +225,7 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html#sortColumns(CTCols)">sortColumns</a></strong>(CTCols&nbsp;newCols)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html#sortColumns(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols)">sortColumns</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols&nbsp;newCols)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -249,13 +249,13 @@ extends java.lang.Object</pre>
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="ColumnHelper(CTWorksheet)">
+<a name="ColumnHelper(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ColumnHelper</h4>
-<pre>public&nbsp;ColumnHelper(CTWorksheet&nbsp;worksheet)</pre>
+<pre>public&nbsp;ColumnHelper(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet&nbsp;worksheet)</pre>
 </li>
 </ul>
 </li>
@@ -275,33 +275,33 @@ extends java.lang.Object</pre>
 <pre>public&nbsp;void&nbsp;cleanColumns()</pre>
 </li>
 </ul>
-<a name="addCleanColIntoCols(CTCols, CTCol)">
+<a name="addCleanColIntoCols(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>addCleanColIntoCols</h4>
-<pre>public&nbsp;CTCols&nbsp;addCleanColIntoCols(CTCols&nbsp;cols,
-                         CTCol&nbsp;newCol)</pre>
+<pre>public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols&nbsp;addCleanColIntoCols(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols&nbsp;cols,
+                                                                             org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol&nbsp;newCol)</pre>
 </li>
 </ul>
-<a name="sortColumns(CTCols)">
+<a name="sortColumns(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>sortColumns</h4>
-<pre>public static&nbsp;void&nbsp;sortColumns(CTCols&nbsp;newCols)</pre>
+<pre>public static&nbsp;void&nbsp;sortColumns(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols&nbsp;newCols)</pre>
 </li>
 </ul>
-<a name="cloneCol(CTCols, CTCol)">
+<a name="cloneCol(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>cloneCol</h4>
-<pre>public&nbsp;CTCol&nbsp;cloneCol(CTCols&nbsp;cols,
-             CTCol&nbsp;col)</pre>
+<pre>public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol&nbsp;cloneCol(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols&nbsp;cols,
+                                                                 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol&nbsp;col)</pre>
 </li>
 </ul>
 <a name="getColumn(long, boolean)">
@@ -310,8 +310,8 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getColumn</h4>
-<pre>public&nbsp;CTCol&nbsp;getColumn(long&nbsp;index,
-              boolean&nbsp;splitColumns)</pre>
+<pre>public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol&nbsp;getColumn(long&nbsp;index,
+                                                                  boolean&nbsp;splitColumns)</pre>
 <div class="block">Returns the Column at the given 0 based index</div>
 </li>
 </ul>
@@ -321,33 +321,33 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getColumn1Based</h4>
-<pre>public&nbsp;CTCol&nbsp;getColumn1Based(long&nbsp;index1,
-                    boolean&nbsp;splitColumns)</pre>
+<pre>public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol&nbsp;getColumn1Based(long&nbsp;index1,
+                                                                        boolean&nbsp;splitColumns)</pre>
 <div class="block">Returns the Column at the given 1 based index.
  POI default is 0 based, but the file stores
   as 1 based.</div>
 </li>
 </ul>
-<a name="columnExists(CTCols, long)">
+<a name="columnExists(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols, long)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>columnExists</h4>
-<pre>public&nbsp;boolean&nbsp;columnExists(CTCols&nbsp;cols,
+<pre>public&nbsp;boolean&nbsp;columnExists(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols&nbsp;cols,
                    long&nbsp;index)</pre>
 <div class="block">Does the column at the given 0 based index exist
   in the supplied list of column definitions?</div>
 </li>
 </ul>
-<a name="setColumnAttributes(CTCol, CTCol)">
+<a name="setColumnAttributes(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setColumnAttributes</h4>
-<pre>public&nbsp;void&nbsp;setColumnAttributes(CTCol&nbsp;fromCol,
-                       CTCol&nbsp;toCol)</pre>
+<pre>public&nbsp;void&nbsp;setColumnAttributes(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol&nbsp;fromCol,
+                       org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol&nbsp;toCol)</pre>
 </li>
 </ul>
 <a name="setColBestFit(long, boolean)">
@@ -396,8 +396,8 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getOrCreateColumn1Based</h4>
-<pre>protected&nbsp;CTCol&nbsp;getOrCreateColumn1Based(long&nbsp;index1,
-                            boolean&nbsp;splitColumns)</pre>
+<pre>protected&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol&nbsp;getOrCreateColumn1Based(long&nbsp;index1,
+                                                                                boolean&nbsp;splitColumns)</pre>
 <div class="block">Return the CTCol at the given (0 based) column index,
   creating it if required.</div>
 </li>
@@ -431,14 +431,14 @@ extends java.lang.Object</pre>
 <pre>public&nbsp;int&nbsp;getColDefaultStyle(long&nbsp;index)</pre>
 </li>
 </ul>
-<a name="getIndexOfColumn(CTCols, CTCol)">
+<a name="getIndexOfColumn(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getIndexOfColumn</h4>
-<pre>public&nbsp;int&nbsp;getIndexOfColumn(CTCols&nbsp;cols,
-                   CTCol&nbsp;searchCol)</pre>
+<pre>public&nbsp;int&nbsp;getIndexOfColumn(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols&nbsp;cols,
+                   org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol&nbsp;searchCol)</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFIgnoredErrorHelper.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFIgnoredErrorHelper.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFIgnoredErrorHelper.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFIgnoredErrorHelper.html Thu Sep 29 22:07:51 2016
@@ -134,23 +134,23 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFIgnoredErrorHelper.html#addIgnoredErrors(CTIgnoredError,%20java.lang.String,%20org.apache.poi.ss.usermodel.IgnoredErrorType...)">addIgnoredErrors</a></strong>(CTIgnoredError&nbsp;err,
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFIgnoredErrorHelper.html#addIgnoredErrors(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError,%20java.lang.String,%20org.apache.poi.ss.usermodel.IgnoredErrorType...)">addIgnoredErrors</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError&nbsp;err,
                 java.lang.String&nbsp;ref,
                 <a href="../../../../../../org/apache/poi/ss/usermodel/IgnoredErrorType.html" title="enum in org.apache.poi.ss.usermodel">IgnoredErrorType</a>...&nbsp;ignoredErrorTypes)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static java.util.Set&lt;<a href="../../../../../../org/apache/poi/ss/usermodel/IgnoredErrorType.html" title="enum in org.apache.poi.ss.usermodel">IgnoredErrorType</a>&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFIgnoredErrorHelper.html#getErrorTypes(CTIgnoredError)">getErrorTypes</a></strong>(CTIgnoredError&nbsp;err)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFIgnoredErrorHelper.html#getErrorTypes(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError)">getErrorTypes</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError&nbsp;err)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFIgnoredErrorHelper.html#isSet(org.apache.poi.ss.usermodel.IgnoredErrorType,%20CTIgnoredError)">isSet</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/IgnoredErrorType.html" title="enum in org.apache.poi.ss.usermodel">IgnoredErrorType</a>&nbsp;errorType,
-     CTIgnoredError&nbsp;error)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFIgnoredErrorHelper.html#isSet(org.apache.poi.ss.usermodel.IgnoredErrorType,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError)">isSet</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/IgnoredErrorType.html" title="enum in org.apache.poi.ss.usermodel">IgnoredErrorType</a>&nbsp;errorType,
+     org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError&nbsp;error)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFIgnoredErrorHelper.html#set(org.apache.poi.ss.usermodel.IgnoredErrorType,%20CTIgnoredError)">set</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/IgnoredErrorType.html" title="enum in org.apache.poi.ss.usermodel">IgnoredErrorType</a>&nbsp;errorType,
-   CTIgnoredError&nbsp;error)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFIgnoredErrorHelper.html#set(org.apache.poi.ss.usermodel.IgnoredErrorType,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError)">set</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/IgnoredErrorType.html" title="enum in org.apache.poi.ss.usermodel">IgnoredErrorType</a>&nbsp;errorType,
+   org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError&nbsp;error)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -191,44 +191,44 @@ extends java.lang.Object</pre>
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="isSet(org.apache.poi.ss.usermodel.IgnoredErrorType, CTIgnoredError)">
+<a name="isSet(org.apache.poi.ss.usermodel.IgnoredErrorType, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>isSet</h4>
 <pre>public static&nbsp;boolean&nbsp;isSet(<a href="../../../../../../org/apache/poi/ss/usermodel/IgnoredErrorType.html" title="enum in org.apache.poi.ss.usermodel">IgnoredErrorType</a>&nbsp;errorType,
-            CTIgnoredError&nbsp;error)</pre>
+            org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError&nbsp;error)</pre>
 </li>
 </ul>
-<a name="set(org.apache.poi.ss.usermodel.IgnoredErrorType, CTIgnoredError)">
+<a name="set(org.apache.poi.ss.usermodel.IgnoredErrorType, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>set</h4>
 <pre>public static&nbsp;void&nbsp;set(<a href="../../../../../../org/apache/poi/ss/usermodel/IgnoredErrorType.html" title="enum in org.apache.poi.ss.usermodel">IgnoredErrorType</a>&nbsp;errorType,
-       CTIgnoredError&nbsp;error)</pre>
+       org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError&nbsp;error)</pre>
 </li>
 </ul>
-<a name="addIgnoredErrors(CTIgnoredError, java.lang.String, org.apache.poi.ss.usermodel.IgnoredErrorType...)">
+<a name="addIgnoredErrors(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError, java.lang.String, org.apache.poi.ss.usermodel.IgnoredErrorType...)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>addIgnoredErrors</h4>
-<pre>public static&nbsp;void&nbsp;addIgnoredErrors(CTIgnoredError&nbsp;err,
+<pre>public static&nbsp;void&nbsp;addIgnoredErrors(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError&nbsp;err,
                     java.lang.String&nbsp;ref,
                     <a href="../../../../../../org/apache/poi/ss/usermodel/IgnoredErrorType.html" title="enum in org.apache.poi.ss.usermodel">IgnoredErrorType</a>...&nbsp;ignoredErrorTypes)</pre>
 </li>
 </ul>
-<a name="getErrorTypes(CTIgnoredError)">
+<a name="getErrorTypes(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getErrorTypes</h4>
-<pre>public static&nbsp;java.util.Set&lt;<a href="../../../../../../org/apache/poi/ss/usermodel/IgnoredErrorType.html" title="enum in org.apache.poi.ss.usermodel">IgnoredErrorType</a>&gt;&nbsp;getErrorTypes(CTIgnoredError&nbsp;err)</pre>
+<pre>public static&nbsp;java.util.Set&lt;<a href="../../../../../../org/apache/poi/ss/usermodel/IgnoredErrorType.html" title="enum in org.apache.poi.ss.usermodel">IgnoredErrorType</a>&gt;&nbsp;getErrorTypes(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError&nbsp;err)</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFSingleXmlCell.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFSingleXmlCell.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFSingleXmlCell.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFSingleXmlCell.html Thu Sep 29 22:07:51 2016
@@ -118,7 +118,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/helpers/XSSFSingleXmlCell.html#XSSFSingleXmlCell(CTSingleXmlCell,%20org.apache.poi.xssf.model.SingleXmlCells)">XSSFSingleXmlCell</a></strong>(CTSingleXmlCell&nbsp;singleXmlCell,
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFSingleXmlCell.html#XSSFSingleXmlCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSingleXmlCell,%20org.apache.poi.xssf.model.SingleXmlCells)">XSSFSingleXmlCell</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSingleXmlCell&nbsp;singleXmlCell,
                  <a href="../../../../../../org/apache/poi/xssf/model/SingleXmlCells.html" title="class in org.apache.poi.xssf.model">SingleXmlCells</a>&nbsp;parent)</code>&nbsp;</td>
 </tr>
 </table>
@@ -147,7 +147,7 @@ extends java.lang.Object</pre>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.Enum</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.STXmlDataType.Enum</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFSingleXmlCell.html#getXmlDataType()">getXmlDataType</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -176,13 +176,13 @@ extends java.lang.Object</pre>
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFSingleXmlCell(CTSingleXmlCell, org.apache.poi.xssf.model.SingleXmlCells)">
+<a name="XSSFSingleXmlCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSingleXmlCell, org.apache.poi.xssf.model.SingleXmlCells)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFSingleXmlCell</h4>
-<pre>public&nbsp;XSSFSingleXmlCell(CTSingleXmlCell&nbsp;singleXmlCell,
+<pre>public&nbsp;XSSFSingleXmlCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSingleXmlCell&nbsp;singleXmlCell,
                  <a href="../../../../../../org/apache/poi/xssf/model/SingleXmlCells.html" title="class in org.apache.poi.xssf.model">SingleXmlCells</a>&nbsp;parent)</pre>
 </li>
 </ul>
@@ -229,7 +229,7 @@ extends java.lang.Object</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getXmlDataType</h4>
-<pre>public&nbsp;java.lang.Enum&nbsp;getXmlDataType()</pre>
+<pre>public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.STXmlDataType.Enum&nbsp;getXmlDataType()</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFXmlColumnPr.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFXmlColumnPr.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFXmlColumnPr.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFXmlColumnPr.html Thu Sep 29 22:07:51 2016
@@ -118,9 +118,9 @@ 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/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>
+<td class="colOne"><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>
 </tr>
 </table>
 </li>
@@ -154,7 +154,7 @@ extends java.lang.Object</pre>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFXmlColumnPr.html#getMapId()">getMapId</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.lang.Enum</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.STXmlDataType.Enum</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFXmlColumnPr.html#getXmlDataType()">getXmlDataType</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -183,15 +183,15 @@ extends java.lang.Object</pre>
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XSSFXmlColumnPr(org.apache.poi.xssf.usermodel.XSSFTable, CTTableColumn, CTXmlColumnPr)">
+<a name="XSSFXmlColumnPr(org.apache.poi.xssf.usermodel.XSSFTable, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFXmlColumnPr</h4>
 <pre>public&nbsp;XSSFXmlColumnPr(<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)</pre>
+               org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn&nbsp;ctTableColum,
+               org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr&nbsp;ctXmlColumnPr)</pre>
 </li>
 </ul>
 </li>
@@ -248,7 +248,7 @@ extends java.lang.Object</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getXmlDataType</h4>
-<pre>public&nbsp;java.lang.Enum&nbsp;getXmlDataType()</pre>
+<pre>public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.STXmlDataType.Enum&nbsp;getXmlDataType()</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/util/CTColComparator.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/util/CTColComparator.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/util/CTColComparator.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/util/CTColComparator.html Thu Sep 29 22:07:51 2016
@@ -115,11 +115,11 @@ extends java.lang.Object</pre>
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.util.Comparator&lt;CTCol&gt;</code></td>
+<td class="colFirst"><code>static java.util.Comparator&lt;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/util/CTColComparator.html#BY_MAX">BY_MAX</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.util.Comparator&lt;CTCol&gt;</code></td>
+<td class="colFirst"><code>static java.util.Comparator&lt;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/util/CTColComparator.html#BY_MIN_MAX">BY_MIN_MAX</a></strong></code>&nbsp;</td>
 </tr>
 </table>
@@ -158,7 +158,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>BY_MAX</h4>
-<pre>public static final&nbsp;java.util.Comparator&lt;CTCol&gt; BY_MAX</pre>
+<pre>public static final&nbsp;java.util.Comparator&lt;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol&gt; BY_MAX</pre>
 </li>
 </ul>
 <a name="BY_MIN_MAX">
@@ -167,7 +167,7 @@ extends java.lang.Object</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>BY_MIN_MAX</h4>
-<pre>public static final&nbsp;java.util.Comparator&lt;CTCol&gt; BY_MIN_MAX</pre>
+<pre>public static final&nbsp;java.util.Comparator&lt;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol&gt; BY_MIN_MAX</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/model/XMLParagraph.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/model/XMLParagraph.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/model/XMLParagraph.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/model/XMLParagraph.html Thu Sep 29 22:07:51 2016
@@ -118,7 +118,7 @@ extends java.lang.Object</pre>
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected CTP</code></td>
+<td class="colFirst"><code>protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XMLParagraph.html#paragraph">paragraph</a></strong></code>&nbsp;</td>
 </tr>
 </table>
@@ -136,7 +136,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/xwpf/model/XMLParagraph.html#XMLParagraph(CTP)">XMLParagraph</a></strong>(CTP&nbsp;paragraph)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XMLParagraph.html#XMLParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP)">XMLParagraph</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP&nbsp;paragraph)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -154,7 +154,7 @@ extends java.lang.Object</pre>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>CTP</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XMLParagraph.html#getCTP()">getCTP</a></strong>()</code>&nbsp;</td>
 </tr>
 </table>
@@ -185,7 +185,7 @@ extends java.lang.Object</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>paragraph</h4>
-<pre>protected&nbsp;CTP paragraph</pre>
+<pre>protected&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph</pre>
 </li>
 </ul>
 </li>
@@ -196,13 +196,13 @@ extends java.lang.Object</pre>
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XMLParagraph(CTP)">
+<a name="XMLParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XMLParagraph</h4>
-<pre>public&nbsp;XMLParagraph(CTP&nbsp;paragraph)</pre>
+<pre>public&nbsp;XMLParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP&nbsp;paragraph)</pre>
 </li>
 </ul>
 </li>
@@ -219,7 +219,7 @@ extends java.lang.Object</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getCTP</h4>
-<pre>public&nbsp;CTP&nbsp;getCTP()</pre>
+<pre>public&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP&nbsp;getCTP()</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html Thu Sep 29 22:07:51 2016
@@ -120,15 +120,15 @@ extends java.lang.Object</pre>
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.Enum</code></td>
+<td class="colFirst"><code>static org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#DEFAULT">DEFAULT</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.Enum</code></td>
+<td class="colFirst"><code>static org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#EVEN">EVEN</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.Enum</code></td>
+<td class="colFirst"><code>static org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#FIRST">FIRST</a></strong></code>&nbsp;</td>
 </tr>
 </table>
@@ -153,8 +153,8 @@ extends java.lang.Object</pre>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#XWPFHeaderFooterPolicy(org.apache.poi.xwpf.usermodel.XWPFDocument,%20CTSectPr)">XWPFHeaderFooterPolicy</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a>&nbsp;doc,
-                      CTSectPr&nbsp;sectPr)</code>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#XWPFHeaderFooterPolicy(org.apache.poi.xwpf.usermodel.XWPFDocument,%20org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr)">XWPFHeaderFooterPolicy</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a>&nbsp;doc,
+                      org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr&nbsp;sectPr)</code>
 <div class="block">Figures out the policy for the given document,
  and creates any header and footer objects
  as required.</div>
@@ -177,14 +177,14 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFFooter.html" title="class in org.apache.poi.xwpf.usermodel">XWPFFooter</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createFooter(java.lang.Enum)">createFooter</a></strong>(java.lang.Enum&nbsp;type)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum)">createFooter</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type)</code>
 <div class="block">Creates an empty footer of the specified type, containing a single
  empty paragraph, to which you can then set text, add more paragraphs etc.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFFooter.html" title="class in org.apache.poi.xwpf.usermodel">XWPFFooter</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createFooter(java.lang.Enum,%20org.apache.poi.xwpf.usermodel.XWPFParagraph[])">createFooter</a></strong>(java.lang.Enum&nbsp;type,
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum,%20org.apache.poi.xwpf.usermodel.XWPFParagraph[])">createFooter</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type,
             <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>[]&nbsp;pars)</code>
 <div class="block">Creates a new footer of the specified type, to which the
  supplied (and previously unattached!) paragraphs are
@@ -193,14 +193,14 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFHeader.html" title="class in org.apache.poi.xwpf.usermodel">XWPFHeader</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createHeader(java.lang.Enum)">createHeader</a></strong>(java.lang.Enum&nbsp;type)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum)">createHeader</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type)</code>
 <div class="block">Creates an empty header of the specified type, containing a single
  empty paragraph, to which you can then set text, add more paragraphs etc.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFHeader.html" title="class in org.apache.poi.xwpf.usermodel">XWPFHeader</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createHeader(java.lang.Enum,%20org.apache.poi.xwpf.usermodel.XWPFParagraph[])">createHeader</a></strong>(java.lang.Enum&nbsp;type,
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum,%20org.apache.poi.xwpf.usermodel.XWPFParagraph[])">createHeader</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type,
             <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>[]&nbsp;pars)</code>
 <div class="block">Creates a new header of the specified type, to which the
  supplied (and previously unattached!) paragraphs are
@@ -289,7 +289,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>DEFAULT</h4>
-<pre>public static final&nbsp;java.lang.Enum DEFAULT</pre>
+<pre>public static final&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum DEFAULT</pre>
 </li>
 </ul>
 <a name="EVEN">
@@ -298,7 +298,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>EVEN</h4>
-<pre>public static final&nbsp;java.lang.Enum EVEN</pre>
+<pre>public static final&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum EVEN</pre>
 </li>
 </ul>
 <a name="FIRST">
@@ -307,7 +307,7 @@ extends java.lang.Object</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>FIRST</h4>
-<pre>public static final&nbsp;java.lang.Enum FIRST</pre>
+<pre>public static final&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum FIRST</pre>
 </li>
 </ul>
 </li>
@@ -330,14 +330,14 @@ extends java.lang.Object</pre>
  as required.</div>
 </li>
 </ul>
-<a name="XWPFHeaderFooterPolicy(org.apache.poi.xwpf.usermodel.XWPFDocument, CTSectPr)">
+<a name="XWPFHeaderFooterPolicy(org.apache.poi.xwpf.usermodel.XWPFDocument, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XWPFHeaderFooterPolicy</h4>
 <pre>public&nbsp;XWPFHeaderFooterPolicy(<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a>&nbsp;doc,
-                      CTSectPr&nbsp;sectPr)</pre>
+                      org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr&nbsp;sectPr)</pre>
 <div class="block">Figures out the policy for the given document,
  and creates any header and footer objects
  as required.</div>
@@ -351,13 +351,13 @@ extends java.lang.Object</pre>
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="createHeader(java.lang.Enum)">
+<a name="createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>createHeader</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFHeader.html" title="class in org.apache.poi.xwpf.usermodel">XWPFHeader</a>&nbsp;createHeader(java.lang.Enum&nbsp;type)
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFHeader.html" title="class in org.apache.poi.xwpf.usermodel">XWPFHeader</a>&nbsp;createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type)
                         throws java.io.IOException</pre>
 <div class="block">Creates an empty header of the specified type, containing a single
  empty paragraph, to which you can then set text, add more paragraphs etc.</div>
@@ -365,13 +365,13 @@ extends java.lang.Object</pre>
 <dd><code>java.io.IOException</code></dd></dl>
 </li>
 </ul>
-<a name="createHeader(java.lang.Enum, org.apache.poi.xwpf.usermodel.XWPFParagraph[])">
+<a name="createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum, org.apache.poi.xwpf.usermodel.XWPFParagraph[])">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>createHeader</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFHeader.html" title="class in org.apache.poi.xwpf.usermodel">XWPFHeader</a>&nbsp;createHeader(java.lang.Enum&nbsp;type,
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFHeader.html" title="class in org.apache.poi.xwpf.usermodel">XWPFHeader</a>&nbsp;createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type,
                       <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>[]&nbsp;pars)
                         throws java.io.IOException</pre>
 <div class="block">Creates a new header of the specified type, to which the
@@ -381,13 +381,13 @@ extends java.lang.Object</pre>
 <dd><code>java.io.IOException</code></dd></dl>
 </li>
 </ul>
-<a name="createFooter(java.lang.Enum)">
+<a name="createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>createFooter</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFFooter.html" title="class in org.apache.poi.xwpf.usermodel">XWPFFooter</a>&nbsp;createFooter(java.lang.Enum&nbsp;type)
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFFooter.html" title="class in org.apache.poi.xwpf.usermodel">XWPFFooter</a>&nbsp;createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type)
                         throws java.io.IOException</pre>
 <div class="block">Creates an empty footer of the specified type, containing a single
  empty paragraph, to which you can then set text, add more paragraphs etc.</div>
@@ -395,13 +395,13 @@ extends java.lang.Object</pre>
 <dd><code>java.io.IOException</code></dd></dl>
 </li>
 </ul>
-<a name="createFooter(java.lang.Enum, org.apache.poi.xwpf.usermodel.XWPFParagraph[])">
+<a name="createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum, org.apache.poi.xwpf.usermodel.XWPFParagraph[])">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>createFooter</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFFooter.html" title="class in org.apache.poi.xwpf.usermodel">XWPFFooter</a>&nbsp;createFooter(java.lang.Enum&nbsp;type,
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFFooter.html" title="class in org.apache.poi.xwpf.usermodel">XWPFFooter</a>&nbsp;createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type,
                       <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>[]&nbsp;pars)
                         throws java.io.IOException</pre>
 <div class="block">Creates a new footer of the specified type, to which the

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/AbstractXWPFSDT.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/AbstractXWPFSDT.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/AbstractXWPFSDT.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/AbstractXWPFSDT.html Thu Sep 29 22:07:51 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/xwpf/usermodel/AbstractXWPFSDT.html#AbstractXWPFSDT(CTSdtPr,%20org.apache.poi.xwpf.usermodel.IBody)">AbstractXWPFSDT</a></strong>(CTSdtPr&nbsp;pr,
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/AbstractXWPFSDT.html#AbstractXWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr,%20org.apache.poi.xwpf.usermodel.IBody)">AbstractXWPFSDT</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr&nbsp;pr,
                <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a>&nbsp;part)</code>&nbsp;</td>
 </tr>
 </table>
@@ -200,13 +200,13 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="AbstractXWPFSDT(CTSdtPr, org.apache.poi.xwpf.usermodel.IBody)">
+<a name="AbstractXWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr, org.apache.poi.xwpf.usermodel.IBody)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>AbstractXWPFSDT</h4>
-<pre>public&nbsp;AbstractXWPFSDT(CTSdtPr&nbsp;pr,
+<pre>public&nbsp;AbstractXWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr&nbsp;pr,
                <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a>&nbsp;part)</pre>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/IBody.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/IBody.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/IBody.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/IBody.html Thu Sep 29 22:07:51 2016
@@ -124,7 +124,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html#getParagraph(CTP)">getParagraph</a></strong>(CTP&nbsp;p)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html#getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP)">getParagraph</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP&nbsp;p)</code>
 <div class="block">if there is a corresponding <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFParagraph</code></a> of the parameter ctTable in the paragraphList of this header or footer
  the method will return this paragraph
  if there is no corresponding <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFParagraph</code></a> the method will return null</div>
@@ -159,7 +159,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTable</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html#getTable(CTTbl)">getTable</a></strong>(CTTbl&nbsp;ctTable)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html#getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl)">getTable</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl&nbsp;ctTable)</code>
 <div class="block">if there is a corresponding <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFTable</code></a> of the parameter ctTable in the tableList of this header
  the method will return this table
  if there is no corresponding <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFTable</code></a> the method will return null</div>
@@ -173,7 +173,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableCell.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTableCell</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html#getTableCell(CTTc)">getTableCell</a></strong>(CTTc&nbsp;cell)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html#getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc)">getTableCell</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc&nbsp;cell)</code>
 <div class="block">returns the TableCell to which the Table belongs</div>
 </td>
 </tr>
@@ -284,13 +284,13 @@
  where a paragraph isn't used.</div>
 </li>
 </ul>
-<a name="getParagraph(CTP)">
+<a name="getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getParagraph</h4>
-<pre><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>&nbsp;getParagraph(CTP&nbsp;p)</pre>
+<pre><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>&nbsp;getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP&nbsp;p)</pre>
 <div class="block">if there is a corresponding <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFParagraph</code></a> of the parameter ctTable in the paragraphList of this header or footer
  the method will return this paragraph
  if there is no corresponding <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFParagraph</code></a> the method will return null</div>
@@ -299,13 +299,13 @@
  XWPFParagraph with the correspondig CTP p</dd></dl>
 </li>
 </ul>
-<a name="getTable(CTTbl)">
+<a name="getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getTable</h4>
-<pre><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTable</a>&nbsp;getTable(CTTbl&nbsp;ctTable)</pre>
+<pre><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTable</a>&nbsp;getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl&nbsp;ctTable)</pre>
 <div class="block">if there is a corresponding <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFTable</code></a> of the parameter ctTable in the tableList of this header
  the method will return this table
  if there is no corresponding <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFTable</code></a> the method will return null</div>
@@ -366,13 +366,13 @@
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>pos</code> - </dd><dd><code>table</code> - </dd></dl>
 </li>
 </ul>
-<a name="getTableCell(CTTc)">
+<a name="getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getTableCell</h4>
-<pre><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableCell.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTableCell</a>&nbsp;getTableCell(CTTc&nbsp;cell)</pre>
+<pre><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableCell.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTableCell</a>&nbsp;getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc&nbsp;cell)</pre>
 <div class="block">returns the TableCell to which the Table belongs</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>cell</code> - </dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/TOC.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/TOC.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/TOC.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/TOC.html Thu Sep 29 22:07:51 2016
@@ -117,7 +117,7 @@ extends java.lang.Object</pre>
 <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/TOC.html#TOC()">TOC</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/TOC.html#TOC(CTSdtBlock)">TOC</a></strong>(CTSdtBlock&nbsp;block)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/TOC.html#TOC(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock)">TOC</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock&nbsp;block)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -142,7 +142,7 @@ extends java.lang.Object</pre>
       java.lang.String&nbsp;bookmarkRef)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>CTSdtBlock</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/TOC.html#getBlock()">getBlock</a></strong>()</code>&nbsp;</td>
 </tr>
 </table>
@@ -176,13 +176,13 @@ extends java.lang.Object</pre>
 <pre>public&nbsp;TOC()</pre>
 </li>
 </ul>
-<a name="TOC(CTSdtBlock)">
+<a name="TOC(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>TOC</h4>
-<pre>public&nbsp;TOC(CTSdtBlock&nbsp;block)</pre>
+<pre>public&nbsp;TOC(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock&nbsp;block)</pre>
 </li>
 </ul>
 </li>
@@ -200,7 +200,7 @@ extends java.lang.Object</pre>
 <li class="blockList">
 <h4>getBlock</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;CTSdtBlock&nbsp;getBlock()</pre>
+public&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock&nbsp;getBlock()</pre>
 </li>
 </ul>
 <a name="addRow(int, java.lang.String, int, java.lang.String)">

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFAbstractNum.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFAbstractNum.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFAbstractNum.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFAbstractNum.html Thu Sep 29 22:07:51 2016
@@ -141,11 +141,11 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFAbstractNum.html#XWPFAbstractNum(CTAbstractNum)">XWPFAbstractNum</a></strong>(CTAbstractNum&nbsp;abstractNum)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFAbstractNum.html#XWPFAbstractNum(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTAbstractNum)">XWPFAbstractNum</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTAbstractNum&nbsp;abstractNum)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFAbstractNum.html#XWPFAbstractNum(CTAbstractNum,%20org.apache.poi.xwpf.usermodel.XWPFNumbering)">XWPFAbstractNum</a></strong>(CTAbstractNum&nbsp;ctAbstractNum,
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFAbstractNum.html#XWPFAbstractNum(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTAbstractNum,%20org.apache.poi.xwpf.usermodel.XWPFNumbering)">XWPFAbstractNum</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTAbstractNum&nbsp;ctAbstractNum,
                <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFNumbering.html" title="class in org.apache.poi.xwpf.usermodel">XWPFNumbering</a>&nbsp;numbering)</code>&nbsp;</td>
 </tr>
 </table>
@@ -164,11 +164,11 @@ extends java.lang.Object</pre>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>CTAbstractNum</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.wordprocessingml.x2006.main.CTAbstractNum</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFAbstractNum.html#getAbstractNum()">getAbstractNum</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>CTAbstractNum</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.wordprocessingml.x2006.main.CTAbstractNum</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFAbstractNum.html#getCTAbstractNum()">getCTAbstractNum</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -227,22 +227,22 @@ extends java.lang.Object</pre>
 <pre>protected&nbsp;XWPFAbstractNum()</pre>
 </li>
 </ul>
-<a name="XWPFAbstractNum(CTAbstractNum)">
+<a name="XWPFAbstractNum(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTAbstractNum)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>XWPFAbstractNum</h4>
-<pre>public&nbsp;XWPFAbstractNum(CTAbstractNum&nbsp;abstractNum)</pre>
+<pre>public&nbsp;XWPFAbstractNum(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTAbstractNum&nbsp;abstractNum)</pre>
 </li>
 </ul>
-<a name="XWPFAbstractNum(CTAbstractNum, org.apache.poi.xwpf.usermodel.XWPFNumbering)">
+<a name="XWPFAbstractNum(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTAbstractNum, org.apache.poi.xwpf.usermodel.XWPFNumbering)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XWPFAbstractNum</h4>
-<pre>public&nbsp;XWPFAbstractNum(CTAbstractNum&nbsp;ctAbstractNum,
+<pre>public&nbsp;XWPFAbstractNum(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTAbstractNum&nbsp;ctAbstractNum,
                <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFNumbering.html" title="class in org.apache.poi.xwpf.usermodel">XWPFNumbering</a>&nbsp;numbering)</pre>
 </li>
 </ul>
@@ -260,7 +260,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getAbstractNum</h4>
-<pre>public&nbsp;CTAbstractNum&nbsp;getAbstractNum()</pre>
+<pre>public&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.CTAbstractNum&nbsp;getAbstractNum()</pre>
 </li>
 </ul>
 <a name="getNumbering()">
@@ -287,7 +287,7 @@ extends java.lang.Object</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getCTAbstractNum</h4>
-<pre>public&nbsp;CTAbstractNum&nbsp;getCTAbstractNum()</pre>
+<pre>public&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.CTAbstractNum&nbsp;getCTAbstractNum()</pre>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFComment.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFComment.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFComment.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFComment.html Thu Sep 29 22:07:51 2016
@@ -144,7 +144,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/xwpf/usermodel/XWPFComment.html#XWPFComment(CTComment,%20org.apache.poi.xwpf.usermodel.XWPFDocument)">XWPFComment</a></strong>(CTComment&nbsp;comment,
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFComment.html#XWPFComment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment,%20org.apache.poi.xwpf.usermodel.XWPFDocument)">XWPFComment</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment&nbsp;comment,
            <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a>&nbsp;document)</code>&nbsp;</td>
 </tr>
 </table>
@@ -231,13 +231,13 @@ extends java.lang.Object</pre>
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XWPFComment(CTComment, org.apache.poi.xwpf.usermodel.XWPFDocument)">
+<a name="XWPFComment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment, org.apache.poi.xwpf.usermodel.XWPFDocument)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XWPFComment</h4>
-<pre>public&nbsp;XWPFComment(CTComment&nbsp;comment,
+<pre>public&nbsp;XWPFComment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment&nbsp;comment,
            <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a>&nbsp;document)</pre>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFDefaultParagraphStyle.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFDefaultParagraphStyle.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFDefaultParagraphStyle.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFDefaultParagraphStyle.html Thu Sep 29 22:07:51 2016
@@ -116,7 +116,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/xwpf/usermodel/XWPFDefaultParagraphStyle.html#XWPFDefaultParagraphStyle(CTPPr)">XWPFDefaultParagraphStyle</a></strong>(CTPPr&nbsp;ppr)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDefaultParagraphStyle.html#XWPFDefaultParagraphStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr)">XWPFDefaultParagraphStyle</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr&nbsp;ppr)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -134,7 +134,7 @@ extends java.lang.Object</pre>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected CTPPr</code></td>
+<td class="colFirst"><code>protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDefaultParagraphStyle.html#getPPr()">getPPr</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -163,13 +163,13 @@ extends java.lang.Object</pre>
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XWPFDefaultParagraphStyle(CTPPr)">
+<a name="XWPFDefaultParagraphStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XWPFDefaultParagraphStyle</h4>
-<pre>public&nbsp;XWPFDefaultParagraphStyle(CTPPr&nbsp;ppr)</pre>
+<pre>public&nbsp;XWPFDefaultParagraphStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr&nbsp;ppr)</pre>
 </li>
 </ul>
 </li>
@@ -186,7 +186,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getPPr</h4>
-<pre>protected&nbsp;CTPPr&nbsp;getPPr()</pre>
+<pre>protected&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr&nbsp;getPPr()</pre>
 </li>
 </ul>
 <a name="getSpacingAfter()">

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFDefaultRunStyle.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFDefaultRunStyle.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFDefaultRunStyle.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFDefaultRunStyle.html Thu Sep 29 22:07:51 2016
@@ -116,7 +116,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/xwpf/usermodel/XWPFDefaultRunStyle.html#XWPFDefaultRunStyle(CTRPr)">XWPFDefaultRunStyle</a></strong>(CTRPr&nbsp;rpr)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDefaultRunStyle.html#XWPFDefaultRunStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr)">XWPFDefaultRunStyle</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr&nbsp;rpr)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -138,7 +138,7 @@ extends java.lang.Object</pre>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDefaultRunStyle.html#getFontSize()">getFontSize</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected CTRPr</code></td>
+<td class="colFirst"><code>protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDefaultRunStyle.html#getRPr()">getRPr</a></strong>()</code>&nbsp;</td>
 </tr>
 </table>
@@ -163,13 +163,13 @@ extends java.lang.Object</pre>
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XWPFDefaultRunStyle(CTRPr)">
+<a name="XWPFDefaultRunStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XWPFDefaultRunStyle</h4>
-<pre>public&nbsp;XWPFDefaultRunStyle(CTRPr&nbsp;rpr)</pre>
+<pre>public&nbsp;XWPFDefaultRunStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr&nbsp;rpr)</pre>
 </li>
 </ul>
 </li>
@@ -186,7 +186,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getRPr</h4>
-<pre>protected&nbsp;CTRPr&nbsp;getRPr()</pre>
+<pre>protected&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr&nbsp;getRPr()</pre>
 </li>
 </ul>
 <a name="getFontSize()">

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFDocument.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFDocument.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFDocument.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFDocument.html Thu Sep 29 22:07:51 2016
@@ -264,11 +264,11 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFFootnote.html" title="class in org.apache.poi.xwpf.usermodel">XWPFFootnote</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#addEndnote(CTFtnEdn)">addEndnote</a></strong>(CTFtnEdn&nbsp;note)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#addEndnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn)">addEndnote</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn&nbsp;note)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFFootnote.html" title="class in org.apache.poi.xwpf.usermodel">XWPFFootnote</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#addFootnote(CTFtnEdn)">addFootnote</a></strong>(CTFtnEdn&nbsp;note)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#addFootnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn)">addFootnote</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn&nbsp;note)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
@@ -452,7 +452,7 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#getComments()">getComments</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>CTDocument1</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocument1</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#getDocument()">getDocument</a></strong>()</code>
 <div class="block">Returns the low level document base object</div>
 </td>
@@ -518,7 +518,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#getParagraph(CTP)">getParagraph</a></strong>(CTP&nbsp;p)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP)">getParagraph</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP&nbsp;p)</code>
 <div class="block">get the paragraph with the CTP class p</div>
 </td>
 </tr>
@@ -588,7 +588,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>CTStyles</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#getStyle()">getStyle</a></strong>()</code>
 <div class="block">Returns the styles object used</div>
 </td>
@@ -601,7 +601,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTable</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#getTable(CTTbl)">getTable</a></strong>(CTTbl&nbsp;ctTbl)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl)">getTable</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl&nbsp;ctTbl)</code>
 <div class="block">get a table by its CTTbl-Object</div>
 </td>
 </tr>
@@ -613,7 +613,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableCell.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTableCell</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#getTableCell(CTTc)">getTableCell</a></strong>(CTTc&nbsp;cell)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc)">getTableCell</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc&nbsp;cell)</code>
 <div class="block">get the TableCell which belongs to the TableCell</div>
 </td>
 </tr>
@@ -1053,7 +1053,7 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getDocument</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;CTDocument1&nbsp;getDocument()</pre>
+public&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocument1&nbsp;getDocument()</pre>
 <div class="block">Returns the low level document base object</div>
 </li>
 </ul>
@@ -1276,9 +1276,9 @@ public&nbsp;CTDocument1&nbsp;getDocument
 <li class="blockList">
 <h4>getStyle</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;CTStyles&nbsp;getStyle()
-                  throws org.apache.xmlbeans.XmlException,
-                         java.io.IOException</pre>
+public&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles&nbsp;getStyle()
+                                                                         throws org.apache.xmlbeans.XmlException,
+                                                                                java.io.IOException</pre>
 <div class="block">Returns the styles object used</div>
 <dl><dt><span class="strong">Throws:</span></dt>
 <dd><code>org.apache.xmlbeans.XmlException</code></dd>
@@ -1453,22 +1453,22 @@ public&nbsp;CTStyles&nbsp;getStyle()
 <dl><dt><span class="strong">Returns:</span></dt><dd>footnotes</dd></dl>
 </li>
 </ul>
-<a name="addFootnote(CTFtnEdn)">
+<a name="addFootnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>addFootnote</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFFootnote.html" title="class in org.apache.poi.xwpf.usermodel">XWPFFootnote</a>&nbsp;addFootnote(CTFtnEdn&nbsp;note)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFFootnote.html" title="class in org.apache.poi.xwpf.usermodel">XWPFFootnote</a>&nbsp;addFootnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn&nbsp;note)</pre>
 </li>
 </ul>
-<a name="addEndnote(CTFtnEdn)">
+<a name="addEndnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>addEndnote</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFFootnote.html" title="class in org.apache.poi.xwpf.usermodel">XWPFFootnote</a>&nbsp;addEndnote(CTFtnEdn&nbsp;note)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFFootnote.html" title="class in org.apache.poi.xwpf.usermodel">XWPFFootnote</a>&nbsp;addEndnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn&nbsp;note)</pre>
 </li>
 </ul>
 <a name="removeBodyElement(int)">
@@ -2015,34 +2015,34 @@ public&nbsp;CTStyles&nbsp;getStyle()
 <dl><dt><span class="strong">Returns:</span></dt><dd>styles for this document</dd></dl>
 </li>
 </ul>
-<a name="getParagraph(CTP)">
+<a name="getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getParagraph</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>&nbsp;getParagraph(CTP&nbsp;p)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>&nbsp;getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP&nbsp;p)</pre>
 <div class="block">get the paragraph with the CTP class p</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html#getParagraph(CTP)">getParagraph</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a></code></dd>
+<dd><code><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html#getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP)">getParagraph</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a></code></dd>
 <dt><span class="strong">Parameters:</span></dt><dd><code>p</code> - </dd>
 <dt><span class="strong">Returns:</span></dt><dd>the paragraph with the CTP class p</dd></dl>
 </li>
 </ul>
-<a name="getTable(CTTbl)">
+<a name="getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getTable</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTable</a>&nbsp;getTable(CTTbl&nbsp;ctTbl)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTable</a>&nbsp;getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl&nbsp;ctTbl)</pre>
 <div class="block">get a table by its CTTbl-Object</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html#getTable(CTTbl)">getTable</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a></code></dd>
+<dd><code><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html#getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl)">getTable</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a></code></dd>
 <dt><span class="strong">Parameters:</span></dt><dd><code>ctTbl</code> - </dd>
-<dt><span class="strong">Returns:</span></dt><dd>a table by its CTTbl-Object or null</dd><dt><span class="strong">See Also:</span></dt><dd><code>org.apache.poi.xwpf.usermodel.IBody#getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl)</code></dd></dl>
+<dt><span class="strong">Returns:</span></dt><dd>a table by its CTTbl-Object or null</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html#getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl)"><code>IBody.getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl)</code></a></dd></dl>
 </li>
 </ul>
 <a name="getTablesIterator()">
@@ -2108,17 +2108,17 @@ public&nbsp;CTStyles&nbsp;getStyle()
 <dt><span class="strong">Returns:</span></dt><dd>the PartType of the body</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html#getPartType()"><code>IBody.getPartType()</code></a></dd></dl>
 </li>
 </ul>
-<a name="getTableCell(CTTc)">
+<a name="getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getTableCell</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableCell.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTableCell</a>&nbsp;getTableCell(CTTc&nbsp;cell)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableCell.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTableCell</a>&nbsp;getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc&nbsp;cell)</pre>
 <div class="block">get the TableCell which belongs to the TableCell</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html#getTableCell(CTTc)">getTableCell</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a></code></dd>
+<dd><code><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html#getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc)">getTableCell</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a></code></dd>
 <dt><span class="strong">Parameters:</span></dt><dd><code>cell</code> - </dd></dl>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFFieldRun.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFFieldRun.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFFieldRun.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFFieldRun.html Thu Sep 29 22:07:51 2016
@@ -141,8 +141,8 @@ 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/xwpf/usermodel/XWPFFieldRun.html#XWPFFieldRun(CTSimpleField,%20CTR,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFFieldRun</a></strong>(CTSimpleField&nbsp;field,
-            CTR&nbsp;run,
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFFieldRun.html#XWPFFieldRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSimpleField,%20org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFFieldRun</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSimpleField&nbsp;field,
+            org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR&nbsp;run,
             <a href="../../../../../org/apache/poi/xwpf/usermodel/IRunBody.html" title="interface in org.apache.poi.xwpf.usermodel">IRunBody</a>&nbsp;p)</code>&nbsp;</td>
 </tr>
 </table>
@@ -161,7 +161,7 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>CTSimpleField</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSimpleField</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFFieldRun.html#getCTField()">getCTField</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -201,14 +201,14 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XWPFFieldRun(CTSimpleField, CTR, org.apache.poi.xwpf.usermodel.IRunBody)">
+<a name="XWPFFieldRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSimpleField, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR, org.apache.poi.xwpf.usermodel.IRunBody)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XWPFFieldRun</h4>
-<pre>public&nbsp;XWPFFieldRun(CTSimpleField&nbsp;field,
-            CTR&nbsp;run,
+<pre>public&nbsp;XWPFFieldRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSimpleField&nbsp;field,
+            org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR&nbsp;run,
             <a href="../../../../../org/apache/poi/xwpf/usermodel/IRunBody.html" title="interface in org.apache.poi.xwpf.usermodel">IRunBody</a>&nbsp;p)</pre>
 </li>
 </ul>
@@ -227,7 +227,7 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>getCTField</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;CTSimpleField&nbsp;getCTField()</pre>
+public&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSimpleField&nbsp;getCTField()</pre>
 </li>
 </ul>
 <a name="getFieldInstruction()">




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