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 2014/03/08 21:04:34 UTC

svn commit: r1575601 - in /poi/site/publish/apidocs: ./ org/apache/poi/poifs/crypt/ org/apache/poi/ss/usermodel/ org/apache/poi/xwpf/model/ org/apache/poi/xwpf/usermodel/ org/apache/poi/xwpf/usermodel/class-use/

Author: nick
Date: Sat Mar  8 20:04:33 2014
New Revision: 1575601

URL: http://svn.apache.org/r1575601
Log:
Republish javadocs

Modified:
    poi/site/publish/apidocs/index-all.html
    poi/site/publish/apidocs/org/apache/poi/poifs/crypt/HashAlgorithm.html
    poi/site/publish/apidocs/org/apache/poi/ss/usermodel/DataFormatter.html
    poi/site/publish/apidocs/org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html
    poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFParagraph.html
    poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFooter.html
    poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFHeader.html
    poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFParagraph.html

Modified: poi/site/publish/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1575601&r1=1575600&r2=1575601&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Sat Mar  8 20:04:33 2014
@@ -7725,9 +7725,16 @@
  otherwise just return existing object.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum)">createFooter(STHdrFtr.Enum)</a></span> - Method in class org.apache.poi.xwpf.model.<a href="./org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html" title="class in org.apache.poi.xwpf.model">XWPFHeaderFooterPolicy</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Creates an empty footer of the specified type, containing a single
+ empty paragraph, to which you can then set text, add more paragraphs etc.</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum, org.apache.poi.xwpf.usermodel.XWPFParagraph[])">createFooter(STHdrFtr.Enum, XWPFParagraph[])</a></span> - Method in class org.apache.poi.xwpf.model.<a href="./org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html" title="class in org.apache.poi.xwpf.model">XWPFHeaderFooterPolicy</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Creates a new footer of the specified type, to which the
+  supplied (and previously unattached!) paragraphs are
+  added to.</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hwpf/converter/FoDocumentFacade.html#createFootnote()">createFootnote()</a></span> - Method in class org.apache.poi.hwpf.converter.<a href="./org/apache/poi/hwpf/converter/FoDocumentFacade.html" title="class in org.apache.poi.hwpf.converter">FoDocumentFacade</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hwpf/converter/FoDocumentFacade.html#createFootnoteBody()">createFootnoteBody()</a></span> - Method in class org.apache.poi.hwpf.converter.<a href="./org/apache/poi/hwpf/converter/FoDocumentFacade.html" title="class in org.apache.poi.hwpf.converter">FoDocumentFacade</a></dt>
@@ -7850,9 +7857,16 @@
 <div class="block">Creates a simple shape.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum)">createHeader(STHdrFtr.Enum)</a></span> - Method in class org.apache.poi.xwpf.model.<a href="./org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html" title="class in org.apache.poi.xwpf.model">XWPFHeaderFooterPolicy</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Creates an empty header of the specified type, containing a single
+ empty paragraph, to which you can then set text, add more paragraphs etc.</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum, org.apache.poi.xwpf.usermodel.XWPFParagraph[])">createHeader(STHdrFtr.Enum, XWPFParagraph[])</a></span> - Method in class org.apache.poi.xwpf.model.<a href="./org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html" title="class in org.apache.poi.xwpf.model">XWPFHeaderFooterPolicy</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Creates a new header of the specified type, to which the
+  supplied (and previously unattached!) paragraphs are
+  added to.</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hwpf/converter/HtmlDocumentFacade.html#createHeader1()">createHeader1()</a></span> - Method in class org.apache.poi.hwpf.converter.<a href="./org/apache/poi/hwpf/converter/HtmlDocumentFacade.html" title="class in org.apache.poi.hwpf.converter">HtmlDocumentFacade</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hwpf/converter/TextDocumentFacade.html#createHeader1()">createHeader1()</a></span> - Method in class org.apache.poi.hwpf.converter.<a href="./org/apache/poi/hwpf/converter/TextDocumentFacade.html" title="class in org.apache.poi.hwpf.converter">TextDocumentFacade</a></dt>
@@ -56909,13 +56923,12 @@ Compound Document Format.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/DataFormatter.html#setExcelStyleRoundingMode(java.text.DecimalFormat)">setExcelStyleRoundingMode(DecimalFormat)</a></span> - Static method in class org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/DataFormatter.html" title="class in org.apache.poi.ss.usermodel">DataFormatter</a></dt>
 <dd>
