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 2017/07/24 09:18:26 UTC

svn commit: r1802770 [17/18] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/common/usermodel/ apidocs/org/apache/poi/common/usermodel/fonts/ apidocs/org/apache/poi/common/usermodel/fonts/class-use/ apidocs/org/apache/poi/ddf/ apidocs/org/ap...

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFDocument.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFDocument.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFDocument.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFDocument.html Mon Jul 24 09:18:21 2017
@@ -116,7 +116,7 @@
 extends <a href="../../../../../org/apache/poi/POIXMLDocument.html" title="class in org.apache.poi">POIXMLDocument</a>
 implements <a href="../../../../../org/apache/poi/xwpf/usermodel/Document.html" title="interface in org.apache.poi.xwpf.usermodel">Document</a>, <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a></pre>
 <div class="block"><p>High(ish) level class for working with .docx files.</p>
- <p/>
+ <p>
  <p>This class tries to hide some of the complexity
  of the underlying file format, but as it's not a
  mature and stable API yet, certain parts of the
@@ -350,11 +350,11 @@ implements <a href="../../../../../org/a
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#enforceCommentsProtection()">enforceCommentsProtection</a></strong>()</code>
-<div class="block">Enforce the Comments protection.<br/>
- In the documentProtection tag inside settings.xml file,<br/>
- it sets the value of enforcement to "1" (w:enforcement="1") <br/>
- and the value of edit to comments (w:edit="comments")<br/>
- <br/>
+<div class="block">Enforce the Comments protection.<br>
+ In the documentProtection tag inside settings.xml file,<br>
+ it sets the value of enforcement to "1" (w:enforcement="1") <br>
+ and the value of edit to comments (w:edit="comments")<br>
+ <br>
  sample snippet from settings.xml</div>
 </td>
 </tr>
@@ -362,19 +362,19 @@ implements <a href="../../../../../org/a
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#enforceCommentsProtection(java.lang.String,%20org.apache.poi.poifs.crypt.HashAlgorithm)">enforceCommentsProtection</a></strong>(java.lang.String&nbsp;password,
                          <a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a>&nbsp;hashAlgo)</code>
-<div class="block">Enforce the Comments protection.<br/>
- <br/>
+<div class="block">Enforce the Comments protection.<br>
+ <br>
  sample snippet from settings.xml</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/XWPFDocument.html#enforceFillingFormsProtection()">enforceFillingFormsProtection</a></strong>()</code>
-<div class="block">Enforce the Filling Forms protection.<br/>
- In the documentProtection tag inside settings.xml file, <br/>
- it sets the value of enforcement to "1" (w:enforcement="1") <br/>
- and the value of edit to forms (w:edit="forms")<br/>
- <br/>
+<div class="block">Enforce the Filling Forms protection.<br>
+ In the documentProtection tag inside settings.xml file, <br>
+ it sets the value of enforcement to "1" (w:enforcement="1") <br>
+ and the value of edit to forms (w:edit="forms")<br>
+ <br>
  sample snippet from settings.xml</div>
 </td>
 </tr>
@@ -382,19 +382,19 @@ implements <a href="../../../../../org/a
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#enforceFillingFormsProtection(java.lang.String,%20org.apache.poi.poifs.crypt.HashAlgorithm)">enforceFillingFormsProtection</a></strong>(java.lang.String&nbsp;password,
                              <a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a>&nbsp;hashAlgo)</code>
-<div class="block">Enforce the Filling Forms protection.<br/>
- <br/>
+<div class="block">Enforce the Filling Forms protection.<br>
+ <br>
  sample snippet from settings.xml</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/XWPFDocument.html#enforceReadonlyProtection()">enforceReadonlyProtection</a></strong>()</code>
-<div class="block">Enforces the readOnly protection.<br/>
- In the documentProtection tag inside settings.xml file, <br/>
- it sets the value of enforcement to "1" (w:enforcement="1") <br/>
- and the value of edit to readOnly (w:edit="readOnly")<br/>
- <br/>
+<div class="block">Enforces the readOnly protection.<br>
+ In the documentProtection tag inside settings.xml file, <br>
+ it sets the value of enforcement to "1" (w:enforcement="1") <br>
+ and the value of edit to readOnly (w:edit="readOnly")<br>
+ <br>
  sample snippet from settings.xml</div>
 </td>
 </tr>
@@ -402,19 +402,19 @@ implements <a href="../../../../../org/a
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#enforceReadonlyProtection(java.lang.String,%20org.apache.poi.poifs.crypt.HashAlgorithm)">enforceReadonlyProtection</a></strong>(java.lang.String&nbsp;password,
                          <a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a>&nbsp;hashAlgo)</code>
-<div class="block">Enforces the readOnly protection with a password.<br/>
- <br/>
+<div class="block">Enforces the readOnly protection with a password.<br>
+ <br>
  sample snippet from settings.xml</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/XWPFDocument.html#enforceTrackedChangesProtection()">enforceTrackedChangesProtection</a></strong>()</code>
-<div class="block">Enforce the Tracked Changes protection.<br/>
- In the documentProtection tag inside settings.xml file, <br/>
- it sets the value of enforcement to "1" (w:enforcement="1") <br/>
- and the value of edit to trackedChanges (w:edit="trackedChanges")<br/>
- <br/>
+<div class="block">Enforce the Tracked Changes protection.<br>
+ In the documentProtection tag inside settings.xml file, <br>
+ it sets the value of enforcement to "1" (w:enforcement="1") <br>
+ and the value of edit to trackedChanges (w:edit="trackedChanges")<br>
+ <br>
  sample snippet from settings.xml</div>
 </td>
 </tr>
@@ -422,8 +422,8 @@ implements <a href="../../../../../org/a
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#enforceTrackedChangesProtection(java.lang.String,%20org.apache.poi.poifs.crypt.HashAlgorithm)">enforceTrackedChangesProtection</a></strong>(java.lang.String&nbsp;password,
                                <a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a>&nbsp;hashAlgo)</code>
-<div class="block">Enforce the Tracked Changes protection.<br/>
- <br/>
+<div class="block">Enforce the Tracked Changes protection.<br>
+ <br>
  sample snippet from settings.xml</div>
 </td>
 </tr>
@@ -690,49 +690,49 @@ implements <a href="../../../../../org/a
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#isEnforcedCommentsProtection()">isEnforcedCommentsProtection</a></strong>()</code>
-<div class="block">Verifies that the documentProtection tag in settings.xml file <br/>
- specifies that the protection is enforced (w:enforcement="1") <br/>
- and that the kind of protection is comments (w:edit="comments")<br/>
- <br/>
+<div class="block">Verifies that the documentProtection tag in settings.xml file <br>
+ specifies that the protection is enforced (w:enforcement="1") <br>
+ and that the kind of protection is comments (w:edit="comments")<br>
+ <br>
  sample snippet from settings.xml</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#isEnforcedFillingFormsProtection()">isEnforcedFillingFormsProtection</a></strong>()</code>
-<div class="block">Verifies that the documentProtection tag in settings.xml file <br/>
- specifies that the protection is enforced (w:enforcement="1") <br/>
- and that the kind of protection is forms (w:edit="forms")<br/>
- <br/>
+<div class="block">Verifies that the documentProtection tag in settings.xml file <br>
+ specifies that the protection is enforced (w:enforcement="1") <br>
+ and that the kind of protection is forms (w:edit="forms")<br>
+ <br>
  sample snippet from settings.xml</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#isEnforcedProtection()">isEnforcedProtection</a></strong>()</code>
-<div class="block">Verifies that the documentProtection tag in settings.xml file <br/>
- specifies that the protection is enforced (w:enforcement="1") <br/>
- <br/>
+<div class="block">Verifies that the documentProtection tag in settings.xml file <br>
+ specifies that the protection is enforced (w:enforcement="1") <br>
+ <br>
  sample snippet from settings.xml</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#isEnforcedReadonlyProtection()">isEnforcedReadonlyProtection</a></strong>()</code>
-<div class="block">Verifies that the documentProtection tag in settings.xml file <br/>
- specifies that the protection is enforced (w:enforcement="1") <br/>
- and that the kind of protection is readOnly (w:edit="readOnly")<br/>
- <br/>
+<div class="block">Verifies that the documentProtection tag in settings.xml file <br>
+ specifies that the protection is enforced (w:enforcement="1") <br>
+ and that the kind of protection is readOnly (w:edit="readOnly")<br>
+ <br>
  sample snippet from settings.xml</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#isEnforcedTrackedChangesProtection()">isEnforcedTrackedChangesProtection</a></strong>()</code>
-<div class="block">Verifies that the documentProtection tag in settings.xml file <br/>
- specifies that the protection is enforced (w:enforcement="1") <br/>
- and that the kind of protection is trackedChanges (w:edit="trackedChanges")<br/>
- <br/>
+<div class="block">Verifies that the documentProtection tag in settings.xml file <br>
+ specifies that the protection is enforced (w:enforcement="1") <br>
+ and that the kind of protection is trackedChanges (w:edit="trackedChanges")<br>
+ <br>
  sample snippet from settings.xml</div>
 </td>
 </tr>
