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 [42/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/xwpf/usermodel/XWPFParagraph.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFParagraph.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFParagraph.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFParagraph.html Thu Sep 29 22:07:51 2016
@@ -157,7 +157,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/XWPFParagraph.html#XWPFParagraph(CTP,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFParagraph</a></strong>(CTP&nbsp;prgrph,
+<td class="colOne"><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,
              <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>
@@ -177,99 +177,105 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#addRun(CTR)">addRun</a></strong>(CTR&nbsp;run)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#addRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR)">addRun</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR&nbsp;run)</code>
 <div class="block">add a new run at the end of the position of
  the content of parameter run</div>
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#addRun(org.apache.poi.xwpf.usermodel.XWPFRun)">addRun</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a>&nbsp;r)</code>
+<div class="block">adds a new Run to the Paragraph</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#createRun()">createRun</a></strong>()</code>
 <div class="block">Appends a new run to this paragraph</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/ParagraphAlignment.html" title="enum in org.apache.poi.xwpf.usermodel">ParagraphAlignment</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getAlignment()">getAlignment</a></strong>()</code>
 <div class="block">Returns the paragraph alignment which shall be applied to text in this
  paragraph.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<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"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getBody()">getBody</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getBorderBetween()">getBorderBetween</a></strong>()</code>
 <div class="block">Specifies the border which shall be displayed between each paragraph in a
  set of paragraphs which have the same set of paragraph border settings.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getBorderBottom()">getBorderBottom</a></strong>()</code>
 <div class="block">Specifies the border which shall be displayed below a set of
  paragraphs which have the same set of paragraph border settings.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getBorderLeft()">getBorderLeft</a></strong>()</code>
 <div class="block">Specifies the border which shall be displayed on the left side of the
  page around the specified paragraph.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getBorderRight()">getBorderRight</a></strong>()</code>
 <div class="block">Specifies the border which shall be displayed on the right side of the
  page around the specified paragraph.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getBorderTop()">getBorderTop</a></strong>()</code>
 <div class="block">Specifies the border which shall be displayed above a set of paragraphs
  which have the same set of paragraph border settings.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>CTP</code></td>
+<tr class="altColor">
+<td class="colFirst"><code>org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getCTP()">getCTP</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<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"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getDocument()">getDocument</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<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"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getElementType()">getElementType</a></strong>()</code>
 <div class="block">returns the type of the BodyElement Paragraph</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getFirstLineIndent()">getFirstLineIndent</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getFontAlignment()">getFontAlignment</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getFootnoteText()">getFootnoteText</a></strong>()</code>
 <div class="block">Returns the footnote text of the paragraph</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getIndentationFirstLine()">getIndentationFirstLine</a></strong>()</code>
 <div class="block">Specifies the additional indentation which shall be applied to the first
  line of the parent paragraph.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getIndentationHanging()">getIndentationHanging</a></strong>()</code>
 <div class="block">Specifies the indentation which shall be removed from the first line of
@@ -277,7 +283,7 @@ implements <a href="../../../../../org/a
  towards the beginning of the direction of text flow.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getIndentationLeft()">getIndentationLeft</a></strong>()</code>
 <div class="block">Specifies the indentation which shall be placed between the left text
@@ -288,7 +294,7 @@ implements <a href="../../../../../org/a
  If this attribute is omitted, its value shall be assumed to be zero.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getIndentationRight()">getIndentationRight</a></strong>()</code>
 <div class="block">Specifies the indentation which shall be placed between the right text
@@ -299,164 +305,164 @@ implements <a href="../../../../../org/a
  If this attribute is omitted, its value shall be assumed to be zero.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getIndentFromLeft()">getIndentFromLeft</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getIndentFromRight()">getIndentFromRight</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/xwpf/usermodel/IRunElement.html" title="interface in org.apache.poi.xwpf.usermodel">IRunElement</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getIRuns()">getIRuns</a></strong>()</code>
 <div class="block">Return literal runs and sdt/content control objects.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getNumFmt()">getNumFmt</a></strong>()</code>
 <div class="block">Returns numbering format for this paragraph, eg bullet or
  lowerLetter.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.math.BigInteger</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getNumID()">getNumID</a></strong>()</code>
 <div class="block">If style exist for this paragraph
  NumId of the paragraph will be returned.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.math.BigInteger</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getNumIlvl()">getNumIlvl</a></strong>()</code>
 <div class="block">Returns Ilvl of the numeric style for this paragraph.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getNumLevelText()">getNumLevelText</a></strong>()</code>
 <div class="block">Returns the text that should be used around the paragraph level numbers.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.math.BigInteger</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getNumStartOverride()">getNumStartOverride</a></strong>()</code>
 <div class="block">Gets the numstartOverride for the paragraph numbering for this paragraph.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getParagraphText()">getParagraphText</a></strong>()</code>
 <div class="block">Returns the text of the paragraph, but not of any objects in the
  paragraph</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getPart()">getPart</a></strong>()</code>
 <div class="block">returns the part of the bodyElement</div>
 </td>
 </tr>
-<tr class="rowColor">
+<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"><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">
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getPictureText()">getPictureText</a></strong>()</code>
 <div class="block">Returns any text from any suitable pictures in the paragraph</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getRun(CTR)">getRun</a></strong>(CTR&nbsp;r)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR)">getRun</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR&nbsp;r)</code>
 <div class="block">return the XWPFRun-Element which owns the CTR run-Element</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getRuns()">getRuns</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getSpacingAfter()">getSpacingAfter</a></strong>()</code>
 <div class="block">Specifies the spacing that should be added after the last line in this
  paragraph in the document in absolute units.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getSpacingAfterLines()">getSpacingAfterLines</a></strong>()</code>
 <div class="block">Specifies the spacing that should be added after the last line in this
  paragraph in the document in absolute units.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getSpacingBefore()">getSpacingBefore</a></strong>()</code>
 <div class="block">Specifies the spacing that should be added above the first line in this
  paragraph in the document in absolute units.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getSpacingBeforeLines()">getSpacingBeforeLines</a></strong>()</code>
 <div class="block">Specifies the spacing that should be added before the first line in this paragraph in the
  document in line units.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/LineSpacingRule.html" title="enum in org.apache.poi.xwpf.usermodel">LineSpacingRule</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getSpacingLineRule()">getSpacingLineRule</a></strong>()</code>
 <div class="block">Specifies how the spacing between lines is calculated as stored in the
  line attribute.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getStyle()">getStyle</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getStyleID()">getStyleID</a></strong>()</code>
 <div class="block">Return styleID of the paragraph if style exist for this paragraph
  if not, null will be returned</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getText()">getText</a></strong>()</code>
 <div class="block">Return the textual content of the paragraph, including text from pictures
  and sdt elements in it.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getText(org.apache.poi.xwpf.usermodel.TextSegement)">getText</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/TextSegement.html" title="class in org.apache.poi.xwpf.usermodel">TextSegement</a>&nbsp;segment)</code>
 <div class="block">get a Text</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/TextAlignment.html" title="enum in org.apache.poi.xwpf.usermodel">TextAlignment</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getVerticalAlignment()">getVerticalAlignment</a></strong>()</code>
 <div class="block">Returns the text vertical alignment which shall be applied to text in
  this paragraph.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#insertNewRun(int)">insertNewRun</a></strong>(int&nbsp;pos)</code>
 <div class="block">insert a new Run in RunArray</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#isEmpty()">isEmpty</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#isPageBreak()">isPageBreak</a></strong>()</code>
 <div class="block">Specifies that when rendering this document in a paginated
