Modified: 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTableCell.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTableCell.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTableCell.html 
(original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTableCell.html 
Wed Sep 21 22:19:54 2016
@@ -171,7 +171,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/XWPFTableCell.html#XWPFTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc,%20org.apache.poi.xwpf.usermodel.XWPFTableRow,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFTableCell</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc&nbsp;cell,
+<td class="colOne"><code><strong><a 
href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableCell.html#XWPFTableCell(CTTc,%20org.apache.poi.xwpf.usermodel.XWPFTableRow,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFTableCell</a></strong>(CTTc&nbsp;cell,
              <a 
href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableRow.html" 
title="class in org.apache.poi.xwpf.usermodel">XWPFTableRow</a>&nbsp;tableRow,
              <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" 
title="interface in org.apache.poi.xwpf.usermodel">IBody</a>&nbsp;part)</code>
 <div class="block">If a table cell does not include at least one block-level 
element, then this document shall be considered corrupt</div>
@@ -217,12 +217,12 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="altColor">
-<td 
class="colFirst"><code>org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc</code></td>
+<td class="colFirst"><code>CTTc</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableCell.html#getCTTc()">getCTTc</a></strong>()</code>&nbsp;</td>
 </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/XWPFTableCell.html#getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP)">getParagraph</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP&nbsp;p)</code>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableCell.html#getParagraph(CTP)">getParagraph</a></strong>(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 table
  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>
@@ -255,7 +255,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/XWPFTableCell.html#getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl)">getTable</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl&nbsp;ctTable)</code>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableCell.html#getTable(CTTbl)">getTable</a></strong>(CTTbl&nbsp;ctTable)</code>
 <div class="block">get a table by its CTTbl-Object</div>
 </td>
 </tr>
@@ -267,7 +267,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/XWPFTableCell.html#getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc)">getTableCell</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc&nbsp;cell)</code>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableCell.html#getTableCell(CTTc)">getTableCell</a></strong>(CTTc&nbsp;cell)</code>
 <div class="block">get the TableCell which belongs to the TableCell</div>
 </td>
 </tr>
@@ -416,13 +416,13 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a 
name="XWPFTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc,
 org.apache.poi.xwpf.usermodel.XWPFTableRow, 
org.apache.poi.xwpf.usermodel.IBody)">
+<a name="XWPFTableCell(CTTc, org.apache.poi.xwpf.usermodel.XWPFTableRow, 
org.apache.poi.xwpf.usermodel.IBody)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XWPFTableCell</h4>
-<pre>public&nbsp;XWPFTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc&nbsp;cell,
+<pre>public&nbsp;XWPFTableCell(CTTc&nbsp;cell,
              <a 
href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableRow.html" 
title="class in org.apache.poi.xwpf.usermodel">XWPFTableRow</a>&nbsp;tableRow,
              <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" 
title="interface in org.apache.poi.xwpf.usermodel">IBody</a>&nbsp;part)</pre>
 <div class="block">If a table cell does not include at least one block-level 
element, then this document shall be considered corrupt</div>
@@ -443,7 +443,7 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getCTTc</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" 
title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc&nbsp;getCTTc()</pre>
+public&nbsp;CTTc&nbsp;getCTTc()</pre>
 </li>
 </ul>
 <a name="getBodyElements()">
@@ -516,19 +516,19 @@ public&nbsp;org.openxmlformats.schemas.w
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>pos</code> - The 
position in the list of paragraphs, 0-based</dd></dl>
 </li>
 </ul>
-<a 
name="getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP)">
+<a name="getParagraph(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(org.openxmlformats.schemas.wordprocessingml.x2006.main.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(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 table
  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>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<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>
+<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>
 <dt><span class="strong">Parameters:</span></dt><dd><code>p</code> - is 
instance of CTP and is searching for an XWPFParagraph</dd>
 <dt><span class="strong">Returns:</span></dt><dd>null if there is no 
XWPFParagraph with an corresponding CTPparagraph in the paragraphList of this 
table
  XWPFParagraph with the correspondig CTP p</dd></dl>
@@ -664,18 +664,18 @@ public&nbsp;org.openxmlformats.schemas.w
 <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="getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl)">