@@ -773,9 +773,9 @@ implements <a href="../../../../../org/a
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html#removeProtectionEnforcement()">removeProtectionEnforcement</a></strong>()</code>
-<div class="block">Remove protection enforcement.<br/>
- In the documentProtection tag inside settings.xml file <br/>
- it sets the value of enforcement to "0" (w:enforcement="0") <br/></div>
+<div class="block">Remove protection enforcement.<br>
+ In the documentProtection tag inside settings.xml file <br>
+ it sets the value of enforcement to "0" (w:enforcement="0") <br></div>
 </td>
 </tr>
 <tr class="altColor">
@@ -1597,9 +1597,9 @@ public&nbsp;org.openxmlformats.schemas.w
 <li class="blockList">
 <h4>isEnforcedProtection</h4>
 <pre>public&nbsp;boolean&nbsp;isEnforcedProtection()</pre>
-<div class="block">Verifies that the documentProtection tag in settings.xml file <br/>
- specifies that the protection is enforced (w:enforcement="1") <br/>
- <br/>
+<div class="block">Verifies that the documentProtection tag in settings.xml file <br>
+ specifies that the protection is enforced (w:enforcement="1") <br>
+ <br>
  sample snippet from settings.xml
  <pre>
      &lt;w:settings  ... &gt;
@@ -1615,10 +1615,10 @@ public&nbsp;org.openxmlformats.schemas.w
 <li class="blockList">
 <h4>isEnforcedReadonlyProtection</h4>
 <pre>public&nbsp;boolean&nbsp;isEnforcedReadonlyProtection()</pre>
-<div class="block">Verifies that the documentProtection tag in settings.xml file <br/>
- specifies that the protection is enforced (w:enforcement="1") <br/>
- and that the kind of protection is readOnly (w:edit="readOnly")<br/>
- <br/>
+<div class="block">Verifies that the documentProtection tag in settings.xml file <br>
+ specifies that the protection is enforced (w:enforcement="1") <br>
+ and that the kind of protection is readOnly (w:edit="readOnly")<br>
+ <br>
  sample snippet from settings.xml
  <pre>
      &lt;w:settings  ... &gt;
@@ -1634,10 +1634,10 @@ public&nbsp;org.openxmlformats.schemas.w
 <li class="blockList">
 <h4>isEnforcedFillingFormsProtection</h4>
 <pre>public&nbsp;boolean&nbsp;isEnforcedFillingFormsProtection()</pre>
-<div class="block">Verifies that the documentProtection tag in settings.xml file <br/>
- specifies that the protection is enforced (w:enforcement="1") <br/>
- and that the kind of protection is forms (w:edit="forms")<br/>
- <br/>
+<div class="block">Verifies that the documentProtection tag in settings.xml file <br>
+ specifies that the protection is enforced (w:enforcement="1") <br>
+ and that the kind of protection is forms (w:edit="forms")<br>
+ <br>
  sample snippet from settings.xml
  <pre>
      &lt;w:settings  ... &gt;
@@ -1653,10 +1653,10 @@ public&nbsp;org.openxmlformats.schemas.w
 <li class="blockList">
 <h4>isEnforcedCommentsProtection</h4>
 <pre>public&nbsp;boolean&nbsp;isEnforcedCommentsProtection()</pre>
-<div class="block">Verifies that the documentProtection tag in settings.xml file <br/>
- specifies that the protection is enforced (w:enforcement="1") <br/>
- and that the kind of protection is comments (w:edit="comments")<br/>
- <br/>
+<div class="block">Verifies that the documentProtection tag in settings.xml file <br>
+ specifies that the protection is enforced (w:enforcement="1") <br>
+ and that the kind of protection is comments (w:edit="comments")<br>
+ <br>
  sample snippet from settings.xml
  <pre>
      &lt;w:settings  ... &gt;
@@ -1672,10 +1672,10 @@ public&nbsp;org.openxmlformats.schemas.w
 <li class="blockList">
 <h4>isEnforcedTrackedChangesProtection</h4>
 <pre>public&nbsp;boolean&nbsp;isEnforcedTrackedChangesProtection()</pre>
-<div class="block">Verifies that the documentProtection tag in settings.xml file <br/>
- specifies that the protection is enforced (w:enforcement="1") <br/>
- and that the kind of protection is trackedChanges (w:edit="trackedChanges")<br/>
- <br/>
+<div class="block">Verifies that the documentProtection tag in settings.xml file <br>
+ specifies that the protection is enforced (w:enforcement="1") <br>
+ and that the kind of protection is trackedChanges (w:edit="trackedChanges")<br>
+ <br>
  sample snippet from settings.xml
  <pre>
      &lt;w:settings  ... &gt;
@@ -1700,11 +1700,11 @@ public&nbsp;org.openxmlformats.schemas.w
 <li class="blockList">
 <h4>enforceReadonlyProtection</h4>
 <pre>public&nbsp;void&nbsp;enforceReadonlyProtection()</pre>
-<div class="block">Enforces the readOnly protection.<br/>
- In the documentProtection tag inside settings.xml file, <br/>
- it sets the value of enforcement to "1" (w:enforcement="1") <br/>
- and the value of edit to readOnly (w:edit="readOnly")<br/>
- <br/>
+<div class="block">Enforces the readOnly protection.<br>
+ In the documentProtection tag inside settings.xml file, <br>
+ it sets the value of enforcement to "1" (w:enforcement="1") <br>
+ and the value of edit to readOnly (w:edit="readOnly")<br>
+ <br>
  sample snippet from settings.xml
  <pre>
      &lt;w:settings  ... &gt;
@@ -1720,8 +1720,8 @@ public&nbsp;org.openxmlformats.schemas.w
 <h4>enforceReadonlyProtection</h4>
 <pre>public&nbsp;void&nbsp;enforceReadonlyProtection(java.lang.String&nbsp;password,
                              <a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a>&nbsp;hashAlgo)</pre>
-<div class="block">Enforces the readOnly protection with a password.<br/>
- <br/>
+<div class="block">Enforces the readOnly protection with a password.<br>
+ <br>
  sample snippet from settings.xml
  <pre>
    &lt;w:documentProtection w:edit=&quot;readOnly&quot; w:enforcement=&quot;1&quot;
@@ -1741,11 +1741,11 @@ public&nbsp;org.openxmlformats.schemas.w
 <li class="blockList">
 <h4>enforceFillingFormsProtection</h4>
 <pre>public&nbsp;void&nbsp;enforceFillingFormsProtection()</pre>
-<div class="block">Enforce the Filling Forms protection.<br/>
- In the documentProtection tag inside settings.xml file, <br/>
- it sets the value of enforcement to "1" (w:enforcement="1") <br/>
- and the value of edit to forms (w:edit="forms")<br/>
- <br/>
+<div class="block">Enforce the Filling Forms protection.<br>
+ In the documentProtection tag inside settings.xml file, <br>
+ it sets the value of enforcement to "1" (w:enforcement="1") <br>
+ and the value of edit to forms (w:edit="forms")<br>
+ <br>
  sample snippet from settings.xml
  <pre>
      &lt;w:settings  ... &gt;
@@ -1761,8 +1761,8 @@ public&nbsp;org.openxmlformats.schemas.w
 <h4>enforceFillingFormsProtection</h4>
 <pre>public&nbsp;void&nbsp;enforceFillingFormsProtection(java.lang.String&nbsp;password,
                                  <a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a>&nbsp;hashAlgo)</pre>
-<div class="block">Enforce the Filling Forms protection.<br/>
- <br/>
+<div class="block">Enforce the Filling Forms protection.<br>
+ <br>
  sample snippet from settings.xml
  <pre>
    &lt;w:documentProtection w:edit=&quot;forms&quot; w:enforcement=&quot;1&quot;
@@ -1782,11 +1782,11 @@ public&nbsp;org.openxmlformats.schemas.w
 <li class="blockList">
 <h4>enforceCommentsProtection</h4>
 <pre>public&nbsp;void&nbsp;enforceCommentsProtection()</pre>
-<div class="block">Enforce the Comments protection.<br/>
- In the documentProtection tag inside settings.xml file,<br/>
- it sets the value of enforcement to "1" (w:enforcement="1") <br/>
- and the value of edit to comments (w:edit="comments")<br/>
- <br/>
+<div class="block">Enforce the Comments protection.<br>
+ In the documentProtection tag inside settings.xml file,<br>
+ it sets the value of enforcement to "1" (w:enforcement="1") <br>
+ and the value of edit to comments (w:edit="comments")<br>
+ <br>
  sample snippet from settings.xml
  <pre>
      &lt;w:settings  ... &gt;
@@ -1802,8 +1802,8 @@ public&nbsp;org.openxmlformats.schemas.w
 <h4>enforceCommentsProtection</h4>
 <pre>public&nbsp;void&nbsp;enforceCommentsProtection(java.lang.String&nbsp;password,
                              <a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a>&nbsp;hashAlgo)</pre>