@@ -464,11 +470,11 @@ implements <a href="../../../../../org/a
  page in the document.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#isWordWrap()">isWordWrap</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#isWordWrapped()">isWordWrapped</a></strong>()</code>
 <div class="block">This element specifies whether a consumer shall break Latin text which
@@ -477,77 +483,77 @@ implements <a href="../../../../../org/a
  line (breaking on the word level).</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#removeRun(int)">removeRun</a></strong>(int&nbsp;pos)</code>
 <div class="block">removes a Run at the position pos in the paragraph</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/TextSegement.html" title="class in org.apache.poi.xwpf.usermodel">TextSegement</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#searchText(java.lang.String,%20org.apache.poi.xwpf.usermodel.PositionInParagraph)">searchText</a></strong>(java.lang.String&nbsp;searched,
           <a href="../../../../../org/apache/poi/xwpf/usermodel/PositionInParagraph.html" title="class in org.apache.poi.xwpf.usermodel">PositionInParagraph</a>&nbsp;startPos)</code>
 <div class="block">this methods parse the paragraph and search for the string searched.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setAlignment(org.apache.poi.xwpf.usermodel.ParagraphAlignment)">setAlignment</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/ParagraphAlignment.html" title="enum in org.apache.poi.xwpf.usermodel">ParagraphAlignment</a>&nbsp;align)</code>
 <div class="block">Specifies the paragraph alignment which shall be applied to text in this
  paragraph.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setBorderBetween(org.apache.poi.xwpf.usermodel.Borders)">setBorderBetween</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a>&nbsp;border)</code>
 <div class="block">Specifies the border which shall be displayed between each paragraph in a
  set of paragraphs which have the same set of paragraph border settings.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setBorderBottom(org.apache.poi.xwpf.usermodel.Borders)">setBorderBottom</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a>&nbsp;border)</code>
 <div class="block">Specifies the border which shall be displayed below a set of paragraphs
  which have the same set of paragraph border settings.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setBorderLeft(org.apache.poi.xwpf.usermodel.Borders)">setBorderLeft</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a>&nbsp;border)</code>
 <div class="block">Specifies the border which shall be displayed on the left side of the
  page around the specified paragraph.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setBorderRight(org.apache.poi.xwpf.usermodel.Borders)">setBorderRight</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a>&nbsp;border)</code>
 <div class="block">Specifies the border which shall be displayed on the right side of the
  page around the specified paragraph.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setBorderTop(org.apache.poi.xwpf.usermodel.Borders)">setBorderTop</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a>&nbsp;border)</code>
 <div class="block">Specifies the border which shall be displayed above a set of paragraphs
  which have the same set of paragraph border settings.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setFirstLineIndent(int)">setFirstLineIndent</a></strong>(int&nbsp;first)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setFontAlignment(int)">setFontAlignment</a></strong>(int&nbsp;align)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setIndentationFirstLine(int)">setIndentationFirstLine</a></strong>(int&nbsp;indentation)</code>
 <div class="block">Specifies the additional indentation which shall be applied to the first
  line of the parent paragraph.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setIndentationHanging(int)">setIndentationHanging</a></strong>(int&nbsp;indentation)</code>
 <div class="block">Specifies the indentation which shall be removed from the first line of