+<a name="getTable(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(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl&nbsp;ctTable)</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(CTTbl&nbsp;ctTable)</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(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">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>
+<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>
+<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>
 </li>
 </ul>
 <a name="getTableArray(int)">
@@ -753,17 +753,17 @@ public&nbsp;org.openxmlformats.schemas.w
 <div class="block">extracts all text recursively through embedded tables and 
embedded SDTs</div>
 </li>
 </ul>
-<a 
name="getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc)">
+<a name="getTableCell(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(org.openxmlformats.schemas.wordprocessingml.x2006.main.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(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(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>
+<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>
 </dl>
 </li>
 </ul>

Modified: 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTableRow.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTableRow.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTableRow.html 
(original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTableRow.html 
Wed Sep 21 22:19:54 2016
@@ -117,7 +117,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/XWPFTableRow.html#XWPFTableRow(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow,%20org.apache.poi.xwpf.usermodel.XWPFTable)">XWPFTableRow</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow&nbsp;row,
+<td class="colOne"><code><strong><a 
href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableRow.html#XWPFTableRow(CTRow,%20org.apache.poi.xwpf.usermodel.XWPFTable)">XWPFTableRow</a></strong>(CTRow&nbsp;row,
             <a 
href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html" title="class 
in org.apache.poi.xwpf.usermodel">XWPFTable</a>&nbsp;table)</code>&nbsp;</td>
 </tr>
 </table>
@@ -152,7 +152,7 @@ extends java.lang.Object</pre>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableRow.html#getCell(int)">getCell</a></strong>(int&nbsp;pos)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td 
class="colFirst"><code>org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow</code></td>
+<td class="colFirst"><code>CTRow</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableRow.html#getCtRow()">getCtRow</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -168,7 +168,7 @@ extends java.lang.Object</pre>
 </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/XWPFTableRow.html#getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc)">getTableCell</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc&nbsp;cell)</code>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableRow.html#getTableCell(CTTc)">getTableCell</a></strong>(CTTc&nbsp;cell)</code>
 <div class="block">returns the XWPFTableCell which belongs to the CTTC cell
  if there is no XWPFTableCell which belongs to the parameter CTTc cell null 
will be returned</div>
 </td>
@@ -246,13 +246,13 @@ extends java.lang.Object</pre>
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a 
name="XWPFTableRow(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow,
 org.apache.poi.xwpf.usermodel.XWPFTable)">