-<div class="block">Enables excel style rounding mode (round half up)
-  on the Decimal Format if possible.</div>
+<div class="block">Enables excel style rounding mode (round half up) on the 
+  Decimal Format given.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/DataFormatter.html#setExcelStyleRoundingMode(java.text.DecimalFormat, java.math.RoundingMode)">setExcelStyleRoundingMode(DecimalFormat, RoundingMode)</a></span> - Static method in class org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/DataFormatter.html" title="class in org.apache.poi.ss.usermodel">DataFormatter</a></dt>
 <dd>
-<div class="block">Enables custom rounding mode
-  on the Decimal Format if possible.</div>
+<div class="block">Enables custom rounding mode on the given Decimal Format.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/DVConstraint.html#setExplicitListValues(java.lang.String[])">setExplicitListValues(String[])</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/DVConstraint.html" title="class in org.apache.poi.hssf.usermodel">DVConstraint</a></dt>
 <dd>&nbsp;</dd>

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/HashAlgorithm.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/HashAlgorithm.html?rev=1575601&r1=1575600&r2=1575601&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/HashAlgorithm.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/HashAlgorithm.html Sat Mar  8 20:04:33 2014
@@ -126,30 +126,33 @@ extends java.lang.Enum&lt;<a href="../..
 <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html#md2">md2</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html#md5">md5</a></strong></code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html#md4">md4</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html#none">none</a></strong></code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html#md5">md5</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html#ripemd128">ripemd128</a></strong></code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html#none">none</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html#ripemd160">ripemd160</a></strong></code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html#ripemd128">ripemd128</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html#sha1">sha1</a></strong></code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html#ripemd160">ripemd160</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html#sha256">sha256</a></strong></code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html#sha1">sha1</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html#sha384">sha384</a></strong></code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html#sha256">sha256</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html#sha512">sha512</a></strong></code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html#sha384">sha384</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html#sha512">sha512</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html#whirlpool">whirlpool</a></strong></code>&nbsp;</td>
 </tr>
 </table>
@@ -319,6 +322,15 @@ the order they are declared.</div>
 <pre>public static final&nbsp;<a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a> md2</pre>
 </li>
 </ul>
+<a name="md4">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>md4</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a> md4</pre>
+</li>
+</ul>
 <a name="ripemd128">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/DataFormatter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/DataFormatter.html?rev=1575601&r1=1575600&r2=1575601&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/DataFormatter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/DataFormatter.html Sat Mar  8 20:04:33 2014
@@ -276,16 +276,15 @@ extends java.lang.Object</pre>
 <tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/DataFormatter.html#setExcelStyleRoundingMode(java.text.DecimalFormat)">setExcelStyleRoundingMode</a></strong>(java.text.DecimalFormat&nbsp;format)</code>
-<div class="block">Enables excel style rounding mode (round half up)
-  on the Decimal Format if possible.</div>
+<div class="block">Enables excel style rounding mode (round half up) on the 
+  Decimal Format given.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/DataFormatter.html#setExcelStyleRoundingMode(java.text.DecimalFormat, java.math.RoundingMode)">setExcelStyleRoundingMode</a></strong>(java.text.DecimalFormat&nbsp;format,
                          java.math.RoundingMode&nbsp;roundingMode)</code>
-<div class="block">Enables custom rounding mode
-  on the Decimal Format if possible.</div>
+<div class="block">Enables custom rounding mode on the given Decimal Format.</div>
 </td>
 </tr>
 </table>