@@ -555,7 +561,7 @@ implements <a href="../../../../../org/a
  towards the beginning of the direction of text flow.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setIndentationLeft(int)">setIndentationLeft</a></strong>(int&nbsp;indentation)</code>
 <div class="block">Specifies the indentation which shall be placed between the left text
@@ -566,7 +572,7 @@ implements <a href="../../../../../org/a
  If this attribute is omitted, its value shall be assumed to be zero.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setIndentationRight(int)">setIndentationRight</a></strong>(int&nbsp;indentation)</code>
 <div class="block">Specifies the indentation which shall be placed between the right text
@@ -577,21 +583,21 @@ implements <a href="../../../../../org/a
  If this attribute is omitted, its value shall be assumed to be zero.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setIndentFromLeft(int)">setIndentFromLeft</a></strong>(int&nbsp;dxaLeft)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setIndentFromRight(int)">setIndentFromRight</a></strong>(int&nbsp;dxaRight)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setNumID(java.math.BigInteger)">setNumID</a></strong>(java.math.BigInteger&nbsp;numPos)</code>
 <div class="block">setNumID of Paragraph</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setPageBreak(boolean)">setPageBreak</a></strong>(boolean&nbsp;pageBreak)</code>
 <div class="block">Specifies that when rendering this document in a paginated
@@ -599,62 +605,62 @@ implements <a href="../../../../../org/a
  page in the document.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingAfter(int)">setSpacingAfter</a></strong>(int&nbsp;spaces)</code>
 <div class="block">Specifies the spacing that should be added after the last line in this
  paragraph in the document in absolute units.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingAfterLines(int)">setSpacingAfterLines</a></strong>(int&nbsp;spaces)</code>
 <div class="block">Specifies the spacing that should be added after the last line in this
  paragraph in the document in line units.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingBefore(int)">setSpacingBefore</a></strong>(int&nbsp;spaces)</code>
 <div class="block">Specifies the spacing that should be added above the first line in this
  paragraph in the document in absolute units.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingBeforeLines(int)">setSpacingBeforeLines</a></strong>(int&nbsp;spaces)</code>
 <div class="block">Specifies the spacing that should be added before the first line in this
  paragraph in the document in line units.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingLineRule(org.apache.poi.xwpf.usermodel.LineSpacingRule)">setSpacingLineRule</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/LineSpacingRule.html" title="enum in org.apache.poi.xwpf.usermodel">LineSpacingRule</a>&nbsp;rule)</code>
 <div class="block">Specifies how the spacing between lines is calculated as stored in the
  line attribute.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setStyle(java.lang.String)">setStyle</a></strong>(java.lang.String&nbsp;newStyle)</code>
 <div class="block">This method provides a style to the paragraph
  This is useful when, e.g.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setVerticalAlignment(org.apache.poi.xwpf.usermodel.TextAlignment)">setVerticalAlignment</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/TextAlignment.html" title="enum in org.apache.poi.xwpf.usermodel">TextAlignment</a>&nbsp;valign)</code>
 <div class="block">Specifies the text vertical alignment which shall be applied to text in
  this paragraph.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setWordWrap(boolean)">setWordWrap</a></strong>(boolean&nbsp;wrap)</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setWordWrapped(boolean)">setWordWrapped</a></strong>(boolean&nbsp;wrap)</code>
 <div class="block">This element specifies whether a consumer shall break Latin text which