+<a name="XWPFTableRow(CTRow, org.apache.poi.xwpf.usermodel.XWPFTable)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XWPFTableRow</h4>
-<pre>public&nbsp;XWPFTableRow(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow&nbsp;row,
+<pre>public&nbsp;XWPFTableRow(CTRow&nbsp;row,
             <a 
href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html" title="class 
in org.apache.poi.xwpf.usermodel">XWPFTable</a>&nbsp;table)</pre>
 </li>
 </ul>
@@ -271,7 +271,7 @@ extends java.lang.Object</pre>
 <li class="blockList">
 <h4>getCtRow</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" 
title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow&nbsp;getCtRow()</pre>
+public&nbsp;CTRow&nbsp;getCtRow()</pre>
 </li>
 </ul>
 <a name="createCell()">
@@ -378,13 +378,13 @@ public&nbsp;org.openxmlformats.schemas.w
 <dl><dt><span class="strong">Returns:</span></dt><dd>a list of <a 
href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableCell.html" 
title="class in 
org.apache.poi.xwpf.usermodel"><code>XWPFTableCell</code></a></dd></dl>
 </li>
 </ul>
-<a 
name="getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc)">
+<a name="getTableCell(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(org.openxmlformats.schemas.wordprocessingml.x2006.main.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(CTTc&nbsp;cell)</pre>
 <div class="block">returns the XWPFTableCell which belongs to the CTTC cell
  if there is no XWPFTableCell which belongs to the parameter CTTc cell null 
will be returned</div>
 </li>

Modified: 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/BodyElementType.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/BodyElementType.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/BodyElementType.html
 (original)
+++ 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/BodyElementType.html
 Wed Sep 21 22:19:54 2016
@@ -95,7 +95,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/BodyElementType.html" 
title="enum in org.apache.poi.xwpf.usermodel">BodyElementType</a></code></td>
-<td class="colLast"><span class="strong">IBodyElement.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBodyElement.html#getElementType()">getElementType</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span 
class="strong">AbstractXWPFSDT.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/AbstractXWPFSDT.html#getElementType()">getElementType</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/BodyElementType.html" 
title="enum in org.apache.poi.xwpf.usermodel">BodyElementType</a></code></td>
@@ -105,7 +105,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/BodyElementType.html" 
title="enum in org.apache.poi.xwpf.usermodel">BodyElementType</a></code></td>
-<td class="colLast"><span 
class="strong">AbstractXWPFSDT.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/AbstractXWPFSDT.html#getElementType()">getElementType</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">IBodyElement.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBodyElement.html#getElementType()">getElementType</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/BodyElementType.html" 
title="enum in org.apache.poi.xwpf.usermodel">BodyElementType</a></code></td>

Modified: 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/BodyType.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/BodyType.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/BodyType.html 
(original)
+++ 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/BodyType.html 
Wed Sep 21 22:19:54 2016
@@ -95,40 +95,40 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/BodyType.html" 
title="enum in org.apache.poi.xwpf.usermodel">BodyType</a></code></td>
-<td class="colLast"><span class="strong">XWPFTableCell.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFTableCell.html#getPartType()">getPartType</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">XWPFHeader.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFHeader.html#getPartType()">getPartType</a></strong>()</code>
+<div class="block">get the PartType of the body</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/BodyType.html" 
title="enum in org.apache.poi.xwpf.usermodel">BodyType</a></code></td>
-<td class="colLast"><span class="strong">XWPFFootnote.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFootnote.html#getPartType()">getPartType</a></strong>()</code>
-<div class="block">get the PartType of the body</div>
-</td>
+<td class="colLast"><span 
class="strong">AbstractXWPFSDT.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/AbstractXWPFSDT.html#getPartType()">getPartType</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/BodyType.html" 
title="enum in org.apache.poi.xwpf.usermodel">BodyType</a></code></td>
-<td class="colLast"><span class="strong">IBodyElement.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBodyElement.html#getPartType()">getPartType</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">XWPFFooter.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFooter.html#getPartType()">getPartType</a></strong>()</code>
+<div class="block">get the PartType of the body</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/BodyType.html" 
title="enum in org.apache.poi.xwpf.usermodel">BodyType</a></code></td>
+<td class="colLast"><span class="strong">XWPFTableCell.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFTableCell.html#getPartType()">getPartType</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/BodyType.html" 
title="enum in org.apache.poi.xwpf.usermodel">BodyType</a></code></td>
 <td class="colLast"><span class="strong">XWPFTable.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html#getPartType()">getPartType</a></strong>()</code>
 <div class="block">returns the partType of the bodyPart which owns the 
bodyElement</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/BodyType.html" 
title="enum in org.apache.poi.xwpf.usermodel">BodyType</a></code></td>
 <td class="colLast"><span class="strong">IBody.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBody.html#getPartType()">getPartType</a></strong>()</code>
 <div class="block">get the PartType of the body, for example
  DOCUMENT, HEADER, FOOTER, FOOTNOTE,</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/BodyType.html" 
title="enum in org.apache.poi.xwpf.usermodel">BodyType</a></code></td>
-<td class="colLast"><span 
class="strong">AbstractXWPFSDT.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/AbstractXWPFSDT.html#getPartType()">getPartType</a></strong>()</code>&nbsp;</td>
-</tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/BodyType.html" 
title="enum in org.apache.poi.xwpf.usermodel">BodyType</a></code></td>
-<td class="colLast"><span class="strong">XWPFFooter.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFooter.html#getPartType()">getPartType</a></strong>()</code>
-<div class="block">get the PartType of the body</div>
-</td>
+<td class="colLast"><span class="strong">IBodyElement.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBodyElement.html#getPartType()">getPartType</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/BodyType.html" 
title="enum in org.apache.poi.xwpf.usermodel">BodyType</a></code></td>
@@ -139,14 +139,14 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/BodyType.html" 
title="enum in org.apache.poi.xwpf.usermodel">BodyType</a></code></td>
-<td class="colLast"><span class="strong">XWPFParagraph.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getPartType()">getPartType</a></strong>()</code>
-<div class="block">returns the partType of the bodyPart which owns the 
bodyElement</div>
+<td class="colLast"><span class="strong">XWPFFootnote.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFootnote.html#getPartType()">getPartType</a></strong>()</code>
+<div class="block">get the PartType of the body</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/BodyType.html" 
title="enum in org.apache.poi.xwpf.usermodel">BodyType</a></code></td>
-<td class="colLast"><span class="strong">XWPFHeader.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFHeader.html#getPartType()">getPartType</a></strong>()</code>
-<div class="block">get the PartType of the body</div>
+<td class="colLast"><span class="strong">XWPFParagraph.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getPartType()">getPartType</a></strong>()</code>
+<div class="block">returns the partType of the bodyPart which owns the 
bodyElement</div>
 </td>
 </tr>
 <tr class="altColor">

Modified: 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IBody.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IBody.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IBody.html 
(original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IBody.html 
Wed Sep 21 22:19:54 2016
@@ -159,7 +159,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBody.html" 
title="interface in org.apache.poi.xwpf.usermodel">IBody</a></code></td>
-<td class="colLast"><span class="strong">IBodyElement.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBodyElement.html#getBody()">getBody</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span 
class="strong">AbstractXWPFSDT.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/AbstractXWPFSDT.html#getBody()">getBody</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBody.html" 
title="interface in org.apache.poi.xwpf.usermodel">IBody</a></code></td>
@@ -167,7 +167,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBody.html" 
title="interface in org.apache.poi.xwpf.usermodel">IBody</a></code></td>
-<td class="colLast"><span 
class="strong">AbstractXWPFSDT.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/AbstractXWPFSDT.html#getBody()">getBody</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">IBodyElement.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBodyElement.html#getBody()">getBody</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBody.html" 
title="interface in org.apache.poi.xwpf.usermodel">IBody</a></code></td>
@@ -182,53 +182,53 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colLast"><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,
+<td class="colLast"><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,
                <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>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#XWPFParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFParagraph</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP&nbsp;prgrph,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#XWPFParagraph(CTP,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFParagraph</a></strong>(CTP&nbsp;prgrph,
              <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>
 <tr class="altColor">
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDT.html#XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFSDT</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock&nbsp;block,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDT.html#XWPFSDT(CTSdtBlock,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFSDT</a></strong>(CTSdtBlock&nbsp;block,
        <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>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDT.html#XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtRun,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFSDT</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtRun&nbsp;sdtRun,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDT.html#XWPFSDT(CTSdtRun,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFSDT</a></strong>(CTSdtRun&nbsp;sdtRun,
        <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>
 <tr class="altColor">
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTCell.html#XWPFSDTCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtCell,%20org.apache.poi.xwpf.usermodel.XWPFTableRow,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFSDTCell</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtCell&nbsp;sdtCell,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTCell.html#XWPFSDTCell(CTSdtCell,%20org.apache.poi.xwpf.usermodel.XWPFTableRow,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFSDTCell</a></strong>(CTSdtCell&nbsp;sdtCell,
            <a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFTableRow.html" 
title="class in 
org.apache.poi.xwpf.usermodel">XWPFTableRow</a>&nbsp;xwpfTableRow,
            <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>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTContent.html#XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentBlock,%20org.apache.poi.xwpf.usermodel.IBody,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFSDTContent</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentBlock&nbsp;block,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTContent.html#XWPFSDTContent(CTSdtContentBlock,%20org.apache.poi.xwpf.usermodel.IBody,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFSDTContent</a></strong>(CTSdtContentBlock&nbsp;block,
               <a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBody.html" 
title="interface in org.apache.poi.xwpf.usermodel">IBody</a>&nbsp;part,
               <a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IRunBody.html" 
title="interface in 
org.apache.poi.xwpf.usermodel">IRunBody</a>&nbsp;parent)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTContent.html#XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentRun,%20org.apache.poi.xwpf.usermodel.IBody,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFSDTContent</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentRun&nbsp;sdtRun,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTContent.html#XWPFSDTContent(CTSdtContentRun,%20org.apache.poi.xwpf.usermodel.IBody,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFSDTContent</a></strong>(CTSdtContentRun&nbsp;sdtRun,
               <a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBody.html" 
title="interface in org.apache.poi.xwpf.usermodel">IBody</a>&nbsp;part,
               <a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IRunBody.html" 
title="interface in 
org.apache.poi.xwpf.usermodel">IRunBody</a>&nbsp;parent)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTContentCell.html#XWPFSDTContentCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentCell,%20org.apache.poi.xwpf.usermodel.XWPFTableRow,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFSDTContentCell</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentCell&nbsp;sdtContentCell,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTContentCell.html#XWPFSDTContentCell(CTSdtContentCell,%20org.apache.poi.xwpf.usermodel.XWPFTableRow,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFSDTContentCell</a></strong>(CTSdtContentCell&nbsp;sdtContentCell,
                   <a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFTableRow.html" 
title="class in 
org.apache.poi.xwpf.usermodel">XWPFTableRow</a>&nbsp;xwpfTableRow,
                   <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>
 <tr class="altColor">
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html#XWPFTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFTable</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl&nbsp;table,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html#XWPFTable(CTTbl,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFTable</a></strong>(CTTbl&nbsp;table,
          <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>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html#XWPFTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl,%20org.apache.poi.xwpf.usermodel.IBody,%20int,%20int)">XWPFTable</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl&nbsp;table,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html#XWPFTable(CTTbl,%20org.apache.poi.xwpf.usermodel.IBody,%20int,%20int)">XWPFTable</a></strong>(CTTbl&nbsp;table,
          <a href="../../../../../../org/apache/poi/xwpf/usermodel/IBody.html" 
title="interface in org.apache.poi.xwpf.usermodel">IBody</a>&nbsp;part,
          int&nbsp;row,
          int&nbsp;col)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFTableCell.html#XWPFTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc,%20org.apache.poi.xwpf.usermodel.XWPFTableRow,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFTableCell</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc&nbsp;cell,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFTableCell.html#XWPFTableCell(CTTc,%20org.apache.poi.xwpf.usermodel.XWPFTableRow,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFTableCell</a></strong>(CTTc&nbsp;cell,
              <a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFTableRow.html" 
title="class in org.apache.poi.xwpf.usermodel">XWPFTableRow</a>&nbsp;tableRow,
              <a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBody.html" 
title="interface in org.apache.poi.xwpf.usermodel">IBody</a>&nbsp;part)</code>
 <div class="block">If a table cell does not include at least one block-level 
element, then this document shall be considered corrupt</div>

Modified: 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IBodyElement.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IBodyElement.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IBodyElement.html
 (original)
+++ 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IBodyElement.html
 Wed Sep 21 22:19:54 2016
@@ -171,24 +171,24 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBodyElement.html" 
title="interface in 
org.apache.poi.xwpf.usermodel">IBodyElement</a>&gt;</code></td>
-<td class="colLast"><span class="strong">XWPFFootnote.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFootnote.html#getBodyElements()">getBodyElements</a></strong>()</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>java.util.List&lt;<a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBodyElement.html" 
title="interface in 
org.apache.poi.xwpf.usermodel">IBodyElement</a>&gt;</code></td>
 <td class="colLast"><span class="strong">IBody.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBody.html#getBodyElements()">getBodyElements</a></strong>()</code>
 <div class="block">Returns an Iterator with paragraphs and tables,
  in the order that they occur in the text.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.util.List&lt;<a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBodyElement.html" 
title="interface in 
org.apache.poi.xwpf.usermodel">IBodyElement</a>&gt;</code></td>
+<td class="colLast"><span class="strong">XWPFDocument.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#getBodyElements()">getBodyElements</a></strong>()</code>
+<div class="block">returns an Iterator with paragraphs and tables</div>
+</td>
+</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBodyElement.html" 
title="interface in 
org.apache.poi.xwpf.usermodel">IBodyElement</a>&gt;</code></td>
 <td class="colLast"><span 
class="strong">XWPFHeaderFooter.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFHeaderFooter.html#getBodyElements()">getBodyElements</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>java.util.List&lt;<a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBodyElement.html" 
title="interface in 
org.apache.poi.xwpf.usermodel">IBodyElement</a>&gt;</code></td>
-<td class="colLast"><span class="strong">XWPFDocument.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#getBodyElements()">getBodyElements</a></strong>()</code>
-<div class="block">returns an Iterator with paragraphs and tables</div>
-</td>
+<td class="colLast"><span class="strong">XWPFFootnote.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFootnote.html#getBodyElements()">getBodyElements</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>java.util.Iterator&lt;<a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBodyElement.html" 
title="interface in 
org.apache.poi.xwpf.usermodel">IBodyElement</a>&gt;</code></td>

Modified: 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IRunBody.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IRunBody.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IRunBody.html 
(original)
+++ 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IRunBody.html 
Wed Sep 21 22:19:54 2016
@@ -132,26 +132,26 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colLast"><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,
+<td class="colLast"><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,
             <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>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFHyperlinkRun.html#XWPFHyperlinkRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHyperlink,%20org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFHyperlinkRun</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHyperlink&nbsp;hyperlink,
-                
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR&nbsp;run,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFHyperlinkRun.html#XWPFHyperlinkRun(CTHyperlink,%20CTR,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFHyperlinkRun</a></strong>(CTHyperlink&nbsp;hyperlink,
+                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>
 <tr class="altColor">
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFRun</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR&nbsp;r,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#XWPFRun(CTR,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFRun</a></strong>(CTR&nbsp;r,
        <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>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTContent.html#XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentBlock,%20org.apache.poi.xwpf.usermodel.IBody,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFSDTContent</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentBlock&nbsp;block,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTContent.html#XWPFSDTContent(CTSdtContentBlock,%20org.apache.poi.xwpf.usermodel.IBody,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFSDTContent</a></strong>(CTSdtContentBlock&nbsp;block,
               <a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBody.html" 
title="interface in org.apache.poi.xwpf.usermodel">IBody</a>&nbsp;part,
               <a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IRunBody.html" 
title="interface in 
org.apache.poi.xwpf.usermodel">IRunBody</a>&nbsp;parent)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTContent.html#XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentRun,%20org.apache.poi.xwpf.usermodel.IBody,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFSDTContent</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentRun&nbsp;sdtRun,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTContent.html#XWPFSDTContent(CTSdtContentRun,%20org.apache.poi.xwpf.usermodel.IBody,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFSDTContent</a></strong>(CTSdtContentRun&nbsp;sdtRun,
               <a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBody.html" 
title="interface in org.apache.poi.xwpf.usermodel">IBody</a>&nbsp;part,
               <a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IRunBody.html" 
title="interface in 
org.apache.poi.xwpf.usermodel">IRunBody</a>&nbsp;parent)</code>&nbsp;</td>
 </tr>

Modified: 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/ISDTContent.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/ISDTContent.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/ISDTContent.html
 (original)
+++ 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/ISDTContent.html
 Wed Sep 21 22:19:54 2016
@@ -117,13 +117,13 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/ISDTContent.html" 
title="interface in org.apache.poi.xwpf.usermodel">ISDTContent</a></code></td>
-<td class="colLast"><span class="strong">XWPFSDT.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDT.html#getContent()">getContent</a></strong>()</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><code>abstract <a 
href="../../../../../../org/apache/poi/xwpf/usermodel/ISDTContent.html" 
title="interface in org.apache.poi.xwpf.usermodel">ISDTContent</a></code></td>
 <td class="colLast"><span 
class="strong">AbstractXWPFSDT.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/AbstractXWPFSDT.html#getContent()">getContent</a></strong>()</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/ISDTContent.html" 
title="interface in org.apache.poi.xwpf.usermodel">ISDTContent</a></code></td>
+<td class="colLast"><span class="strong">XWPFSDT.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDT.html#getContent()">getContent</a></strong>()</code>&nbsp;</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/ISDTContent.html" 
title="interface in org.apache.poi.xwpf.usermodel">ISDTContent</a></code></td>
 <td class="colLast"><span class="strong">XWPFSDTCell.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTCell.html#getContent()">getContent</a></strong>()</code>&nbsp;</td>

Modified: 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFDocument.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFDocument.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFDocument.html
 (original)
+++ 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFDocument.html
 Wed Sep 21 22:19:54 2016
@@ -124,8 +124,8 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colLast"><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>
+<td class="colLast"><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>
 <div class="block">Figures out the policy for the given document,
  and creates any header and footer objects
  as required.</div>
@@ -166,7 +166,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" 
title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a></code></td>
-<td class="colLast"><span class="strong">IRunBody.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IRunBody.html#getDocument()">getDocument</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span 
class="strong">AbstractXWPFSDT.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/AbstractXWPFSDT.html#getDocument()">getDocument</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" 
title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a></code></td>
@@ -174,11 +174,11 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" 
title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a></code></td>
-<td class="colLast"><span 
class="strong">AbstractXWPFSDT.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/AbstractXWPFSDT.html#getDocument()">getDocument</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">XWPFParagraph.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getDocument()">getDocument</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" 
title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a></code></td>
-<td class="colLast"><span class="strong">XWPFParagraph.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getDocument()">getDocument</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">IRunBody.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IRunBody.html#getDocument()">getDocument</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" 
title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a></code></td>
@@ -186,25 +186,25 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" 
title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a></code></td>
-<td class="colLast"><span class="strong">XWPFFootnote.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFootnote.html#getXWPFDocument()">getXWPFDocument</a></strong>()</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" 
title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a></code></td>
 <td class="colLast"><span class="strong">IBody.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/IBody.html#getXWPFDocument()">getXWPFDocument</a></strong>()</code>
 <div class="block">Return XWPFDocument</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" 
title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a></code></td>
 <td class="colLast"><span class="strong">XWPFFootnotes.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFootnotes.html#getXWPFDocument()">getXWPFDocument</a></strong>()</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" 
title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a></code></td>
+<td class="colLast"><span class="strong">XWPFDocument.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#getXWPFDocument()">getXWPFDocument</a></strong>()</code>&nbsp;</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" 
title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a></code></td>
 <td class="colLast"><span 
class="strong">XWPFHeaderFooter.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFHeaderFooter.html#getXWPFDocument()">getXWPFDocument</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" 
title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a></code></td>
-<td class="colLast"><span class="strong">XWPFDocument.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#getXWPFDocument()">getXWPFDocument</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">XWPFFootnote.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFootnote.html#getXWPFDocument()">getXWPFDocument</a></strong>()</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -239,20 +239,20 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colLast"><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,
+<td class="colLast"><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,
            <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>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFooter.html#XWPFFooter(org.apache.poi.xwpf.usermodel.XWPFDocument,%20org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtr)">XWPFFooter</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.CTHdrFtr&nbsp;hdrFtr)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFooter.html#XWPFFooter(org.apache.poi.xwpf.usermodel.XWPFDocument,%20CTHdrFtr)">XWPFFooter</a></strong>(<a
 href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" 
title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a>&nbsp;doc,
+          CTHdrFtr&nbsp;hdrFtr)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFootnote.html#XWPFFootnote(org.apache.poi.xwpf.usermodel.XWPFDocument,%20org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn)">XWPFFootnote</a></strong>(<a
 href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" 