@@ -504,10 +503,8 @@ extends java.lang.Object</pre>
 <li class="blockList">
 <h4>setExcelStyleRoundingMode</h4>
 <pre>public static&nbsp;void&nbsp;setExcelStyleRoundingMode(java.text.DecimalFormat&nbsp;format)</pre>
-<div class="block">Enables excel style rounding mode (round half up)
-  on the Decimal Format if possible.
- This will work for Java 1.6, but isn't possible
-  on Java 1.5.</div>
+<div class="block">Enables excel style rounding mode (round half up) on the 
+  Decimal Format given.</div>
 </li>
 </ul>
 <a name="setExcelStyleRoundingMode(java.text.DecimalFormat, java.math.RoundingMode)">
@@ -518,10 +515,7 @@ extends java.lang.Object</pre>
 <h4>setExcelStyleRoundingMode</h4>
 <pre>public static&nbsp;void&nbsp;setExcelStyleRoundingMode(java.text.DecimalFormat&nbsp;format,
                              java.math.RoundingMode&nbsp;roundingMode)</pre>
-<div class="block">Enables custom rounding mode
-  on the Decimal Format if possible.
- This will work for Java 1.6, but isn't possible
-  on Java 1.5.</div>
+<div class="block">Enables custom rounding mode on the given Decimal Format.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>format</code> - DecimalFormat</dd><dd><code>roundingMode</code> - RoundingMode</dd></dl>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html?rev=1575601&r1=1575600&r2=1575601&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html Sat Mar  8 20:04:33 2014
@@ -177,21 +177,35 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFFooter.html" title="class in org.apache.poi.xwpf.usermodel">XWPFFooter</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum)">createFooter</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum)">createFooter</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type)</code>
+<div class="block">Creates an empty footer of the specified type, containing a single
+ empty paragraph, to which you can then set text, add more paragraphs etc.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFFooter.html" title="class in org.apache.poi.xwpf.usermodel">XWPFFooter</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum, org.apache.poi.xwpf.usermodel.XWPFParagraph[])">createFooter</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type,
-            <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>[]&nbsp;pars)</code>&nbsp;</td>
+            <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>[]&nbsp;pars)</code>
+<div class="block">Creates a new footer of the specified type, to which the
+  supplied (and previously unattached!) paragraphs are
+  added to.</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFHeader.html" title="class in org.apache.poi.xwpf.usermodel">XWPFHeader</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum)">createHeader</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum)">createHeader</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type)</code>
+<div class="block">Creates an empty header of the specified type, containing a single
+ empty paragraph, to which you can then set text, add more paragraphs etc.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFHeader.html" title="class in org.apache.poi.xwpf.usermodel">XWPFHeader</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum, org.apache.poi.xwpf.usermodel.XWPFParagraph[])">createHeader</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type,
-            <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>[]&nbsp;pars)</code>&nbsp;</td>
+            <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>[]&nbsp;pars)</code>
+<div class="block">Creates a new header of the specified type, to which the
+  supplied (and previously unattached!) paragraphs are
+  added to.</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -355,6 +369,8 @@ extends java.lang.Object</pre>
 <h4>createHeader</h4>
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFHeader.html" title="class in org.apache.poi.xwpf.usermodel">XWPFHeader</a>&nbsp;createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type)
                         throws java.io.IOException</pre>
+<div class="block">Creates an empty header of the specified type, containing a single
+ empty paragraph, to which you can then set text, add more paragraphs etc.</div>
 <dl><dt><span class="strong">Throws:</span></dt>
 <dd><code>java.io.IOException</code></dd></dl>
 </li>
@@ -368,6 +384,9 @@ extends java.lang.Object</pre>
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFHeader.html" title="class in org.apache.poi.xwpf.usermodel">XWPFHeader</a>&nbsp;createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type,
                       <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>[]&nbsp;pars)
                         throws java.io.IOException</pre>