@@ -730,13 +736,13 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XWPFParagraph(CTP, org.apache.poi.xwpf.usermodel.IBody)">
+<a name="XWPFParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP, org.apache.poi.xwpf.usermodel.IBody)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XWPFParagraph</h4>
-<pre>public&nbsp;XWPFParagraph(CTP&nbsp;prgrph,
+<pre>public&nbsp;XWPFParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP&nbsp;prgrph,
              <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a>&nbsp;part)</pre>
 </li>
 </ul>
@@ -755,7 +761,7 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getCTP</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;CTP&nbsp;getCTP()</pre>
+public&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP&nbsp;getCTP()</pre>
 </li>
 </ul>
 <a name="getRuns()">
@@ -1757,13 +1763,13 @@ public&nbsp;void&nbsp;setWordWrap(boolea
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>newStyle</code> - </dd></dl>
 </li>
 </ul>
-<a name="addRun(CTR)">
+<a name="addRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>addRun</h4>
-<pre>protected&nbsp;void&nbsp;addRun(CTR&nbsp;run)</pre>
+<pre>protected&nbsp;void&nbsp;addRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR&nbsp;run)</pre>
 <div class="block">add a new run at the end of the position of
  the content of parameter run</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>run</code> - </dd></dl>
@@ -1886,13 +1892,24 @@ public&nbsp;void&nbsp;setWordWrap(boolea
 <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="getRun(CTR)">
+<a name="addRun(org.apache.poi.xwpf.usermodel.XWPFRun)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addRun</h4>
+<pre>public&nbsp;void&nbsp;addRun(<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a>&nbsp;r)</pre>
+<div class="block">adds a new Run to the Paragraph</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>r</code> - </dd></dl>
+</li>
+</ul>
+<a name="getRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getRun</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a>&nbsp;getRun(CTR&nbsp;r)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a>&nbsp;getRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR&nbsp;r)</pre>
 <div class="block">return the XWPFRun-Element which owns the CTR run-Element</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>r</code> - </dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFPicture.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFPicture.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFPicture.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFPicture.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/XWPFPicture.html#XWPFPicture(CTPicture,%20org.apache.poi.xwpf.usermodel.XWPFRun)">XWPFPicture</a></strong>(CTPicture&nbsp;ctPic,
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFPicture.html#XWPFPicture(org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture,%20org.apache.poi.xwpf.usermodel.XWPFRun)">XWPFPicture</a></strong>(org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture&nbsp;ctPic,
            <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a>&nbsp;run)</code>&nbsp;</td>
 </tr>
 </table>
@@ -135,7 +135,7 @@ extends java.lang.Object</pre>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>CTPicture</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFPicture.html#getCTPicture()">getCTPicture</a></strong>()</code>
 <div class="block">Return the underlying CTPicture bean that holds all properties for this picture</div>
 </td>
@@ -178,13 +178,13 @@ extends java.lang.Object</pre>
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XWPFPicture(CTPicture, org.apache.poi.xwpf.usermodel.XWPFRun)">
+<a name="XWPFPicture(org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture, org.apache.poi.xwpf.usermodel.XWPFRun)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XWPFPicture</h4>
-<pre>public&nbsp;XWPFPicture(CTPicture&nbsp;ctPic,
+<pre>public&nbsp;XWPFPicture(org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture&nbsp;ctPic,
            <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a>&nbsp;run)</pre>
 </li>
 </ul>
@@ -213,7 +213,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTPicture</h4>
-<pre>public&nbsp;CTPicture&nbsp;getCTPicture()</pre>
+<pre>public&nbsp;org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture&nbsp;getCTPicture()</pre>
 <div class="block">Return the underlying CTPicture bean that holds all properties for this picture</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the underlying CTPicture bean</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFRun.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFRun.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFRun.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFRun.html Thu Sep 29 22:07:51 2016
@@ -143,14 +143,14 @@ 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/XWPFRun.html#XWPFRun(CTR,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFRun</a></strong>(CTR&nbsp;r,
+<td class="colOne"><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,
        <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="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#XWPFRun(CTR,%20org.apache.poi.xwpf.usermodel.XWPFParagraph)">XWPFRun</a></strong>(CTR&nbsp;r,
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR,%20org.apache.poi.xwpf.usermodel.XWPFParagraph)">XWPFRun</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR&nbsp;r,
        <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>&nbsp;p)</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Use <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#XWPFRun(CTR,%20org.apache.poi.xwpf.usermodel.IRunBody)"><code>XWPFRun(CTR, IRunBody)</code></a></i></div>