-<div class="block">Enforce the Comments protection.<br/>
- <br/>
+<div class="block">Enforce the Comments protection.<br>
+ <br>
  sample snippet from settings.xml
  <pre>
    &lt;w:documentProtection w:edit=&quot;comments&quot; w:enforcement=&quot;1&quot;
@@ -1823,11 +1823,11 @@ public&nbsp;org.openxmlformats.schemas.w
 <li class="blockList">
 <h4>enforceTrackedChangesProtection</h4>
 <pre>public&nbsp;void&nbsp;enforceTrackedChangesProtection()</pre>
-<div class="block">Enforce the Tracked Changes protection.<br/>
- In the documentProtection tag inside settings.xml file, <br/>
- it sets the value of enforcement to "1" (w:enforcement="1") <br/>
- and the value of edit to trackedChanges (w:edit="trackedChanges")<br/>
- <br/>
+<div class="block">Enforce the Tracked Changes protection.<br>
+ In the documentProtection tag inside settings.xml file, <br>
+ it sets the value of enforcement to "1" (w:enforcement="1") <br>
+ and the value of edit to trackedChanges (w:edit="trackedChanges")<br>
+ <br>
  sample snippet from settings.xml
  <pre>
      &lt;w:settings  ... &gt;
@@ -1843,8 +1843,8 @@ public&nbsp;org.openxmlformats.schemas.w
 <h4>enforceTrackedChangesProtection</h4>
 <pre>public&nbsp;void&nbsp;enforceTrackedChangesProtection(java.lang.String&nbsp;password,
                                    <a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a>&nbsp;hashAlgo)</pre>
-<div class="block">Enforce the Tracked Changes protection.<br/>
- <br/>
+<div class="block">Enforce the Tracked Changes protection.<br>
+ <br>
  sample snippet from settings.xml
  <pre>
    &lt;w:documentProtection w:edit=&quot;trackedChanges&quot; w:enforcement=&quot;1&quot;
@@ -1876,9 +1876,9 @@ public&nbsp;org.openxmlformats.schemas.w
 <li class="blockList">
 <h4>removeProtectionEnforcement</h4>
 <pre>public&nbsp;void&nbsp;removeProtectionEnforcement()</pre>
-<div class="block">Remove protection enforcement.<br/>
- In the documentProtection tag inside settings.xml file <br/>
- it sets the value of enforcement to "0" (w:enforcement="0") <br/></div>
+<div class="block">Remove protection enforcement.<br>
+ In the documentProtection tag inside settings.xml file <br>
+ it sets the value of enforcement to "0" (w:enforcement="0") <br></div>
 </li>
 </ul>
 <a name="enforceUpdateFields()">
@@ -1889,9 +1889,9 @@ public&nbsp;org.openxmlformats.schemas.w
 <h4>enforceUpdateFields</h4>
 <pre>public&nbsp;void&nbsp;enforceUpdateFields()</pre>
 <div class="block">Enforces fields update on document open (in Word).
- In the settings.xml file <br/>
+ In the settings.xml file <br>
  sets the updateSettings value to true (w:updateSettings w:val="true")
- <p/>
+ <p>
  NOTICES:
  <ul>
  <li>Causing Word to ask on open: "This document contains fields that may refer to other files. Do you want to update the fields in this document?"

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=1802770&r1=1802769&r2=1802770&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 Mon Jul 24 09:18:21 2017
@@ -106,7 +106,7 @@
 extends java.lang.Object
 implements <a href="../../../../../org/apache/poi/xwpf/usermodel/IBodyElement.html" title="interface in org.apache.poi.xwpf.usermodel">IBodyElement</a>, <a href="../../../../../org/apache/poi/xwpf/usermodel/IRunBody.html" title="interface in org.apache.poi.xwpf.usermodel">IRunBody</a>, <a href="../../../../../org/apache/poi/xwpf/usermodel/ISDTContents.html" title="interface in org.apache.poi.xwpf.usermodel">ISDTContents</a>, <a href="../../../../../org/apache/poi/wp/usermodel/Paragraph.html" title="interface in org.apache.poi.wp.usermodel">Paragraph</a></pre>
 <div class="block"><p>A Paragraph within a Document, Table, Header etc.</p>
- <p/>
+ <p>
  <p>A paragraph has a lot of styling information, but the
  actual text (possibly along with more styling) is held on
  the child <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFRun</code></a>s.</p></div>
@@ -293,9 +293,7 @@ implements <a href="../../../../../org/a
 <div class="block">Specifies the indentation which shall be placed between the left text
  margin for this paragraph and the left edge of that paragraph's content
  in a left to right paragraph, and the right text margin and the right
- edge of that paragraph's text in a right to left paragraph
- <p/>
- If this attribute is omitted, its value shall be assumed to be zero.</div>
+ edge of that paragraph's text in a right to left paragraph</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -304,9 +302,7 @@ implements <a href="../../../../../org/a
 <div class="block">Specifies the indentation which shall be placed between the right text
  margin for this paragraph and the right edge of that paragraph's content
  in a left to right paragraph, and the right text margin and the right
- edge of that paragraph's text in a right to left paragraph
- <p/>
- If this attribute is omitted, its value shall be assumed to be zero.</div>
+ edge of that paragraph's text in a right to left paragraph</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -577,9 +573,7 @@ implements <a href="../../../../../org/a
 <div class="block">Specifies the indentation which shall be placed between the left text
  margin for this paragraph and the left edge of that paragraph's content
  in a left to right paragraph, and the right text margin and the right
- edge of that paragraph's text in a right to left paragraph
- <p/>
- If this attribute is omitted, its value shall be assumed to be zero.</div>
+ edge of that paragraph's text in a right to left paragraph</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -588,9 +582,7 @@ implements <a href="../../../../../org/a
 <div class="block">Specifies the indentation which shall be placed between the right text
  margin for this paragraph and the right edge of that paragraph's content
  in a left to right paragraph, and the right text margin and the right
- edge of that paragraph's text in a right to left paragraph
- <p/>
- If this attribute is omitted, its value shall be assumed to be zero.</div>
+ edge of that paragraph's text in a right to left paragraph</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -963,8 +955,8 @@ public&nbsp;org.openxmlformats.schemas.w
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/ParagraphAlignment.html" title="enum in org.apache.poi.xwpf.usermodel">ParagraphAlignment</a>&nbsp;getAlignment()</pre>
 <div class="block">Returns the paragraph alignment which shall be applied to text in this
  paragraph.
- <p/>
- <p/>
+ <p>
+ <p>
  If this element is not set on a given paragraph, its value is determined
  by the setting previously set at any level of the style hierarchy (i.e.
  that previous setting remains unchanged). If this setting is never
@@ -983,8 +975,8 @@ public&nbsp;org.openxmlformats.schemas.w
 <pre>public&nbsp;void&nbsp;setAlignment(<a href="../../../../../org/apache/poi/xwpf/usermodel/ParagraphAlignment.html" title="enum in org.apache.poi.xwpf.usermodel">ParagraphAlignment</a>&nbsp;align)</pre>
 <div class="block">Specifies the paragraph alignment which shall be applied to text in this
  paragraph.
- <p/>
- <p/>
+ <p>
+ <p>
  If this element is not set on a given paragraph, its value is determined
  by the setting previously set at any level of the style hierarchy (i.e.
  that previous setting remains unchanged). If this setting is never
@@ -1029,12 +1021,12 @@ public&nbsp;org.openxmlformats.schemas.w
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/TextAlignment.html" title="enum in org.apache.poi.xwpf.usermodel">TextAlignment</a>&nbsp;getVerticalAlignment()</pre>
 <div class="block">Returns the text vertical alignment which shall be applied to text in
  this paragraph.
- <p/>
+ <p>
  If the line height (before any added spacing) is larger than one or more
  characters on the line, all characters will be aligned to each other as
  specified by this element.
  </p>
- <p/>
+ <p>
  If this element is omitted on a given paragraph, its value is determined
  by the setting previously set at any level of the style hierarchy (i.e.
  that previous setting remains unchanged). If this setting is never
@@ -1053,12 +1045,12 @@ public&nbsp;org.openxmlformats.schemas.w
 <pre>public&nbsp;void&nbsp;setVerticalAlignment(<a href="../../../../../org/apache/poi/xwpf/usermodel/TextAlignment.html" title="enum in org.apache.poi.xwpf.usermodel">TextAlignment</a>&nbsp;valign)</pre>
 <div class="block">Specifies the text vertical alignment which shall be applied to text in
  this paragraph.
- <p/>
+ <p>
  If the line height (before any added spacing) is larger than one or more
  characters on the line, all characters will be aligned to each other as
  specified by this element.
  </p>
- <p/>
+ <p>
  If this element is omitted on a given paragraph, its value is determined
  by the setting previously set at any level of the style hierarchy (i.e.
  that previous setting remains unchanged). If this setting is never