title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a>&nbsp;document,
-            
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn&nbsp;body)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFootnote.html#XWPFFootnote(org.apache.poi.xwpf.usermodel.XWPFDocument,%20CTFtnEdn)">XWPFFootnote</a></strong>(<a
 href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" 
title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a>&nbsp;document,
+            CTFtnEdn&nbsp;body)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFHeader.html#XWPFHeader(org.apache.poi.xwpf.usermodel.XWPFDocument,%20org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtr)">XWPFHeader</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.CTHdrFtr&nbsp;hdrFtr)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFHeader.html#XWPFHeader(org.apache.poi.xwpf.usermodel.XWPFDocument,%20CTHdrFtr)">XWPFHeader</a></strong>(<a
 href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" 
title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a>&nbsp;doc,
+          CTHdrFtr&nbsp;hdrFtr)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

Modified: 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFooter.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFooter.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFooter.html
 (original)
+++ 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFooter.html
 Wed Sep 21 22:19:54 2016
@@ -99,14 +99,14 @@
 <tbody>
 <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"><span 
class="strong">XWPFHeaderFooterPolicy.</span><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>
+<td class="colLast"><span 
class="strong">XWPFHeaderFooterPolicy.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createFooter(java.lang.Enum)">createFooter</a></strong>(java.lang.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"><span 
class="strong">XWPFHeaderFooterPolicy.</span><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,
+<td class="colLast"><span 
class="strong">XWPFHeaderFooterPolicy.</span><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,
             <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