+<div class="block"><i>Use <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR,%20org.apache.poi.xwpf.usermodel.IRunBody)"><code>XWPFRun(CTR, IRunBody)</code></a></i></div>
 </div>
 </td>
 </tr>
@@ -225,7 +225,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>CTR</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#getCTR()">getCTR</a></strong>()</code>
 <div class="block">Get the currently used CTR object</div>
 </td>
@@ -557,26 +557,26 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XWPFRun(CTR, org.apache.poi.xwpf.usermodel.IRunBody)">
+<a name="XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR, org.apache.poi.xwpf.usermodel.IRunBody)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>XWPFRun</h4>
-<pre>public&nbsp;XWPFRun(CTR&nbsp;r,
+<pre>public&nbsp;XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR&nbsp;r,
        <a href="../../../../../org/apache/poi/xwpf/usermodel/IRunBody.html" title="interface in org.apache.poi.xwpf.usermodel">IRunBody</a>&nbsp;p)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>r</code> - the CTR bean which holds the run attributes</dd><dd><code>p</code> - the parent paragraph</dd></dl>
 </li>
 </ul>
-<a name="XWPFRun(CTR, org.apache.poi.xwpf.usermodel.XWPFParagraph)">
+<a name="XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR, org.apache.poi.xwpf.usermodel.XWPFParagraph)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XWPFRun</h4>
-<pre>public&nbsp;XWPFRun(CTR&nbsp;r,
+<pre>public&nbsp;XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR&nbsp;r,
        <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>&nbsp;p)</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>Use <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#XWPFRun(CTR,%20org.apache.poi.xwpf.usermodel.IRunBody)"><code>XWPFRun(CTR, IRunBody)</code></a></i></div>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>Use <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR,%20org.apache.poi.xwpf.usermodel.IRunBody)"><code>XWPFRun(CTR, IRunBody)</code></a></i></div>
 </li>
 </ul>
 </li>
@@ -594,7 +594,7 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getCTR</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;CTR&nbsp;getCTR()</pre>
+public&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR&nbsp;getCTR()</pre>
 <div class="block">Get the currently used CTR object</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>ctr object</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDT.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDT.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDT.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDT.html Thu Sep 29 22:07:51 2016
@@ -128,11 +128,11 @@ 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/XWPFSDT.html#XWPFSDT(CTSdtBlock,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFSDT</a></strong>(CTSdtBlock&nbsp;block,
+<td class="colOne"><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,
        <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="colOne"><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,
+<td class="colOne"><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,
        <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>
@@ -197,23 +197,23 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XWPFSDT(CTSdtRun, org.apache.poi.xwpf.usermodel.IBody)">
+<a name="XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtRun, org.apache.poi.xwpf.usermodel.IBody)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>XWPFSDT</h4>
-<pre>public&nbsp;XWPFSDT(CTSdtRun&nbsp;sdtRun,
+<pre>public&nbsp;XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtRun&nbsp;sdtRun,
        <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a>&nbsp;part)</pre>
 </li>
 </ul>