@@ -1091,8 +1083,8 @@ public&nbsp;org.openxmlformats.schemas.w
 <pre>public&nbsp;void&nbsp;setBorderTop(<a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a>&nbsp;border)</pre>
 <div class="block">Specifies the border which shall be displayed above a set of paragraphs
  which have the same set of paragraph border settings.
- <p/>
- <p/>
+ <p>
+ <p>
  To determine if any two adjoining paragraphs shall have an individual top
  and bottom border or a between border, the set of borders on the two
  adjoining paragraphs are compared. If the border information on those two
@@ -1103,7 +1095,7 @@ public&nbsp;org.openxmlformats.schemas.w
  determines the space above the text (ignoring any spacing above) which
  should be left before this border is drawn, specified in points.
  </p>
- <p/>
+ <p>
  If this element is omitted on a given paragraph, its value is determined
  by the setting previously set at any level of the style hierarchy (i.e.
  that previous setting remains unchanged). If this setting is never
@@ -1136,7 +1128,7 @@ public&nbsp;org.openxmlformats.schemas.w
 <pre>public&nbsp;void&nbsp;setBorderBottom(<a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a>&nbsp;border)</pre>
 <div class="block">Specifies the border which shall be displayed below a set of paragraphs
  which have the same set of paragraph border settings.
- <p/>
+ <p>
  To determine if any two adjoining paragraphs shall have an individual top
  and bottom border or a between border, the set of borders on the two
  adjoining paragraphs are compared. If the border information on those two
@@ -1148,7 +1140,7 @@ public&nbsp;org.openxmlformats.schemas.w
  below) which should be left before this border is drawn, specified in
  points.
  </p>
- <p/>
+ <p>
  If this element is omitted on a given paragraph, its value is determined
  by the setting previously set at any level of the style hierarchy (i.e.
  that previous setting remains unchanged). If this setting is never
@@ -1181,7 +1173,7 @@ public&nbsp;org.openxmlformats.schemas.w
 <pre>public&nbsp;void&nbsp;setBorderLeft(<a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a>&nbsp;border)</pre>
 <div class="block">Specifies the border which shall be displayed on the left side of the
  page around the specified paragraph.