+<div class="block">Creates a new header of the specified type, to which the
+  supplied (and previously unattached!) paragraphs are
+  added to.</div>
 <dl><dt><span class="strong">Throws:</span></dt>
 <dd><code>java.io.IOException</code></dd></dl>
 </li>
@@ -380,6 +399,8 @@ extends java.lang.Object</pre>
 <h4>createFooter</h4>
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFFooter.html" title="class in org.apache.poi.xwpf.usermodel">XWPFFooter</a>&nbsp;createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type)
                         throws java.io.IOException</pre>
+<div class="block">Creates an empty footer of the specified type, containing a single
+ empty paragraph, to which you can then set text, add more paragraphs etc.</div>
 <dl><dt><span class="strong">Throws:</span></dt>
 <dd><code>java.io.IOException</code></dd></dl>
 </li>
@@ -393,6 +414,9 @@ extends java.lang.Object</pre>
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFFooter.html" title="class in org.apache.poi.xwpf.usermodel">XWPFFooter</a>&nbsp;createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type,
                       <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>[]&nbsp;pars)
                         throws java.io.IOException</pre>
+<div class="block">Creates a new footer of the specified type, to which the
+  supplied (and previously unattached!) paragraphs are
+  added to.</div>
 <dl><dt><span class="strong">Throws:</span></dt>
 <dd><code>java.io.IOException</code></dd></dl>
 </li>

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=1575601&r1=1575600&r2=1575601&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 Sat Mar  8 20:04:33 2014
@@ -855,17 +855,6 @@ public&nbsp;org.openxmlformats.schemas.w
 <dl><dt><span class="strong">Returns:</span></dt><dd>the footnote text or empty string if the paragraph does not have footnotes</dd></dl>
 </li>
 </ul>
-<a name="createRun()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>createRun</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a>&nbsp;createRun()</pre>
-<div class="block">Appends a new run to this paragraph</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>a new text run</dd></dl>
-</li>
-</ul>
 <a name="getAlignment()">
 <!--   -->
 </a>
@@ -1580,18 +1569,15 @@ public&nbsp;org.openxmlformats.schemas.w
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>run</code> - </dd></dl>
 </li>
 </ul>
-<a name="searchText(java.lang.String, org.apache.poi.xwpf.usermodel.PositionInParagraph)">
+<a name="createRun()">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>searchText</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/TextSegement.html" title="class in org.apache.poi.xwpf.usermodel">TextSegement</a>&nbsp;searchText(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)</pre>
-<div class="block">this methods parse the paragraph and search for the string searched.
- If it finds the string, it will return true and the position of the String
- will be saved in the parameter startPos.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>searched</code> - </dd><dd><code>startPos</code> - </dd></dl>
+<h4>createRun</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a>&nbsp;createRun()</pre>
+<div class="block">Appends a new run to this paragraph</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>a new text run</dd></dl>
 </li>
 </ul>
 <a name="insertNewRun(int)">
@@ -1606,6 +1592,20 @@ public&nbsp;org.openxmlformats.schemas.w
 <dt><span class="strong">Returns:</span></dt><dd>the inserted run</dd></dl>
 </li>
 </ul>
+<a name="searchText(java.lang.String, org.apache.poi.xwpf.usermodel.PositionInParagraph)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>searchText</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xwpf/usermodel/TextSegement.html" title="class in org.apache.poi.xwpf.usermodel">TextSegement</a>&nbsp;searchText(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)</pre>
+<div class="block">this methods parse the paragraph and search for the string searched.
+ If it finds the string, it will return true and the position of the String
+ will be saved in the parameter startPos.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>searched</code> - </dd><dd><code>startPos</code> - </dd></dl>
+</li>
+</ul>
 <a name="getText(org.apache.poi.xwpf.usermodel.TextSegement)">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFooter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFooter.html?rev=1575601&r1=1575600&r2=1575601&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFooter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFooter.html Sat Mar  8 20:04:33 2014