-<a name="XWPFSDT(CTSdtBlock, org.apache.poi.xwpf.usermodel.IBody)">
+<a name="XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock, org.apache.poi.xwpf.usermodel.IBody)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XWPFSDT</h4>
-<pre>public&nbsp;XWPFSDT(CTSdtBlock&nbsp;block,
+<pre>public&nbsp;XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock&nbsp;block,
        <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/XWPFSDTCell.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDTCell.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDTCell.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDTCell.html Thu Sep 29 22:07:51 2016
@@ -131,7 +131,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/XWPFSDTCell.html#XWPFSDTCell(CTSdtCell,%20org.apache.poi.xwpf.usermodel.XWPFTableRow,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFSDTCell</a></strong>(CTSdtCell&nbsp;sdtCell,
+<td class="colOne"><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,
            <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>
@@ -183,13 +183,13 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XWPFSDTCell(CTSdtCell, org.apache.poi.xwpf.usermodel.XWPFTableRow, org.apache.poi.xwpf.usermodel.IBody)">
+<a name="XWPFSDTCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtCell, org.apache.poi.xwpf.usermodel.XWPFTableRow, org.apache.poi.xwpf.usermodel.IBody)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XWPFSDTCell</h4>
-<pre>public&nbsp;XWPFSDTCell(CTSdtCell&nbsp;sdtCell,
+<pre>public&nbsp;XWPFSDTCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.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)</pre>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDTContent.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDTContent.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDTContent.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDTContent.html Thu Sep 29 22:07:51 2016
@@ -125,12 +125,12 @@ 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/XWPFSDTContent.html#XWPFSDTContent(CTSdtContentBlock,%20org.apache.poi.xwpf.usermodel.IBody,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFSDTContent</a></strong>(CTSdtContentBlock&nbsp;block,
+<td class="colOne"><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,
               <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="colOne"><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,
+<td class="colOne"><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,
               <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>
@@ -179,24 +179,24 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XWPFSDTContent(CTSdtContentRun, org.apache.poi.xwpf.usermodel.IBody, org.apache.poi.xwpf.usermodel.IRunBody)">
+<a name="XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentRun, org.apache.poi.xwpf.usermodel.IBody, org.apache.poi.xwpf.usermodel.IRunBody)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>XWPFSDTContent</h4>
-<pre>public&nbsp;XWPFSDTContent(CTSdtContentRun&nbsp;sdtRun,
+<pre>public&nbsp;XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.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)</pre>
 </li>
 </ul>
-<a name="XWPFSDTContent(CTSdtContentBlock, org.apache.poi.xwpf.usermodel.IBody, org.apache.poi.xwpf.usermodel.IRunBody)">
+<a name="XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentBlock, org.apache.poi.xwpf.usermodel.IBody, org.apache.poi.xwpf.usermodel.IRunBody)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XWPFSDTContent</h4>
-<pre>public&nbsp;XWPFSDTContent(CTSdtContentBlock&nbsp;block,
+<pre>public&nbsp;XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.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)</pre>
 </li>

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

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSettings.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSettings.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSettings.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSettings.html Thu Sep 29 22:07:51 2016
@@ -190,7 +190,7 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSettings.html#isEnforcedWith(STDocProtect.Enum)">isEnforcedWith</a></strong>(STDocProtect.Enum&nbsp;editValue)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSettings.html#isEnforcedWith(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocProtect.Enum)">isEnforcedWith</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocProtect.Enum&nbsp;editValue)</code>
 <div class="block">Verifies the documentProtection tag inside settings.xml file <br/>
  if the protection is enforced (w:enforcement="1") <br/>
  and if the kind of protection equals to passed (STDocProtect.Enum editValue) <br/>
@@ -414,13 +414,13 @@ public&nbsp;XWPFSettings(<a href="../../
 <dl><dt><span class="strong">Returns:</span></dt><dd>true if documentProtection is enforced with option any</dd></dl>
 </li>
 </ul>
-<a name="isEnforcedWith(STDocProtect.Enum)">
+<a name="isEnforcedWith(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocProtect.Enum)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>isEnforcedWith</h4>
-<pre>public&nbsp;boolean&nbsp;isEnforcedWith(STDocProtect.Enum&nbsp;editValue)</pre>
+<pre>public&nbsp;boolean&nbsp;isEnforcedWith(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocProtect.Enum&nbsp;editValue)</pre>
 <div class="block">Verifies the documentProtection tag inside settings.xml file <br/>
  if the protection is enforced (w:enforcement="1") <br/>
  and if the kind of protection equals to passed (STDocProtect.Enum editValue) <br/>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFStyle.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFStyle.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFStyle.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFStyle.html Thu Sep 29 22:07:51 2016
@@ -135,12 +135,12 @@ 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/XWPFStyle.html#XWPFStyle(CTStyle)">XWPFStyle</a></strong>(CTStyle&nbsp;style)</code>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyle.html#XWPFStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle)">XWPFStyle</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle&nbsp;style)</code>
 <div class="block">constructor</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyle.html#XWPFStyle(CTStyle,%20org.apache.poi.xwpf.usermodel.XWPFStyles)">XWPFStyle</a></strong>(CTStyle&nbsp;style,
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyle.html#XWPFStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle,%20org.apache.poi.xwpf.usermodel.XWPFStyles)">XWPFStyle</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle&nbsp;style,
          <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyles.html" title="class in org.apache.poi.xwpf.usermodel">XWPFStyles</a>&nbsp;styles)</code>
 <div class="block">constructor</div>
 </td>
@@ -165,7 +165,7 @@ extends java.lang.Object</pre>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyle.html#getBasisStyleID()">getBasisStyleID</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>CTStyle</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyle.html#getCTStyle()">getCTStyle</a></strong>()</code>
 <div class="block">get ctStyle</div>
 </td>
@@ -199,7 +199,7 @@ extends java.lang.Object</pre>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>STStyleType.Enum</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.wordprocessingml.x2006.main.STStyleType.Enum</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyle.html#getType()">getType</a></strong>()</code>
 <div class="block">get Type of the Style</div>
 </td>
@@ -212,7 +212,7 @@ 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/xwpf/usermodel/XWPFStyle.html#setStyle(CTStyle)">setStyle</a></strong>(CTStyle&nbsp;style)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyle.html#setStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle)">setStyle</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle&nbsp;style)</code>
 <div class="block">set style</div>
 </td>
 </tr>
@@ -224,7 +224,7 @@ 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/xwpf/usermodel/XWPFStyle.html#setType(STStyleType.Enum)">setType</a></strong>(STStyleType.Enum&nbsp;type)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyle.html#setType(org.openxmlformats.schemas.wordprocessingml.x2006.main.STStyleType.Enum)">setType</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STStyleType.Enum&nbsp;type)</code>
 <div class="block">set styleType</div>
 </td>
 </tr>
@@ -267,24 +267,24 @@ extends java.lang.Object</pre>
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XWPFStyle(CTStyle)">
+<a name="XWPFStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>XWPFStyle</h4>
-<pre>public&nbsp;XWPFStyle(CTStyle&nbsp;style)</pre>
+<pre>public&nbsp;XWPFStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle&nbsp;style)</pre>
 <div class="block">constructor</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>style</code> - </dd></dl>
 </li>
 </ul>
-<a name="XWPFStyle(CTStyle, org.apache.poi.xwpf.usermodel.XWPFStyles)">
+<a name="XWPFStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle, org.apache.poi.xwpf.usermodel.XWPFStyles)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XWPFStyle</h4>
-<pre>public&nbsp;XWPFStyle(CTStyle&nbsp;style,
+<pre>public&nbsp;XWPFStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle&nbsp;style,
          <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyles.html" title="class in org.apache.poi.xwpf.usermodel">XWPFStyles</a>&nbsp;styles)</pre>
 <div class="block">constructor</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>style</code> - </dd><dd><code>styles</code> - </dd></dl>
@@ -326,29 +326,29 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getType</h4>
-<pre>public&nbsp;STStyleType.Enum&nbsp;getType()</pre>
+<pre>public&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.STStyleType.Enum&nbsp;getType()</pre>
 <div class="block">get Type of the Style</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>ctType</dd></dl>
 </li>
 </ul>
-<a name="setType(STStyleType.Enum)">
+<a name="setType(org.openxmlformats.schemas.wordprocessingml.x2006.main.STStyleType.Enum)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setType</h4>
-<pre>public&nbsp;void&nbsp;setType(STStyleType.Enum&nbsp;type)</pre>
+<pre>public&nbsp;void&nbsp;setType(org.openxmlformats.schemas.wordprocessingml.x2006.main.STStyleType.Enum&nbsp;type)</pre>
 <div class="block">set styleType</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - </dd></dl>
 </li>
 </ul>
-<a name="setStyle(CTStyle)">
+<a name="setStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setStyle</h4>
-<pre>public&nbsp;void&nbsp;setStyle(CTStyle&nbsp;style)</pre>
+<pre>public&nbsp;void&nbsp;setStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle&nbsp;style)</pre>
 <div class="block">set style</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>style</code> - </dd></dl>
 </li>
@@ -359,7 +359,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTStyle</h4>
-<pre>public&nbsp;CTStyle&nbsp;getCTStyle()</pre>
+<pre>public&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle&nbsp;getCTStyle()</pre>
 <div class="block">get ctStyle</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>ctStyle</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFStyles.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFStyles.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFStyles.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFStyles.html Thu Sep 29 22:07:51 2016
@@ -187,7 +187,7 @@ extends <a href="../../../../../org/apac
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyles.html#ensureDocDefaults()">ensureDocDefaults</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected CTLanguage</code></td>
+<td class="colFirst"><code>protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLanguage</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyles.html#getCTLanguage()">getCTLanguage</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -240,7 +240,7 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyles.html#setDefaultFonts(CTFonts)">setDefaultFonts</a></strong>(CTFonts&nbsp;fonts)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyles.html#setDefaultFonts(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts)">setDefaultFonts</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts&nbsp;fonts)</code>
 <div class="block">Sets the default font on ctStyles DocDefaults parameter
  TODO Replace this with specific setters for each type, possibly
  on XWPFDefaultRunStyle</div>
@@ -260,7 +260,7 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyles.html#setStyles(CTStyles)">setStyles</a></strong>(CTStyles&nbsp;styles)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyles.html#setStyles(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles)">setStyles</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles&nbsp;styles)</code>
 <div class="block">Sets the ctStyles</div>
 </td>
 </tr>
@@ -407,13 +407,13 @@ public&nbsp;XWPFStyles(<a href="../../..
 <pre>protected&nbsp;void&nbsp;ensureDocDefaults()</pre>
 </li>
 </ul>
-<a name="setStyles(CTStyles)">
+<a name="setStyles(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setStyles</h4>
-<pre>public&nbsp;void&nbsp;setStyles(CTStyles&nbsp;styles)</pre>
+<pre>public&nbsp;void&nbsp;setStyles(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles&nbsp;styles)</pre>
 <div class="block">Sets the ctStyles</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>styles</code> - </dd></dl>
 </li>
@@ -483,7 +483,7 @@ public&nbsp;XWPFStyles(<a href="../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>getCTLanguage</h4>
-<pre>protected&nbsp;CTLanguage&nbsp;getCTLanguage()</pre>
+<pre>protected&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLanguage&nbsp;getCTLanguage()</pre>
 </li>
 </ul>
 <a name="setSpellingLanguage(java.lang.String)">
@@ -508,13 +508,13 @@ public&nbsp;XWPFStyles(<a href="../../..
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>strEastAsia</code> - </dd></dl>
 </li>
 </ul>
-<a name="setDefaultFonts(CTFonts)">
+<a name="setDefaultFonts(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setDefaultFonts</h4>
-<pre>public&nbsp;void&nbsp;setDefaultFonts(CTFonts&nbsp;fonts)</pre>
+<pre>public&nbsp;void&nbsp;setDefaultFonts(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts&nbsp;fonts)</pre>
 <div class="block">Sets the default font on ctStyles DocDefaults parameter
  TODO Replace this with specific setters for each type, possibly
  on XWPFDefaultRunStyle</div>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTable.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTable.html?rev=1762842&r1=1762841&r2=1762842&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTable.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTable.html Thu Sep 29 22:07:51 2016
@@ -168,11 +168,11 @@ 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/XWPFTable.html#XWPFTable(CTTbl,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFTable</a></strong>(CTTbl&nbsp;table,
+<td class="colOne"><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,
          <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="colOne"><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,
+<td class="colOne"><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,
          <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>
@@ -248,7 +248,7 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html#getColBandSize()">getColBandSize</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>CTTbl</code></td>
+<td class="colFirst"><code>org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html#getCTTbl()">getCTTbl</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -307,7 +307,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableRow.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTableRow</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html#getRow(CTRow)">getRow</a></strong>(CTRow&nbsp;row)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html#getRow(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow)">getRow</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow&nbsp;row)</code>
 <div class="block">returns the XWPFRow which belongs to the CTRow row
  if this row is not existing in the table null will be returned</div>
 </td>
@@ -448,25 +448,25 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="XWPFTable(CTTbl, org.apache.poi.xwpf.usermodel.IBody, int, int)">
+<a name="XWPFTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl, org.apache.poi.xwpf.usermodel.IBody, int, int)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>XWPFTable</h4>
-<pre>public&nbsp;XWPFTable(CTTbl&nbsp;table,
+<pre>public&nbsp;XWPFTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.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)</pre>
 </li>
 </ul>
-<a name="XWPFTable(CTTbl, org.apache.poi.xwpf.usermodel.IBody)">
+<a name="XWPFTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl, org.apache.poi.xwpf.usermodel.IBody)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XWPFTable</h4>
-<pre>public&nbsp;XWPFTable(CTTbl&nbsp;table,
+<pre>public&nbsp;XWPFTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl&nbsp;table,
          <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a>&nbsp;part)</pre>
 </li>
 </ul>
@@ -485,7 +485,7 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getCTTbl</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;CTTbl&nbsp;getCTTbl()</pre>
+public&nbsp;org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl&nbsp;getCTTbl()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>ctTbl object</dd></dl>
 </li>
 </ul>
@@ -894,13 +894,13 @@ public&nbsp;CTTbl&nbsp;getCTTbl()</pre>
 <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="getRow(CTRow)">
+<a name="getRow(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getRow</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableRow.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTableRow</a>&nbsp;getRow(CTRow&nbsp;row)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableRow.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTableRow</a>&nbsp;getRow(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow&nbsp;row)</pre>
 <div class="block">returns the XWPFRow which belongs to the CTRow row
  if this row is not existing in the table null will be returned</div>
 </li>



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