- <p/>
+ <p>
  To determine if any two adjoining paragraphs should have a left border
  which spans the full line height or not, the left border shall be drawn
  between the top border or between border at the top (whichever would be
@@ -1189,7 +1181,7 @@ public&nbsp;org.openxmlformats.schemas.w
  border at the bottom (whichever would be rendered for the current
  paragraph).
  </p>
- <p/>
+ <p>
  If this element is omitted on a given paragraph, its value is determined
  by the setting previously set at any level of the style hierarchy (i.e.
  that previous setting remains unchanged). If this setting is never
@@ -1221,7 +1213,7 @@ public&nbsp;org.openxmlformats.schemas.w
 <pre>public&nbsp;void&nbsp;setBorderRight(<a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a>&nbsp;border)</pre>
 <div class="block">Specifies the border which shall be displayed on the right side of the
  page around the specified paragraph.
- <p/>
+ <p>
  To determine if any two adjoining paragraphs should have a right border
  which spans the full line height or not, the right border shall be drawn
  between the top border or between border at the top (whichever would be
@@ -1229,7 +1221,7 @@ public&nbsp;org.openxmlformats.schemas.w
  border at the bottom (whichever would be rendered for the current
  paragraph).
  </p>
- <p/>
+ <p>
  If this element is omitted on a given paragraph, its value is determined
  by the setting previously set at any level of the style hierarchy (i.e.
  that previous setting remains unchanged). If this setting is never
@@ -1261,7 +1253,7 @@ public&nbsp;org.openxmlformats.schemas.w
 <pre>public&nbsp;void&nbsp;setBorderBetween(<a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a>&nbsp;border)</pre>
 <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.
- <p/>
+ <p>
  To determine if any two adjoining paragraphs should have a between border
  or an individual top and bottom border, the set of borders on the two
  adjoining paragraphs are compared. If the border information on those two
@@ -1272,7 +1264,7 @@ public&nbsp;org.openxmlformats.schemas.w
  bottom of each paragraph with an identical following paragraph, taking
  into account any space after the line pitch.
  </p>
- <p/>
+ <p>
  If this element is omitted on a given paragraph, its value is determined
  by the setting previously set at any level of the style hierarchy (i.e.
  that previous setting remains unchanged). If this setting is never
@@ -1293,7 +1285,7 @@ public&nbsp;org.openxmlformats.schemas.w
 <div class="block">Specifies that when rendering this document in a paginated
  view, the contents of this paragraph are rendered on the start of a new
  page in the document.
- <p/>
+ <p>
  If this element is omitted on a given paragraph,
  its value is determined by the setting previously set at any level of the
  style hierarchy (i.e. that previous setting remains unchanged). If this
@@ -1314,7 +1306,7 @@ public&nbsp;org.openxmlformats.schemas.w
 <div class="block">Specifies that when rendering this document in a paginated
  view, the contents of this paragraph are rendered on the start of a new
  page in the document.
- <p/>
+ <p>
  If this element is omitted on a given paragraph,
  its value is determined by the setting previously set at any level of the
  style hierarchy (i.e. that previous setting remains unchanged). If this
@@ -1347,7 +1339,7 @@ public&nbsp;org.openxmlformats.schemas.w
 <pre>public&nbsp;void&nbsp;setSpacingAfter(int&nbsp;spaces)</pre>
 <div class="block">Specifies the spacing that should be added after the last line in this
  paragraph in the document in absolute units.
- <p/>
+ <p>
  If the afterLines attribute or the afterAutoSpacing attribute is also
  specified, then this attribute value is ignored.
  </p></div>
@@ -1380,7 +1372,7 @@ public&nbsp;org.openxmlformats.schemas.w
  <b>The value of this attribute is
  specified in one hundredths of a line.
  </b>
- <p/>
+ <p>
  If the afterAutoSpacing attribute
  is also specified, then this attribute value is ignored. If this setting
  is never specified in the style hierarchy, then its value shall be zero
@@ -1412,7 +1404,7 @@ public&nbsp;org.openxmlformats.schemas.w
 <pre>public&nbsp;void&nbsp;setSpacingBefore(int&nbsp;spaces)</pre>
 <div class="block">Specifies the spacing that should be added above the first line in this
  paragraph in the document in absolute units.
- <p/>
+ <p>
  If the beforeLines attribute or the beforeAutoSpacing attribute is also
  specified, then this attribute value is ignored.
  </p></div>
@@ -1442,7 +1434,7 @@ public&nbsp;org.openxmlformats.schemas.w
 <div class="block">Specifies the spacing that should be added before the first line in this
  paragraph in the document in line units. <b> The value of this attribute
  is specified in one hundredths of a line. </b>
- <p/>
+ <p>
  If the beforeAutoSpacing attribute is also specified, then this attribute
  value is ignored. If this setting is never specified in the style
  hierarchy, then its value shall be zero.
@@ -1531,7 +1523,7 @@ public&nbsp;org.openxmlformats.schemas.w
  margin for this paragraph and the left edge of that paragraph's content
  in a left to right paragraph, and the right text margin and the right
  edge of that paragraph's text in a right to left paragraph
- <p/>
+ <p>
  If this attribute is omitted, its value shall be assumed to be zero.
  Negative values are defined such that the text is moved past the text margin,
  positive values move the text inside the text margin.
@@ -1550,7 +1542,7 @@ public&nbsp;org.openxmlformats.schemas.w
  margin for this paragraph and the left edge of that paragraph's content
  in a left to right paragraph, and the right text margin and the right
  edge of that paragraph's text in a right to left paragraph
- <p/>
+ <p>
  If this attribute is omitted, its value shall be assumed to be zero.
  Negative values are defined such that the text is moved past the text margin,
  positive values move the text inside the text margin.
@@ -1569,7 +1561,7 @@ public&nbsp;org.openxmlformats.schemas.w
  margin for this paragraph and the right edge of that paragraph's content
  in a left to right paragraph, and the right text margin and the right
  edge of that paragraph's text in a right to left paragraph
- <p/>
+ <p>
  If this attribute is omitted, its value shall be assumed to be zero.
  Negative values are defined such that the text is moved past the text margin,
  positive values move the text inside the text margin.
@@ -1588,7 +1580,7 @@ public&nbsp;org.openxmlformats.schemas.w
  margin for this paragraph and the right edge of that paragraph's content
  in a left to right paragraph, and the right text margin and the right
  edge of that paragraph's text in a right to left paragraph
- <p/>
+ <p>
  If this attribute is omitted, its value shall be assumed to be zero.
  Negative values are defined such that the text is moved past the text margin,
  positive values move the text inside the text margin.
@@ -1627,7 +1619,7 @@ public&nbsp;org.openxmlformats.schemas.w
  towards the beginning of the direction of text flow.
  This indentation is specified relative to the paragraph indentation which is specified for
  all other lines in the parent paragraph.
- <p/>
+ <p>
  The firstLine and hanging attributes are mutually exclusive, if both are specified, then the
  firstLine value is ignored.
  </p></div>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFPictureData.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFPictureData.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFPictureData.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFPictureData.html Mon Jul 24 09:18:21 2017
@@ -344,7 +344,7 @@ extends <a href="../../../../../org/apac
  <p>
  Note, that this call might be expensive since all the picture data is copied into a temporary byte array.
  You can grab the picture data directly from the underlying package part as follows:
- <br/>
+ <br>
  <code>
  InputStream is = getPackagePart().getInputStream();
  </code>

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=1802770&r1=1802769&r2=1802770&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 Mon Jul 24 09:18:21 2017
@@ -454,12 +454,7 @@ implements <a href="../../../../../org/a
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#setItalic(boolean)">setItalic</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Whether the bold property shall be applied to all non-complex script
- characters in the contents of this run when displayed in a document
- <p/>
- <p/>
- This formatting property is a toggle property, which specifies that its
- behavior differs between its use within a style definition and its use as
- direct formatting.</div>
+ characters in the contents of this run when displayed in a document</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -519,11 +514,7 @@ implements <a href="../../../../../org/a
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#setUnderline(org.apache.poi.xwpf.usermodel.UnderlinePatterns)">setUnderline</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/UnderlinePatterns.html" title="enum in org.apache.poi.xwpf.usermodel">UnderlinePatterns</a>&nbsp;value)</code>
 <div class="block">Specifies that the contents of this run should be displayed along with an
- underline appearing directly below the character heigh
- <p/>
- <p/>
- If this element is not present, the default value is to leave the
- formatting applied at previous level in the style hierarchy.</div>
+ underline appearing directly below the character heigh</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -773,8 +764,8 @@ public&nbsp;org.openxmlformats.schemas.w
 <pre>public&nbsp;void&nbsp;setItalic(boolean&nbsp;value)</pre>
 <div class="block">Whether the bold property shall be applied to all non-complex script
  characters in the contents of this run when displayed in a document
- <p/>
- <p/>
+ <p>
+ <p>
  This formatting property is a toggle property, which specifies that its
  behavior differs between its use within a style definition and its use as
  direct formatting. When used as part of a style definition, setting this
@@ -785,7 +776,7 @@ public&nbsp;org.openxmlformats.schemas.w
  direct formatting, setting this property to true or false shall set the
  absolute state of the resulting property.
  </p>
- <p/>
+ <p>
  If this element is not present, the default value is to leave the
  formatting applied at previous level in the style hierarchy. If this
  element is never applied in the style hierarchy, then bold shall not be
@@ -819,8 +810,8 @@ public&nbsp;org.openxmlformats.schemas.w
 <pre>public&nbsp;void&nbsp;setUnderline(<a href="../../../../../org/apache/poi/xwpf/usermodel/UnderlinePatterns.html" title="enum in org.apache.poi.xwpf.usermodel">UnderlinePatterns</a>&nbsp;value)</pre>
 <div class="block">Specifies that the contents of this run should be displayed along with an
  underline appearing directly below the character heigh
- <p/>
- <p/>
+ <p>
+ <p>
  If this element is not present, the default value is to leave the
  formatting applied at previous level in the style hierarchy. If this
  element is never applied in the style hierarchy, then an underline shall
@@ -854,7 +845,7 @@ public&nbsp;org.openxmlformats.schemas.w
 <pre>public&nbsp;void&nbsp;setStrikeThrough(boolean&nbsp;value)</pre>
 <div class="block">Specifies that the contents of this run shall be displayed with a single
  horizontal line through the center of the line.
- <p/>
+ <p>
  This formatting property is a toggle property, which specifies that its
  behaviour differs between its use within a style definition and its use as
  direct formatting. When used as part of a style definition, setting this
@@ -865,7 +856,7 @@ public&nbsp;org.openxmlformats.schemas.w
  formatting, setting this property to true or false shall set the absolute
  state of the resulting property.
  </p>
- <p/>
+ <p>
  If this element is not present, the default value is to leave the
  formatting applied at previous level in the style hierarchy. If this
  element is never applied in the style hierarchy, then strikethrough shall
@@ -1085,7 +1076,7 @@ public&nbsp;void&nbsp;setStrike(boolean&
  run in relation to the default appearance of the run's text. This allows
  the text to be repositioned as subscript or superscript without altering
  the font size of the run properties.
- <p/>
+ <p>
  If this element is not present, the default value is to leave the
  formatting applied at previous level in the style hierarchy. If this
  element is never applied in the style hierarchy, then the text shall not
@@ -1183,7 +1174,7 @@ public&nbsp;void&nbsp;setStrike(boolean&
 <div class="block">Specifies the fonts which shall be used to display the text contents of
  this run. Specifies a font which shall be used to format all characters
  in the ASCII range (0 - 127) within the parent run.
- <p/>
+ <p>
  Also sets the other font ranges, if they haven't been set before</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>fontFamily</code> - </dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.FontCharRange.html" title="enum in org.apache.poi.xwpf.usermodel"><code>XWPFRun.FontCharRange</code></a></dd></dl>
 </li>
@@ -1254,7 +1245,7 @@ public&nbsp;void&nbsp;setStrike(boolean&
 <pre>public&nbsp;void&nbsp;setFontSize(int&nbsp;size)</pre>
 <div class="block">Specifies the font size which shall be applied to all non complex script
  characters in the contents of this run when displayed.
- <p/>
+ <p>
  If this element is not present, the default value is to leave the value
  applied at previous level in the style hierarchy. If this element is
  never applied in the style hierarchy, then any appropriate font size may
@@ -1291,14 +1282,14 @@ public&nbsp;void&nbsp;setStrike(boolean&
  lowered for this run in relation to the default baseline of the
  surrounding non-positioned text. This allows the text to be repositioned
  without altering the font size of the contents.
- <p/>
+ <p>
  If the val attribute is positive, then the parent run shall be raised
  above the baseline of the surrounding text by the specified number of
  half-points. If the val attribute is negative, then the parent run shall
  be lowered below the baseline of the surrounding text by the specified
  number of half-points.
  </p>
- <p/>
+ <p>
  If this element is not present, the default value is to leave the
  formatting applied at previous level in the style hierarchy. If this
  element is never applied in the style hierarchy, then the text shall not

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=1802770&r1=1802769&r2=1802770&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 Mon Jul 24 09:18:21 2017
@@ -112,7 +112,7 @@ extends <a href="../../../../../org/apac
 implements <a href="../../../../../org/apache/poi/xwpf/usermodel/IBodyElement.html" title="interface in org.apache.poi.xwpf.usermodel">IBodyElement</a>, <a href="../../../../../org/apache/poi/xwpf/usermodel/IRunBody.html" title="interface in org.apache.poi.xwpf.usermodel">IRunBody</a>, <a href="../../../../../org/apache/poi/xwpf/usermodel/ISDTContents.html" title="interface in org.apache.poi.xwpf.usermodel">ISDTContents</a>, <a href="../../../../../org/apache/poi/xwpf/usermodel/IRunElement.html" title="interface in org.apache.poi.xwpf.usermodel">IRunElement</a></pre>
 <div class="block">Experimental class to offer rudimentary read-only processing of
  of StructuredDocumentTags/ContentControl
- <p/>
+ <p>
  WARNING - APIs expected to change rapidly</div>
 </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=1802770&r1=1802769&r2=1802770&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 Mon Jul 24 09:18:21 2017
@@ -113,9 +113,9 @@ implements <a href="../../../../../org/a
 <div class="block">Experimental class to offer rudimentary read-only processing of
  of StructuredDocumentTags/ContentControl that can appear
  in a table row as if a table cell.
- <p/>
+ <p>
  These can contain one or more cells or other SDTs within them.
- <p/>
+ <p>
  WARNING - APIs expected to change rapidly</div>
 </li>
 </ul>

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=1802770&r1=1802769&r2=1802770&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 Mon Jul 24 09:18:21 2017
@@ -107,9 +107,9 @@ extends java.lang.Object
 implements <a href="../../../../../org/apache/poi/xwpf/usermodel/ISDTContent.html" title="interface in org.apache.poi.xwpf.usermodel">ISDTContent</a></pre>
 <div class="block">Experimental class to offer rudimentary read-only processing of
  of the contentblock of an SDT/ContentControl.
- <p/>
- <p/>
- <p/>
+ <p>
+ <p>
+ <p>
  WARNING - APIs expected to change rapidly</div>
 </li>
 </ul>

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=1802770&r1=1802769&r2=1802770&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 Mon Jul 24 09:18:21 2017
@@ -107,7 +107,7 @@ extends java.lang.Object
 implements <a href="../../../../../org/apache/poi/xwpf/usermodel/ISDTContent.html" title="interface in org.apache.poi.xwpf.usermodel">ISDTContent</a></pre>
 <div class="block">Experimental class to offer rudimentary read-only processing of
  of the XWPFSDTCellContent.
- <p/>
+ <p>
  WARNING - APIs expected to change rapidly</div>
 </li>
 </ul>

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=1802770&r1=1802769&r2=1802770&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 Mon Jul 24 09:18:21 2017
@@ -167,32 +167,26 @@ extends <a href="../../../../../org/apac
 <tr class="rowColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSettings.html#getZoomPercent()">getZoomPercent</a></strong>()</code>
-<div class="block">Set zoom.<br/>
- In the zoom tag inside settings.xml file <br/>
+<div class="block">Set zoom.<br>
+ In the zoom tag inside settings.xml file <br>
  it sets the value of zoom
- <br/>
+ <br>
  sample snippet from settings.xml</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSettings.html#isEnforcedWith()">isEnforcedWith</a></strong>()</code>
-<div class="block">Verifies the documentProtection tag inside settings.xml file <br/>
- if the protection is enforced (w:enforcement="1") <br/>
-  <p/>
- <br/>
- sample snippet from settings.xml</div>
+<div class="block">Verifies the documentProtection tag inside settings.xml file <br>
+ if the protection is enforced (w:enforcement="1") <br></div>
 </td>
 </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(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/>
- <p/>
- <br/>
- sample snippet from settings.xml</div>
+<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></div>
 </td>
 </tr>
 <tr class="altColor">
@@ -210,20 +204,20 @@ extends <a href="../../../../../org/apac
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSettings.html#removeEnforcement()">removeEnforcement</a></strong>()</code>
-<div class="block">Removes protection enforcement.<br/>
- In the documentProtection tag inside settings.xml file <br/>
- it sets the value of enforcement to "0" (w:enforcement="0") <br/></div>
+<div class="block">Removes protection enforcement.<br>
+ In the documentProtection tag inside settings.xml file <br>
+ it sets the value of enforcement to "0" (w:enforcement="0") <br></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/XWPFSettings.html#setEnforcementEditValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocProtect.Enum)">setEnforcementEditValue</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocProtect.Enum&nbsp;editValue)</code>
-<div class="block">Enforces the protection with the option specified by passed editValue.<br/>
- <br/>
- In the documentProtection tag inside settings.xml file <br/>
- it sets the value of enforcement to "1" (w:enforcement="1") <br/>
- and the value of edit to the passed editValue (w:edit="[passed editValue]")<br/>
- <br/>
+<div class="block">Enforces the protection with the option specified by passed editValue.<br>
+ <br>
+ In the documentProtection tag inside settings.xml file <br>
+ it sets the value of enforcement to "1" (w:enforcement="1") <br>
+ and the value of edit to the passed editValue (w:edit="[passed editValue]")<br>
+ <br>
  sample snippet from settings.xml</div>
 </td>
 </tr>
@@ -232,8 +226,8 @@ extends <a href="../../../../../org/apac
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSettings.html#setEnforcementEditValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocProtect.Enum,%20java.lang.String,%20org.apache.poi.poifs.crypt.HashAlgorithm)">setEnforcementEditValue</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocProtect.Enum&nbsp;editValue,
                        java.lang.String&nbsp;password,
                        <a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a>&nbsp;hashAlgo)</code>
-<div class="block">Enforces the protection with the option specified by passed editValue and password.<br/>
- <br/>
+<div class="block">Enforces the protection with the option specified by passed editValue and password.<br>
+ <br>
  sample snippet from settings.xml</div>
 </td>
 </tr>
@@ -252,10 +246,10 @@ extends <a href="../../../../../org/apac
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSettings.html#setZoomPercent(long)">setZoomPercent</a></strong>(long&nbsp;zoomPercent)</code>
-<div class="block">Set zoom.<br/>
- In the zoom tag inside settings.xml file <br/>
+<div class="block">Set zoom.<br>
+ In the zoom tag inside settings.xml file <br>
  it sets the value of zoom
- <br/>
+ <br>
  sample snippet from settings.xml</div>
 </td>
 </tr>
@@ -348,10 +342,10 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>getZoomPercent</h4>
 <pre>public&nbsp;long&nbsp;getZoomPercent()</pre>
-<div class="block">Set zoom.<br/>
- In the zoom tag inside settings.xml file <br/>
+<div class="block">Set zoom.<br>
+ In the zoom tag inside settings.xml file <br>
  it sets the value of zoom
- <br/>
+ <br>
  sample snippet from settings.xml
  <pre>
     &lt;w:zoom w:percent="50" /&gt;
@@ -366,10 +360,10 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>setZoomPercent</h4>
 <pre>public&nbsp;void&nbsp;setZoomPercent(long&nbsp;zoomPercent)</pre>
-<div class="block">Set zoom.<br/>
- In the zoom tag inside settings.xml file <br/>
+<div class="block">Set zoom.<br>
+ In the zoom tag inside settings.xml file <br>
  it sets the value of zoom
- <br/>
+ <br>
  sample snippet from settings.xml
  <pre>
     &lt;w:zoom w:percent="50" /&gt;
@@ -383,10 +377,10 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>isEnforcedWith</h4>
 <pre>public&nbsp;boolean&nbsp;isEnforcedWith()</pre>
-<div class="block">Verifies the documentProtection tag inside settings.xml file <br/>
- if the protection is enforced (w:enforcement="1") <br/>
-  <p/>
- <br/>
+<div class="block">Verifies the documentProtection tag inside settings.xml file <br>
+ if the protection is enforced (w:enforcement="1") <br>
+  <p>
+ <br>
  sample snippet from settings.xml
  <pre>
      &lt;w:settings  ... &gt;
@@ -402,11 +396,11 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>isEnforcedWith</h4>
 <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/>
- <p/>
- <br/>
+<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>
+ <p>
+ <br>
  sample snippet from settings.xml
  <pre>
      &lt;w:settings  ... &gt;
@@ -422,12 +416,12 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>setEnforcementEditValue</h4>
 <pre>public&nbsp;void&nbsp;setEnforcementEditValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocProtect.Enum&nbsp;editValue)</pre>
-<div class="block">Enforces the protection with the option specified by passed editValue.<br/>
- <br/>
- In the documentProtection tag inside settings.xml file <br/>
- it sets the value of enforcement to "1" (w:enforcement="1") <br/>
- and the value of edit to the passed editValue (w:edit="[passed editValue]")<br/>
- <br/>
+<div class="block">Enforces the protection with the option specified by passed editValue.<br>
+ <br>
+ In the documentProtection tag inside settings.xml file <br>
+ it sets the value of enforcement to "1" (w:enforcement="1") <br>
+ and the value of edit to the passed editValue (w:edit="[passed editValue]")<br>
+ <br>
  sample snippet from settings.xml
  <pre>
      &lt;w:settings  ... &gt;
@@ -444,8 +438,8 @@ extends <a href="../../../../../org/apac
 <pre>public&nbsp;void&nbsp;setEnforcementEditValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocProtect.Enum&nbsp;editValue,
                            java.lang.String&nbsp;password,
                            <a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a>&nbsp;hashAlgo)</pre>
-<div class="block">Enforces the protection with the option specified by passed editValue and password.<br/>
- <br/>
+<div class="block">Enforces the protection with the option specified by passed editValue and password.<br>
+ <br>
  sample snippet from settings.xml
  <pre>
    &lt;w:documentProtection w:edit=&quot;[passed editValue]&quot; w:enforcement=&quot;1&quot;
@@ -477,9 +471,9 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>removeEnforcement</h4>
 <pre>public&nbsp;void&nbsp;removeEnforcement()</pre>
-<div class="block">Removes protection enforcement.<br/>
- In the documentProtection tag inside settings.xml file <br/>
- it sets the value of enforcement to "0" (w:enforcement="0") <br/></div>
+<div class="block">Removes protection enforcement.<br>
+ In the documentProtection tag inside settings.xml file <br>
+ it sets the value of enforcement to "0" (w:enforcement="0") <br></div>
 </li>
 </ul>
 <a name="setUpdateFields()">
@@ -490,9 +484,9 @@ extends <a href="../../../../../org/apac
 <h4>setUpdateFields</h4>
 <pre>public&nbsp;void&nbsp;setUpdateFields()</pre>
 <div class="block">Enforces fields update on document open (in Word).
- In the settings.xml file <br/>
+ In the settings.xml file <br>
  sets the updateSettings value to true (w:updateSettings w:val="true")
- <p/>
+ <p>
  NOTICES:
  <ul>
  <li>Causing Word to ask on open: "This document contains fields that may refer to other files. Do you want to update the fields in this document?"

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=1802770&r1=1802769&r2=1802770&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 Mon Jul 24 09:18:21 2017
@@ -503,7 +503,7 @@ public&nbsp;org.openxmlformats.schemas.w
 <div class="block">Convenience method to extract text in cells.  This
  does not extract text recursively in cells, and it does not
  currently include text in SDT (form) components.
- <p/>
+ <p>
  To get all text within a table, see XWPFWordExtractor's appendTableText
  as an example.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>text</dd></dl>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/AbstractXWPFSDT.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/AbstractXWPFSDT.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/AbstractXWPFSDT.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/AbstractXWPFSDT.html Mon Jul 24 09:18:21 2017
@@ -101,9 +101,7 @@
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDT.html" title="class in org.apache.poi.xwpf.usermodel">XWPFSDT</a></strong></code>
 <div class="block">Experimental class to offer rudimentary read-only processing of
- of StructuredDocumentTags/ContentControl
- <p/>
- WARNING - APIs expected to change rapidly</div>
+ of StructuredDocumentTags/ContentControl</div>
 </td>
 </tr>
 <tr class="rowColor">

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=1802770&r1=1802769&r2=1802770&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 Mon Jul 24 09:18:21 2017
@@ -130,9 +130,7 @@
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDT.html" title="class in org.apache.poi.xwpf.usermodel">XWPFSDT</a></strong></code>
 <div class="block">Experimental class to offer rudimentary read-only processing of
- of StructuredDocumentTags/ContentControl
- <p/>
- WARNING - APIs expected to change rapidly</div>
+ of StructuredDocumentTags/ContentControl</div>
 </td>
 </tr>
 <tr class="altColor">

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=1802770&r1=1802769&r2=1802770&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 Mon Jul 24 09:18:21 2017
@@ -107,9 +107,7 @@
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDT.html" title="class in org.apache.poi.xwpf.usermodel">XWPFSDT</a></strong></code>
 <div class="block">Experimental class to offer rudimentary read-only processing of
- of StructuredDocumentTags/ContentControl
- <p/>
- WARNING - APIs expected to change rapidly</div>
+ of StructuredDocumentTags/ContentControl</div>
 </td>
 </tr>
 </tbody>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IRunElement.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IRunElement.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IRunElement.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IRunElement.html Mon Jul 24 09:18:21 2017
@@ -120,9 +120,7 @@
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDT.html" title="class in org.apache.poi.xwpf.usermodel">XWPFSDT</a></strong></code>
 <div class="block">Experimental class to offer rudimentary read-only processing of
- of StructuredDocumentTags/ContentControl
- <p/>
- WARNING - APIs expected to change rapidly</div>
+ of StructuredDocumentTags/ContentControl</div>
 </td>
 </tr>
 </tbody>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/ISDTContents.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/ISDTContents.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/ISDTContents.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/ISDTContents.html Mon Jul 24 09:18:21 2017
@@ -100,9 +100,7 @@
 <tr class="altColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xwpf/usermodel/AbstractXWPFSDT.html" title="class in org.apache.poi.xwpf.usermodel">AbstractXWPFSDT</a></strong></code>
-<div class="block">Experimental abstract class that is a base for XWPFSDT and XWPFSDTCell
- <p/>
- WARNING - APIs expected to change rapidly.</div>
+<div class="block">Experimental abstract class that is a base for XWPFSDT and XWPFSDTCell</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -134,9 +132,7 @@
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFSDT.html" title="class in org.apache.poi.xwpf.usermodel">XWPFSDT</a></strong></code>
 <div class="block">Experimental class to offer rudimentary read-only processing of
- of StructuredDocumentTags/ContentControl
- <p/>
- WARNING - APIs expected to change rapidly</div>
+ of StructuredDocumentTags/ContentControl</div>
 </td>
 </tr>
 <tr class="altColor">

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/UnderlinePatterns.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/UnderlinePatterns.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/UnderlinePatterns.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/UnderlinePatterns.html Mon Jul 24 09:18:21 2017
@@ -134,11 +134,7 @@ the order they are declared.</div>
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="strong">XWPFRun.</span><code><strong><a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#setUnderline(org.apache.poi.xwpf.usermodel.UnderlinePatterns)">setUnderline</a></strong>(<a href="../../../../../../org/apache/poi/xwpf/usermodel/UnderlinePatterns.html" title="enum in org.apache.poi.xwpf.usermodel">UnderlinePatterns</a>&nbsp;value)</code>
 <div class="block">Specifies that the contents of this run should be displayed along with an
- underline appearing directly below the character heigh
- <p/>
- <p/>
- If this element is not present, the default value is to leave the
- formatting applied at previous level in the style hierarchy.</div>
+ underline appearing directly below the character heigh</div>
 </td>
 </tr>
 </tbody>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/package-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/package-summary.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/package-summary.html Mon Jul 24 09:18:21 2017
@@ -98,19 +98,14 @@
 <td class="colFirst"><a href="../../../../../org/apache/poi/xwpf/usermodel/ICell.html" title="interface in org.apache.poi.xwpf.usermodel">ICell</a></td>
 <td class="colLast">
 <div class="block">Interface for anything that can be at a table cell level:
- <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableCell.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFTableCell</code></a>, <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTCell.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFSDTCell</code></a>
- <p/>
- Schematically something like this:
- &lt;tr&gt;&lt;tc/&gt;&lt;tc/&gt;&lt;sdt&gt&lt;tc/&gt;&lt;/sdt&gt;&lt;/tr&gt;</div>
+ <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableCell.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFTableCell</code></a>, <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTCell.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFSDTCell</code></a></div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/xwpf/usermodel/IRunBody.html" title="interface in org.apache.poi.xwpf.usermodel">IRunBody</a></td>
 <td class="colLast">
 <div class="block">Simple interface describing both <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFParagraph</code></a>
- and <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSDT.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFSDT</code></a>
- <p/>
- TODO Should this be based on / extend <a href="../../../../../org/apache/poi/wp/usermodel/Paragraph.html" title="interface in org.apache.poi.wp.usermodel"><code>Paragraph</code></a>?</div>
+ and <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSDT.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFSDT</code></a></div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -150,9 +145,7 @@
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/xwpf/usermodel/AbstractXWPFSDT.html" title="class in org.apache.poi.xwpf.usermodel">AbstractXWPFSDT</a></td>
 <td class="colLast">
-<div class="block">Experimental abstract class that is a base for XWPFSDT and XWPFSDTCell
- <p/>
- WARNING - APIs expected to change rapidly.</div>
+<div class="block">Experimental abstract class that is a base for XWPFSDT and XWPFSDTCell</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -301,9 +294,7 @@
 <td class="colFirst"><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSDT.html" title="class in org.apache.poi.xwpf.usermodel">XWPFSDT</a></td>
 <td class="colLast">
 <div class="block">Experimental class to offer rudimentary read-only processing of
- of StructuredDocumentTags/ContentControl
- <p/>
- WARNING - APIs expected to change rapidly</div>
+ of StructuredDocumentTags/ContentControl</div>
 </td>
 </tr>
 <tr class="rowColor">

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/package-use.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/package-use.html Mon Jul 24 09:18:21 2017
@@ -165,9 +165,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xwpf/usermodel/class-use/AbstractXWPFSDT.html#org.apache.poi.xwpf.usermodel">AbstractXWPFSDT</a>
-<div class="block">Experimental abstract class that is a base for XWPFSDT and XWPFSDTCell
- <p/>
- WARNING - APIs expected to change rapidly.</div>
+<div class="block">Experimental abstract class that is a base for XWPFSDT and XWPFSDTCell</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -217,18 +215,13 @@
 <tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xwpf/usermodel/class-use/ICell.html#org.apache.poi.xwpf.usermodel">ICell</a>
 <div class="block">Interface for anything that can be at a table cell level:
- <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableCell.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFTableCell</code></a>, <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTCell.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFSDTCell</code></a>
- <p/>
- Schematically something like this:
- &lt;tr&gt;&lt;tc/&gt;&lt;tc/&gt;&lt;sdt&gt&lt;tc/&gt;&lt;/sdt&gt;&lt;/tr&gt;</div>
+ <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableCell.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFTableCell</code></a>, <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTCell.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFSDTCell</code></a></div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xwpf/usermodel/class-use/IRunBody.html#org.apache.poi.xwpf.usermodel">IRunBody</a>
 <div class="block">Simple interface describing both <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFParagraph</code></a>
- and <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSDT.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFSDT</code></a>
- <p/>
- TODO Should this be based on / extend <a href="../../../../../org/apache/poi/wp/usermodel/Paragraph.html" title="interface in org.apache.poi.wp.usermodel"><code>Paragraph</code></a>?</div>
+ and <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSDT.html" title="class in org.apache.poi.xwpf.usermodel"><code>XWPFSDT</code></a></div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -390,9 +383,7 @@
 <tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xwpf/usermodel/class-use/XWPFSDT.html#org.apache.poi.xwpf.usermodel">XWPFSDT</a>
 <div class="block">Experimental class to offer rudimentary read-only processing of
- of StructuredDocumentTags/ContentControl
- <p/>
- WARNING - APIs expected to change rapidly</div>
+ of StructuredDocumentTags/ContentControl</div>
 </td>
 </tr>
 <tr class="rowColor">

Modified: poi/site/publish/apidocs/overview-frame.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-frame.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/overview-frame.html (original)
+++ poi/site/publish/apidocs/overview-frame.html Mon Jul 24 09:18:21 2017
@@ -12,6 +12,7 @@
 <ul title="Packages">
 <li><a href="org/apache/poi/package-frame.html" target="packageFrame">org.apache.poi</a></li>
 <li><a href="org/apache/poi/common/usermodel/package-frame.html" target="packageFrame">org.apache.poi.common.usermodel</a></li>
+<li><a href="org/apache/poi/common/usermodel/fonts/package-frame.html" target="packageFrame">org.apache.poi.common.usermodel.fonts</a></li>
 <li><a href="org/apache/poi/ddf/package-frame.html" target="packageFrame">org.apache.poi.ddf</a></li>
 <li><a href="org/apache/poi/dev/package-frame.html" target="packageFrame">org.apache.poi.dev</a></li>
 <li><a href="org/apache/poi/extractor/package-frame.html" target="packageFrame">org.apache.poi.extractor</a></li>

Modified: poi/site/publish/apidocs/overview-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-summary.html?rev=1802770&r1=1802769&r2=1802770&view=diff
==============================================================================
--- poi/site/publish/apidocs/overview-summary.html (original)
+++ poi/site/publish/apidocs/overview-summary.html Mon Jul 24 09:18:21 2017
@@ -762,122 +762,126 @@ Compound Document Format.</div>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="org/apache/poi/dev/package-summary.html">org.apache.poi.dev</a></td>
+<td class="colFirst"><a href="org/apache/poi/common/usermodel/fonts/package-summary.html">org.apache.poi.common.usermodel.fonts</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="org/apache/poi/extractor/package-summary.html">org.apache.poi.extractor</a></td>
+<td class="colFirst"><a href="org/apache/poi/dev/package-summary.html">org.apache.poi.dev</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="org/apache/poi/hemf/extractor/package-summary.html">org.apache.poi.hemf.extractor</a></td>
+<td class="colFirst"><a href="org/apache/poi/extractor/package-summary.html">org.apache.poi.extractor</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="org/apache/poi/hemf/hemfplus/record/package-summary.html">org.apache.poi.hemf.hemfplus.record</a></td>
+<td class="colFirst"><a href="org/apache/poi/hemf/extractor/package-summary.html">org.apache.poi.hemf.extractor</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="org/apache/poi/hemf/record/package-summary.html">org.apache.poi.hemf.record</a></td>
+<td class="colFirst"><a href="org/apache/poi/hemf/hemfplus/record/package-summary.html">org.apache.poi.hemf.hemfplus.record</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="org/apache/poi/hmef/package-summary.html">org.apache.poi.hmef</a></td>
+<td class="colFirst"><a href="org/apache/poi/hemf/record/package-summary.html">org.apache.poi.hemf.record</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="org/apache/poi/hmef/attribute/package-summary.html">org.apache.poi.hmef.attribute</a></td>
+<td class="colFirst"><a href="org/apache/poi/hmef/package-summary.html">org.apache.poi.hmef</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="org/apache/poi/hmef/dev/package-summary.html">org.apache.poi.hmef.dev</a></td>
+<td class="colFirst"><a href="org/apache/poi/hmef/attribute/package-summary.html">org.apache.poi.hmef.attribute</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="org/apache/poi/hmef/extractor/package-summary.html">org.apache.poi.hmef.extractor</a></td>
+<td class="colFirst"><a href="org/apache/poi/hmef/dev/package-summary.html">org.apache.poi.hmef.dev</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="org/apache/poi/hpbf/package-summary.html">org.apache.poi.hpbf</a></td>
+<td class="colFirst"><a href="org/apache/poi/hmef/extractor/package-summary.html">org.apache.poi.hmef.extractor</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="org/apache/poi/hpbf/dev/package-summary.html">org.apache.poi.hpbf.dev</a></td>
+<td class="colFirst"><a href="org/apache/poi/hpbf/package-summary.html">org.apache.poi.hpbf</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="org/apache/poi/hpbf/extractor/package-summary.html">org.apache.poi.hpbf.extractor</a></td>
+<td class="colFirst"><a href="org/apache/poi/hpbf/dev/package-summary.html">org.apache.poi.hpbf.dev</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="org/apache/poi/hpbf/model/package-summary.html">org.apache.poi.hpbf.model</a></td>
+<td class="colFirst"><a href="org/apache/poi/hpbf/extractor/package-summary.html">org.apache.poi.hpbf.extractor</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="org/apache/poi/hpbf/model/qcbits/package-summary.html">org.apache.poi.hpbf.model.qcbits</a></td>
+<td class="colFirst"><a href="org/apache/poi/hpbf/model/package-summary.html">org.apache.poi.hpbf.model</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="org/apache/poi/hsmf/package-summary.html">org.apache.poi.hsmf</a></td>
+<td class="colFirst"><a href="org/apache/poi/hpbf/model/qcbits/package-summary.html">org.apache.poi.hpbf.model.qcbits</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="org/apache/poi/hsmf/datatypes/package-summary.html">org.apache.poi.hsmf.datatypes</a></td>
+<td class="colFirst"><a href="org/apache/poi/hsmf/package-summary.html">org.apache.poi.hsmf</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="org/apache/poi/hsmf/dev/package-summary.html">org.apache.poi.hsmf.dev</a></td>
+<td class="colFirst"><a href="org/apache/poi/hsmf/datatypes/package-summary.html">org.apache.poi.hsmf.datatypes</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="org/apache/poi/hsmf/exceptions/package-summary.html">org.apache.poi.hsmf.exceptions</a></td>
+<td class="colFirst"><a href="org/apache/poi/hsmf/dev/package-summary.html">org.apache.poi.hsmf.dev</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="org/apache/poi/hsmf/extractor/package-summary.html">org.apache.poi.hsmf.extractor</a></td>
+<td class="colFirst"><a href="org/apache/poi/hsmf/exceptions/package-summary.html">org.apache.poi.hsmf.exceptions</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="org/apache/poi/hsmf/parsers/package-summary.html">org.apache.poi.hsmf.parsers</a></td>
+<td class="colFirst"><a href="org/apache/poi/hsmf/extractor/package-summary.html">org.apache.poi.hsmf.extractor</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="org/apache/poi/hwmf/draw/package-summary.html">org.apache.poi.hwmf.draw</a></td>
+<td class="colFirst"><a href="org/apache/poi/hsmf/parsers/package-summary.html">org.apache.poi.hsmf.parsers</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="org/apache/poi/hwmf/record/package-summary.html">org.apache.poi.hwmf.record</a></td>
+<td class="colFirst"><a href="org/apache/poi/hwmf/draw/package-summary.html">org.apache.poi.hwmf.draw</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="org/apache/poi/hwmf/usermodel/package-summary.html">org.apache.poi.hwmf.usermodel</a></td>
+<td class="colFirst"><a href="org/apache/poi/hwmf/record/package-summary.html">org.apache.poi.hwmf.record</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="org/apache/poi/openxml4j/exceptions/package-summary.html">org.apache.poi.openxml4j.exceptions</a></td>
+<td class="colFirst"><a href="org/apache/poi/hwmf/usermodel/package-summary.html">org.apache.poi.hwmf.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="org/apache/poi/openxml4j/opc/package-summary.html">org.apache.poi.openxml4j.opc</a></td>
+<td class="colFirst"><a href="org/apache/poi/openxml4j/exceptions/package-summary.html">org.apache.poi.openxml4j.exceptions</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="org/apache/poi/openxml4j/opc/internal/package-summary.html">org.apache.poi.openxml4j.opc.internal</a></td>
+<td class="colFirst"><a href="org/apache/poi/openxml4j/opc/package-summary.html">org.apache.poi.openxml4j.opc</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="org/apache/poi/openxml4j/opc/internal/marshallers/package-summary.html">org.apache.poi.openxml4j.opc.internal.marshallers</a></td>
+<td class="colFirst"><a href="org/apache/poi/openxml4j/opc/internal/package-summary.html">org.apache.poi.openxml4j.opc.internal</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="org/apache/poi/openxml4j/opc/internal/unmarshallers/package-summary.html">org.apache.poi.openxml4j.opc.internal.unmarshallers</a></td>
+<td class="colFirst"><a href="org/apache/poi/openxml4j/opc/internal/marshallers/package-summary.html">org.apache.poi.openxml4j.opc.internal.marshallers</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="org/apache/poi/openxml4j/util/package-summary.html">org.apache.poi.openxml4j.util</a></td>
+<td class="colFirst"><a href="org/apache/poi/openxml4j/opc/internal/unmarshallers/package-summary.html">org.apache.poi.openxml4j.opc.internal.unmarshallers</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="org/apache/poi/openxml4j/util/package-summary.html">org.apache.poi.openxml4j.util</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a href="org/apache/poi/wp/usermodel/package-summary.html">org.apache.poi.wp.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>



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