Modified: 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFootnote.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFootnote.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFootnote.html
 (original)
+++ 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFootnote.html
 Wed Sep 21 22:19:54 2016
@@ -108,17 +108,17 @@
 <tbody>
 <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"><span class="strong">XWPFDocument.</span><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>
+<td class="colLast"><span class="strong">XWPFDocument.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#addEndnote(CTFtnEdn)">addEndnote</a></strong>(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"><span class="strong">XWPFFootnotes.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFootnotes.html#addFootnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn)">addFootnote</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn&nbsp;note)</code>
+<td class="colLast"><span class="strong">XWPFFootnotes.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFootnotes.html#addFootnote(CTFtnEdn)">addFootnote</a></strong>(CTFtnEdn&nbsp;note)</code>
 <div class="block">add a footnote to the document</div>
 </td>
 </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"><span class="strong">XWPFDocument.</span><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>
+<td class="colLast"><span class="strong">XWPFDocument.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#addFootnote(CTFtnEdn)">addFootnote</a></strong>(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>

Modified: 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFootnotes.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFootnotes.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFootnotes.html
 (original)
+++ 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFootnotes.html
 Wed Sep 21 22:19:54 2016
@@ -121,7 +121,7 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFootnote.html#XWPFFootnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn,%20org.apache.poi.xwpf.usermodel.XWPFFootnotes)">XWPFFootnote</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn&nbsp;note,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFootnote.html#XWPFFootnote(CTFtnEdn,%20org.apache.poi.xwpf.usermodel.XWPFFootnotes)">XWPFFootnote</a></strong>(CTFtnEdn&nbsp;note,
             <a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFootnotes.html" 