@@ -99,12 +99,19 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFooter.html" title="class in org.apache.poi.xwpf.usermodel">XWPFFooter</a></code></td>
-<td class="colLast"><span class="strong">XWPFHeaderFooterPolicy.</span><code><strong><a href="../../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum)">createFooter</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">XWPFHeaderFooterPolicy.</span><code><strong><a href="../../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum)">createFooter</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type)</code>
+<div class="block">Creates an empty footer of the specified type, containing a single
+ empty paragraph, to which you can then set text, add more paragraphs etc.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFooter.html" title="class in org.apache.poi.xwpf.usermodel">XWPFFooter</a></code></td>
 <td class="colLast"><span class="strong">XWPFHeaderFooterPolicy.</span><code><strong><a href="../../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum, org.apache.poi.xwpf.usermodel.XWPFParagraph[])">createFooter</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type,
-            <a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>[]&nbsp;pars)</code>&nbsp;</td>
+            <a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>[]&nbsp;pars)</code>
+<div class="block">Creates a new footer of the specified type, to which the
+  supplied (and previously unattached!) paragraphs are
+  added to.</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFooter.html" title="class in org.apache.poi.xwpf.usermodel">XWPFFooter</a></code></td>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFHeader.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFHeader.html?rev=1575601&r1=1575600&r2=1575601&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFHeader.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFHeader.html Sat Mar  8 20:04:33 2014
@@ -99,12 +99,19 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFHeader.html" title="class in org.apache.poi.xwpf.usermodel">XWPFHeader</a></code></td>
-<td class="colLast"><span class="strong">XWPFHeaderFooterPolicy.</span><code><strong><a href="../../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum)">createHeader</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">XWPFHeaderFooterPolicy.</span><code><strong><a href="../../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum)">createHeader</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type)</code>
+<div class="block">Creates an empty header of the specified type, containing a single
+ empty paragraph, to which you can then set text, add more paragraphs etc.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFHeader.html" title="class in org.apache.poi.xwpf.usermodel">XWPFHeader</a></code></td>
 <td class="colLast"><span class="strong">XWPFHeaderFooterPolicy.</span><code><strong><a href="../../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum, org.apache.poi.xwpf.usermodel.XWPFParagraph[])">createHeader</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type,
-            <a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>[]&nbsp;pars)</code>&nbsp;</td>
+            <a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>[]&nbsp;pars)</code>
+<div class="block">Creates a new header of the specified type, to which the
+  supplied (and previously unattached!) paragraphs are
+  added to.</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFHeader.html" title="class in org.apache.poi.xwpf.usermodel">XWPFHeader</a></code></td>

Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFParagraph.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFParagraph.html?rev=1575601&r1=1575600&r2=1575601&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFParagraph.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFParagraph.html Sat Mar  8 20:04:33 2014
@@ -136,12 +136,20 @@
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFFooter.html" title="class in org.apache.poi.xwpf.usermodel">XWPFFooter</a></code></td>
 <td class="colLast"><span class="strong">XWPFHeaderFooterPolicy.</span><code><strong><a href="../../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum, org.apache.poi.xwpf.usermodel.XWPFParagraph[])">createFooter</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type,
-            <a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>[]&nbsp;pars)</code>&nbsp;</td>
+            <a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>[]&nbsp;pars)</code>
+<div class="block">Creates a new footer of the specified type, to which the
+  supplied (and previously unattached!) paragraphs are
+  added to.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFHeader.html" title="class in org.apache.poi.xwpf.usermodel">XWPFHeader</a></code></td>
 <td class="colLast"><span class="strong">XWPFHeaderFooterPolicy.</span><code><strong><a href="../../../../../../org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.html#createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum, org.apache.poi.xwpf.usermodel.XWPFParagraph[])">createHeader</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum&nbsp;type,
-            <a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>[]&nbsp;pars)</code>&nbsp;</td>
+            <a href="../../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a>[]&nbsp;pars)</code>
+<div class="block">Creates a new header of the specified type, to which the
+  supplied (and previously unattached!) paragraphs are
+  added to.</div>
+</td>
 </tr>
 </tbody>
 </table>



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