title="class in 
org.apache.poi.xwpf.usermodel">XWPFFootnotes</a>&nbsp;xFootnotes)</code>&nbsp;</td>
 </tr>
 </tbody>

Modified: 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFHeader.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFHeader.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFHeader.html
 (original)
+++ 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFHeader.html
 Wed Sep 21 22:19:54 2016
@@ -99,14 +99,14 @@
 <tbody>
 <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"><span 
class="strong">XWPFHeaderFooterPolicy.</span><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>
+<td class="colLast"><span 
class="strong">XWPFHeaderFooterPolicy.</span><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createHeader(java.lang.Enum)">createHeader</a></strong>(java.lang.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"><span 
class="strong">XWPFHeaderFooterPolicy.</span><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,
+<td class="colLast"><span 
class="strong">XWPFHeaderFooterPolicy.</span><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,
             <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

Modified: 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFNumbering.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFNumbering.html?rev=1761825&r1=1761824&r2=1761825&view=diff
==============================================================================
--- 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFNumbering.html
 (original)
+++ 
poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFNumbering.html
 Wed Sep 21 22:19:54 2016
@@ -160,16 +160,13 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<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,
+<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,
                <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>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFNum.html#XWPFNum(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTNum,%20org.apache.poi.xwpf.usermodel.XWPFNumbering)">XWPFNum</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTNum&nbsp;ctNum,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFNum.html#XWPFNum(CTNum,%20org.apache.poi.xwpf.usermodel.XWPFNumbering)">XWPFNum</a></strong>(CTNum&nbsp;ctNum,
        <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>
-<tr class="altColor">
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFNum.html#XWPFNum(org.apache.poi.xwpf.usermodel.XWPFNumbering)">XWPFNum</a></strong>(<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>
 </tbody>
 </table>
 </li>



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

Reply via email to