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 2013/10/10 18:32:41 UTC

svn commit: r1531045 [4/15] - in /poi/site/publish/apidocs: ./ org/apache/poi/class-use/ org/apache/poi/ddf/class-use/ org/apache/poi/hpsf/class-use/ org/apache/poi/hpsf/wellknown/class-use/ org/apache/poi/hslf/model/class-use/ org/apache/poi/hslf/mode...

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/cont/class-use/ContinuableRecordOutput.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/cont/class-use/ContinuableRecordOutput.html?rev=1531045&r1=1531044&r2=1531045&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/cont/class-use/ContinuableRecordOutput.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/cont/class-use/ContinuableRecordOutput.html Thu Oct 10 16:32:37 2013
@@ -104,26 +104,26 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NameRecord.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/record/NameRecord.html#serialize(org.apache.poi.hssf.record.cont.ContinuableRecordOutput)">serialize</a></strong>(<a href="../../../../../../../org/apache/poi/hssf/record/cont/ContinuableRecordOutput.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecordOutput</a>&nbsp;out)</code>
-<div class="block">NameRecord can span into</div>
-</td>
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">SSTRecord.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/record/SSTRecord.html#serialize(org.apache.poi.hssf.record.cont.ContinuableRecordOutput)">serialize</a></strong>(<a href="../../../../../../../org/apache/poi/hssf/record/cont/ContinuableRecordOutput.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecordOutput</a>&nbsp;out)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="strong">ExtSSTRecord.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/record/ExtSSTRecord.html#serialize(org.apache.poi.hssf.record.cont.ContinuableRecordOutput)">serialize</a></strong>(<a href="../../../../../../../org/apache/poi/hssf/record/cont/ContinuableRecordOutput.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecordOutput</a>&nbsp;out)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">SSTRecord.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/record/SSTRecord.html#serialize(org.apache.poi.hssf.record.cont.ContinuableRecordOutput)">serialize</a></strong>(<a href="../../../../../../../org/apache/poi/hssf/record/cont/ContinuableRecordOutput.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecordOutput</a>&nbsp;out)</code>&nbsp;</td>
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">NameRecord.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/record/NameRecord.html#serialize(org.apache.poi.hssf.record.cont.ContinuableRecordOutput)">serialize</a></strong>(<a href="../../../../../../../org/apache/poi/hssf/record/cont/ContinuableRecordOutput.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecordOutput</a>&nbsp;out)</code>
+<div class="block">NameRecord can span into</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">StringRecord.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/record/StringRecord.html#serialize(org.apache.poi.hssf.record.cont.ContinuableRecordOutput)">serialize</a></strong>(<a href="../../../../../../../org/apache/poi/hssf/record/cont/ContinuableRecordOutput.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecordOutput</a>&nbsp;out)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">TextObjectRecord.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/record/TextObjectRecord.html#serialize(org.apache.poi.hssf.record.cont.ContinuableRecordOutput)">serialize</a></strong>(<a href="../../../../../../../org/apache/poi/hssf/record/cont/ContinuableRecordOutput.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecordOutput</a>&nbsp;out)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">TextObjectRecord.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/record/TextObjectRecord.html#serialize(org.apache.poi.hssf.record.cont.ContinuableRecordOutput)">serialize</a></strong>(<a href="../../../../../../../org/apache/poi/hssf/record/cont/ContinuableRecordOutput.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecordOutput</a>&nbsp;out)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">StringRecord.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/record/StringRecord.html#serialize(org.apache.poi.hssf.record.cont.ContinuableRecordOutput)">serialize</a></strong>(<a href="../../../../../../../org/apache/poi/hssf/record/cont/ContinuableRecordOutput.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecordOutput</a>&nbsp;out)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFPalette.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFPalette.html?rev=1531045&r1=1531044&r2=1531045&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFPalette.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFPalette.html Thu Oct 10 16:32:37 2013
@@ -150,7 +150,7 @@ extends java.lang.Object</pre>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFPalette.html#findColor(byte, byte, byte)">findColor</a></strong>(byte&nbsp;red,
          byte&nbsp;green,
          byte&nbsp;blue)</code>
-<div class="block">Finds the first occurance of a given color</div>
+<div class="block">Finds the first occurrence of a given color</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -262,7 +262,7 @@ extends java.lang.Object</pre>
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/util/HSSFColor.html" title="class in org.apache.poi.hssf.util">HSSFColor</a>&nbsp;findColor(byte&nbsp;red,
                   byte&nbsp;green,
                   byte&nbsp;blue)</pre>
-<div class="block">Finds the first occurance of a given color</div>
+<div class="block">Finds the first occurrence of a given color</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>red</code> - the RGB red component, between 0 and 255 inclusive</dd><dd><code>green</code> - the RGB green component, between 0 and 255 inclusive</dd><dd><code>blue</code> - the RGB blue component, between 0 and 255 inclusive</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the color, or null if the color does not exist in this palette</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFAnchor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFAnchor.html?rev=1531045&r1=1531044&r2=1531045&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFAnchor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFAnchor.html Thu Oct 10 16:32:37 2013
@@ -102,16 +102,16 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a></code></td>
+<td class="colLast"><span class="strong">ConvertAnchor.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/ConvertAnchor.html#createAnchor(org.apache.poi.hssf.usermodel.HSSFAnchor)">createAnchor</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFAnchor.html" title="class in org.apache.poi.hssf.usermodel">HSSFAnchor</a>&nbsp;userAnchor)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a></code></td>
 <td class="colLast"><span class="strong">AbstractShape.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/AbstractShape.html#createAnchor(org.apache.poi.hssf.usermodel.HSSFAnchor)">createAnchor</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFAnchor.html" title="class in org.apache.poi.hssf.usermodel">HSSFAnchor</a>&nbsp;userAnchor)</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 <div class="block">Creates an escher anchor record from a HSSFAnchor.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a></code></td>
-<td class="colLast"><span class="strong">ConvertAnchor.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/ConvertAnchor.html#createAnchor(org.apache.poi.hssf.usermodel.HSSFAnchor)">createAnchor</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFAnchor.html" title="class in org.apache.poi.hssf.usermodel">HSSFAnchor</a>&nbsp;userAnchor)</code>&nbsp;</td>
-</tr>
 </tbody>
 </table>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFPatriarch.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFPatriarch.html?rev=1531045&r1=1531044&r2=1531045&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFPatriarch.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFPatriarch.html Thu Oct 10 16:32:37 2013
@@ -122,25 +122,29 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">HSSFShapeGroup.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShapeGroup.html#afterRemove(org.apache.poi.hssf.usermodel.HSSFPatriarch)">afterRemove</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html" title="class in org.apache.poi.hssf.usermodel">HSSFPatriarch</a>&nbsp;patriarch)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">HSSFObjectData.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFObjectData.html#afterRemove(org.apache.poi.hssf.usermodel.HSSFPatriarch)">afterRemove</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html" title="class in org.apache.poi.hssf.usermodel">HSSFPatriarch</a>&nbsp;patriarch)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">HSSFTextbox.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFTextbox.html#afterRemove(org.apache.poi.hssf.usermodel.HSSFPatriarch)">afterRemove</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html" title="class in org.apache.poi.hssf.usermodel">HSSFPatriarch</a>&nbsp;patriarch)</code>&nbsp;</td>
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">HSSFComment.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFComment.html#afterRemove(org.apache.poi.hssf.usermodel.HSSFPatriarch)">afterRemove</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html" title="class in org.apache.poi.hssf.usermodel">HSSFPatriarch</a>&nbsp;patriarch)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">HSSFObjectData.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFObjectData.html#afterRemove(org.apache.poi.hssf.usermodel.HSSFPatriarch)">afterRemove</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html" title="class in org.apache.poi.hssf.usermodel">HSSFPatriarch</a>&nbsp;patriarch)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">HSSFTextbox.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFTextbox.html#afterRemove(org.apache.poi.hssf.usermodel.HSSFPatriarch)">afterRemove</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html" title="class in org.apache.poi.hssf.usermodel">HSSFPatriarch</a>&nbsp;patriarch)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">HSSFComment.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFComment.html#afterRemove(org.apache.poi.hssf.usermodel.HSSFPatriarch)">afterRemove</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html" title="class in org.apache.poi.hssf.usermodel">HSSFPatriarch</a>&nbsp;patriarch)</code>&nbsp;</td>
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">HSSFSimpleShape.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFSimpleShape.html#afterRemove(org.apache.poi.hssf.usermodel.HSSFPatriarch)">afterRemove</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html" title="class in org.apache.poi.hssf.usermodel">HSSFPatriarch</a>&nbsp;patriarch)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><span class="strong">HSSFPolygon.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPolygon.html#afterRemove(org.apache.poi.hssf.usermodel.HSSFPatriarch)">afterRemove</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html" title="class in org.apache.poi.hssf.usermodel">HSSFPatriarch</a>&nbsp;patriarch)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">HSSFShapeGroup.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShapeGroup.html#afterRemove(org.apache.poi.hssf.usermodel.HSSFPatriarch)">afterRemove</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html" title="class in org.apache.poi.hssf.usermodel">HSSFPatriarch</a>&nbsp;patriarch)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>protected abstract void</code></td>
 <td class="colLast"><span class="strong">HSSFShape.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html#afterRemove(org.apache.poi.hssf.usermodel.HSSFPatriarch)">afterRemove</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html" title="class in org.apache.poi.hssf.usermodel">HSSFPatriarch</a>&nbsp;patriarch)</code>
 <div class="block">remove escher container from the patriarch.escherAggregate
@@ -148,10 +152,6 @@
  in case of ShapeGroup remove all contained shapes</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">HSSFSimpleShape.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFSimpleShape.html#afterRemove(org.apache.poi.hssf.usermodel.HSSFPatriarch)">afterRemove</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html" title="class in org.apache.poi.hssf.usermodel">HSSFPatriarch</a>&nbsp;patriarch)</code>&nbsp;</td>
-</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a></code></td>
 <td class="colLast"><span class="strong">HSSFShapeGroup.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShapeGroup.html#cloneShape(org.apache.poi.hssf.usermodel.HSSFPatriarch)">cloneShape</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html" title="class in org.apache.poi.hssf.usermodel">HSSFPatriarch</a>&nbsp;patriarch)</code>&nbsp;</td>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFShape.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFShape.html?rev=1531045&r1=1531044&r2=1531045&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFShape.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFShape.html Thu Oct 10 16:32:37 2013
@@ -194,31 +194,31 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a></code></td>
-<td class="colLast"><span class="strong">HSSFShapeGroup.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShapeGroup.html#cloneShape()">cloneShape</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">HSSFObjectData.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFObjectData.html#cloneShape()">cloneShape</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a></code></td>
-<td class="colLast"><span class="strong">HSSFTextbox.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFTextbox.html#cloneShape()">cloneShape</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">HSSFComment.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFComment.html#cloneShape()">cloneShape</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a></code></td>
-<td class="colLast"><span class="strong">HSSFObjectData.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFObjectData.html#cloneShape()">cloneShape</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">HSSFTextbox.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFTextbox.html#cloneShape()">cloneShape</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a></code></td>
-<td class="colLast"><span class="strong">HSSFComment.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFComment.html#cloneShape()">cloneShape</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">HSSFPicture.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPicture.html#cloneShape()">cloneShape</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a></code></td>
-<td class="colLast"><span class="strong">HSSFPicture.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPicture.html#cloneShape()">cloneShape</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">HSSFSimpleShape.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFSimpleShape.html#cloneShape()">cloneShape</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected abstract <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a></code></td>
-<td class="colLast"><span class="strong">HSSFShape.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html#cloneShape()">cloneShape</a></strong>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a></code></td>
+<td class="colLast"><span class="strong">HSSFShapeGroup.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShapeGroup.html#cloneShape()">cloneShape</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a></code></td>
-<td class="colLast"><span class="strong">HSSFSimpleShape.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFSimpleShape.html#cloneShape()">cloneShape</a></strong>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected abstract <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a></code></td>
+<td class="colLast"><span class="strong">HSSFShape.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html#cloneShape()">cloneShape</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a></code></td>
@@ -241,27 +241,27 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a>&gt;</code></td>
-<td class="colLast"><span class="strong">HSSFShapeGroup.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShapeGroup.html#getChildren()">getChildren</a></strong>()</code>
-<div class="block">Return all children contained by this shape.</div>
+<td class="colLast"><span class="strong">HSSFPatriarch.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html#getChildren()">getChildren</a></strong>()</code>
+<div class="block">Returns a unmodifiable list of all shapes contained by the patriarch.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a>&gt;</code></td>
-<td class="colLast"><span class="strong">HSSFShapeContainer.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShapeContainer.html#getChildren()">getChildren</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">HSSFShapeGroup.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShapeGroup.html#getChildren()">getChildren</a></strong>()</code>
+<div class="block">Return all children contained by this shape.</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a>&gt;</code></td>
-<td class="colLast"><span class="strong">HSSFPatriarch.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html#getChildren()">getChildren</a></strong>()</code>
-<div class="block">Returns a unmodifiable list of all shapes contained by the patriarch.</div>
-</td>
+<td class="colLast"><span class="strong">HSSFShapeContainer.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShapeContainer.html#getChildren()">getChildren</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>java.util.Iterator&lt;<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a>&gt;</code></td>
-<td class="colLast"><span class="strong">HSSFShapeGroup.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShapeGroup.html#iterator()">iterator</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">HSSFPatriarch.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html#iterator()">iterator</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>java.util.Iterator&lt;<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a>&gt;</code></td>
-<td class="colLast"><span class="strong">HSSFPatriarch.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html#iterator()">iterator</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">HSSFShapeGroup.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShapeGroup.html#iterator()">iterator</a></strong>()</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -274,33 +274,33 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">HSSFShapeGroup.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShapeGroup.html#addShape(org.apache.poi.hssf.usermodel.HSSFShape)">addShape</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a>&nbsp;shape)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">HSSFPatriarch.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html#addShape(org.apache.poi.hssf.usermodel.HSSFShape)">addShape</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a>&nbsp;shape)</code>
+<div class="block">add a shape to this drawing</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">HSSFShapeContainer.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShapeContainer.html#addShape(org.apache.poi.hssf.usermodel.HSSFShape)">addShape</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a>&nbsp;shape)</code>
-<div class="block">add shape to the list of child records</div>
-</td>
+<td class="colLast"><span class="strong">HSSFShapeGroup.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShapeGroup.html#addShape(org.apache.poi.hssf.usermodel.HSSFShape)">addShape</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a>&nbsp;shape)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">HSSFPatriarch.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html#addShape(org.apache.poi.hssf.usermodel.HSSFShape)">addShape</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a>&nbsp;shape)</code>
-<div class="block">add a shape to this drawing</div>
+<td class="colLast"><span class="strong">HSSFShapeContainer.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShapeContainer.html#addShape(org.apache.poi.hssf.usermodel.HSSFShape)">addShape</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a>&nbsp;shape)</code>
+<div class="block">add shape to the list of child records</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="strong">HSSFShapeGroup.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShapeGroup.html#removeShape(org.apache.poi.hssf.usermodel.HSSFShape)">removeShape</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a>&nbsp;shape)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">HSSFPatriarch.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html#removeShape(org.apache.poi.hssf.usermodel.HSSFShape)">removeShape</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a>&nbsp;shape)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="strong">HSSFShapeContainer.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShapeContainer.html#removeShape(org.apache.poi.hssf.usermodel.HSSFShape)">removeShape</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a>&nbsp;shape)</code>
-<div class="block">remove first level shapes</div>
-</td>
+<td class="colLast"><span class="strong">HSSFShapeGroup.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShapeGroup.html#removeShape(org.apache.poi.hssf.usermodel.HSSFShape)">removeShape</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a>&nbsp;shape)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="strong">HSSFPatriarch.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPatriarch.html#removeShape(org.apache.poi.hssf.usermodel.HSSFShape)">removeShape</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a>&nbsp;shape)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">HSSFShapeContainer.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShapeContainer.html#removeShape(org.apache.poi.hssf.usermodel.HSSFShape)">removeShape</a></strong>(<a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a>&nbsp;shape)</code>
+<div class="block">remove first level shapes</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/util/class-use/HSSFColor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/util/class-use/HSSFColor.html?rev=1531045&r1=1531044&r2=1531045&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/util/class-use/HSSFColor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/util/class-use/HSSFColor.html Thu Oct 10 16:32:37 2013
@@ -137,7 +137,7 @@ HSSF concepts.</div>
 <td class="colLast"><span class="strong">HSSFPalette.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFPalette.html#findColor(byte, byte, byte)">findColor</a></strong>(byte&nbsp;red,
          byte&nbsp;green,
          byte&nbsp;blue)</code>
-<div class="block">Finds the first occurance of a given color</div>
+<div class="block">Finds the first occurrence of a given color</div>
 </td>
 </tr>
 <tr class="altColor">

Modified: poi/site/publish/apidocs/org/apache/poi/hwpf/class-use/HWPFDocument.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwpf/class-use/HWPFDocument.html?rev=1531045&r1=1531044&r2=1531045&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwpf/class-use/HWPFDocument.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hwpf/class-use/HWPFDocument.html Thu Oct 10 16:32:37 2013
@@ -113,15 +113,15 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processDrawnObject(org.apache.poi.hwpf.HWPFDocument, org.apache.poi.hwpf.usermodel.CharacterRun, org.apache.poi.hwpf.usermodel.OfficeDrawing, java.lang.String, org.w3c.dom.Element)">processDrawnObject</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;doc,
+<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processDrawnObject(org.apache.poi.hwpf.HWPFDocument, org.apache.poi.hwpf.usermodel.CharacterRun, org.apache.poi.hwpf.usermodel.OfficeDrawing, java.lang.String, org.w3c.dom.Element)">processDrawnObject</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;doc,
                   <a href="../../../../../org/apache/poi/hwpf/usermodel/CharacterRun.html" title="class in org.apache.poi.hwpf.usermodel">CharacterRun</a>&nbsp;characterRun,
                   <a href="../../../../../org/apache/poi/hwpf/usermodel/OfficeDrawing.html" title="interface in org.apache.poi.hwpf.usermodel">OfficeDrawing</a>&nbsp;officeDrawing,
                   java.lang.String&nbsp;path,
                   org.w3c.dom.Element&nbsp;block)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processDrawnObject(org.apache.poi.hwpf.HWPFDocument, org.apache.poi.hwpf.usermodel.CharacterRun, org.apache.poi.hwpf.usermodel.OfficeDrawing, java.lang.String, org.w3c.dom.Element)">processDrawnObject</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;doc,
+<td class="colFirst"><code>protected abstract void</code></td>
+<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processDrawnObject(org.apache.poi.hwpf.HWPFDocument, org.apache.poi.hwpf.usermodel.CharacterRun, org.apache.poi.hwpf.usermodel.OfficeDrawing, java.lang.String, org.w3c.dom.Element)">processDrawnObject</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;doc,
                   <a href="../../../../../org/apache/poi/hwpf/usermodel/CharacterRun.html" title="class in org.apache.poi.hwpf.usermodel">CharacterRun</a>&nbsp;characterRun,
                   <a href="../../../../../org/apache/poi/hwpf/usermodel/OfficeDrawing.html" title="interface in org.apache.poi.hwpf.usermodel">OfficeDrawing</a>&nbsp;officeDrawing,
                   java.lang.String&nbsp;path,
@@ -136,8 +136,8 @@
                   org.w3c.dom.Element&nbsp;block)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected abstract void</code></td>
-<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processDrawnObject(org.apache.poi.hwpf.HWPFDocument, org.apache.poi.hwpf.usermodel.CharacterRun, org.apache.poi.hwpf.usermodel.OfficeDrawing, java.lang.String, org.w3c.dom.Element)">processDrawnObject</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;doc,
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processDrawnObject(org.apache.poi.hwpf.HWPFDocument, org.apache.poi.hwpf.usermodel.CharacterRun, org.apache.poi.hwpf.usermodel.OfficeDrawing, java.lang.String, org.w3c.dom.Element)">processDrawnObject</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;doc,
                   <a href="../../../../../org/apache/poi/hwpf/usermodel/CharacterRun.html" title="class in org.apache.poi.hwpf.usermodel">CharacterRun</a>&nbsp;characterRun,
                   <a href="../../../../../org/apache/poi/hwpf/usermodel/OfficeDrawing.html" title="interface in org.apache.poi.hwpf.usermodel">OfficeDrawing</a>&nbsp;officeDrawing,
                   java.lang.String&nbsp;path,
@@ -145,14 +145,14 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processEndnoteAutonumbered(org.apache.poi.hwpf.HWPFDocument, int, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range)">processEndnoteAutonumbered</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;wordDocument,
+<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processEndnoteAutonumbered(org.apache.poi.hwpf.HWPFDocument, int, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range)">processEndnoteAutonumbered</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;wordDocument,
                           int&nbsp;noteIndex,
                           org.w3c.dom.Element&nbsp;block,
                           <a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;endnoteTextRange)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processEndnoteAutonumbered(org.apache.poi.hwpf.HWPFDocument, int, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range)">processEndnoteAutonumbered</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;wordDocument,
+<td class="colFirst"><code>protected abstract void</code></td>
+<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processEndnoteAutonumbered(org.apache.poi.hwpf.HWPFDocument, int, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range)">processEndnoteAutonumbered</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;wordDocument,
                           int&nbsp;noteIndex,
                           org.w3c.dom.Element&nbsp;block,
                           <a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;endnoteTextRange)</code>&nbsp;</td>
@@ -165,8 +165,8 @@
                           <a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;endnoteTextRange)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected abstract void</code></td>
-<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processEndnoteAutonumbered(org.apache.poi.hwpf.HWPFDocument, int, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range)">processEndnoteAutonumbered</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;wordDocument,
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processEndnoteAutonumbered(org.apache.poi.hwpf.HWPFDocument, int, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range)">processEndnoteAutonumbered</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;wordDocument,
                           int&nbsp;noteIndex,
                           org.w3c.dom.Element&nbsp;block,
                           <a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;endnoteTextRange)</code>&nbsp;</td>
@@ -181,14 +181,14 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processFootnoteAutonumbered(org.apache.poi.hwpf.HWPFDocument, int, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range)">processFootnoteAutonumbered</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;wordDocument,
+<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processFootnoteAutonumbered(org.apache.poi.hwpf.HWPFDocument, int, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range)">processFootnoteAutonumbered</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;wordDocument,
                            int&nbsp;noteIndex,
                            org.w3c.dom.Element&nbsp;block,
                            <a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;footnoteTextRange)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processFootnoteAutonumbered(org.apache.poi.hwpf.HWPFDocument, int, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range)">processFootnoteAutonumbered</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;wordDocument,
+<td class="colFirst"><code>protected abstract void</code></td>
+<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processFootnoteAutonumbered(org.apache.poi.hwpf.HWPFDocument, int, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range)">processFootnoteAutonumbered</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;wordDocument,
                            int&nbsp;noteIndex,
                            org.w3c.dom.Element&nbsp;block,
                            <a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;footnoteTextRange)</code>&nbsp;</td>
@@ -201,8 +201,8 @@
                            <a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;footnoteTextRange)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected abstract void</code></td>
-<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processFootnoteAutonumbered(org.apache.poi.hwpf.HWPFDocument, int, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range)">processFootnoteAutonumbered</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;wordDocument,
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processFootnoteAutonumbered(org.apache.poi.hwpf.HWPFDocument, int, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range)">processFootnoteAutonumbered</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;wordDocument,
                            int&nbsp;noteIndex,
                            org.w3c.dom.Element&nbsp;block,
                            <a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;footnoteTextRange)</code>&nbsp;</td>
@@ -229,13 +229,13 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected boolean</code></td>
-<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processOle2(org.apache.poi.hwpf.HWPFDocument, org.w3c.dom.Element, org.apache.poi.poifs.filesystem.Entry)">processOle2</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;wordDocument,
+<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processOle2(org.apache.poi.hwpf.HWPFDocument, org.w3c.dom.Element, org.apache.poi.poifs.filesystem.Entry)">processOle2</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;wordDocument,
            org.w3c.dom.Element&nbsp;block,
            <a href="../../../../../org/apache/poi/poifs/filesystem/Entry.html" title="interface in org.apache.poi.poifs.filesystem">Entry</a>&nbsp;entry)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected boolean</code></td>
-<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processOle2(org.apache.poi.hwpf.HWPFDocument, org.w3c.dom.Element, org.apache.poi.poifs.filesystem.Entry)">processOle2</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;wordDocument,
+<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processOle2(org.apache.poi.hwpf.HWPFDocument, org.w3c.dom.Element, org.apache.poi.poifs.filesystem.Entry)">processOle2</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html" title="class in org.apache.poi.hwpf">HWPFDocument</a>&nbsp;wordDocument,
            org.w3c.dom.Element&nbsp;block,
            <a href="../../../../../org/apache/poi/poifs/filesystem/Entry.html" title="interface in org.apache.poi.poifs.filesystem">Entry</a>&nbsp;entry)</code>&nbsp;</td>
 </tr>

Modified: poi/site/publish/apidocs/org/apache/poi/hwpf/class-use/HWPFDocumentCore.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwpf/class-use/HWPFDocumentCore.html?rev=1531045&r1=1531044&r2=1531045&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwpf/class-use/HWPFDocumentCore.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hwpf/class-use/HWPFDocumentCore.html Thu Oct 10 16:32:37 2013
@@ -164,19 +164,21 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processBookmarks(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range, int, java.util.List)">processBookmarks</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
+<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processBookmarks(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range, int, java.util.List)">processBookmarks</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
                 org.w3c.dom.Element&nbsp;currentBlock,
                 <a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;range,
                 int&nbsp;currentTableLevel,
                 java.util.List&lt;<a href="../../../../../org/apache/poi/hwpf/usermodel/Bookmark.html" title="interface in org.apache.poi.hwpf.usermodel">Bookmark</a>&gt;&nbsp;rangeBookmarks)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processBookmarks(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range, int, java.util.List)">processBookmarks</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
+<td class="colFirst"><code>protected abstract void</code></td>
+<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processBookmarks(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range, int, java.util.List)">processBookmarks</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
                 org.w3c.dom.Element&nbsp;currentBlock,
                 <a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;range,
                 int&nbsp;currentTableLevel,
-                java.util.List&lt;<a href="../../../../../org/apache/poi/hwpf/usermodel/Bookmark.html" title="interface in org.apache.poi.hwpf.usermodel">Bookmark</a>&gt;&nbsp;rangeBookmarks)</code>&nbsp;</td>
+                java.util.List&lt;<a href="../../../../../org/apache/poi/hwpf/usermodel/Bookmark.html" title="interface in org.apache.poi.hwpf.usermodel">Bookmark</a>&gt;&nbsp;rangeBookmarks)</code>
+<div class="block">Wrap range into bookmark(s) and process it.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
@@ -187,14 +189,12 @@
                 java.util.List&lt;<a href="../../../../../org/apache/poi/hwpf/usermodel/Bookmark.html" title="interface in org.apache.poi.hwpf.usermodel">Bookmark</a>&gt;&nbsp;rangeBookmarks)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected abstract void</code></td>
-<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processBookmarks(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range, int, java.util.List)">processBookmarks</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processBookmarks(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range, int, java.util.List)">processBookmarks</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
                 org.w3c.dom.Element&nbsp;currentBlock,
                 <a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;range,
                 int&nbsp;currentTableLevel,
-                java.util.List&lt;<a href="../../../../../org/apache/poi/hwpf/usermodel/Bookmark.html" title="interface in org.apache.poi.hwpf.usermodel">Bookmark</a>&gt;&nbsp;rangeBookmarks)</code>
-<div class="block">Wrap range into bookmark(s) and process it.</div>
-</td>
+                java.util.List&lt;<a href="../../../../../org/apache/poi/hwpf/usermodel/Bookmark.html" title="interface in org.apache.poi.hwpf.usermodel">Bookmark</a>&gt;&nbsp;rangeBookmarks)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected boolean</code></td>
@@ -219,30 +219,30 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processDocumentPart(org.apache.poi.hwpf.HWPFDocumentCore, org.apache.poi.hwpf.usermodel.Range)">processDocumentPart</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
+<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processDocumentPart(org.apache.poi.hwpf.HWPFDocumentCore, org.apache.poi.hwpf.usermodel.Range)">processDocumentPart</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
                    <a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;range)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processDocumentPart(org.apache.poi.hwpf.HWPFDocumentCore, org.apache.poi.hwpf.usermodel.Range)">processDocumentPart</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processDocumentPart(org.apache.poi.hwpf.HWPFDocumentCore, org.apache.poi.hwpf.usermodel.Range)">processDocumentPart</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
                    <a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;range)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processDocumentPart(org.apache.poi.hwpf.HWPFDocumentCore, org.apache.poi.hwpf.usermodel.Range)">processDocumentPart</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processDocumentPart(org.apache.poi.hwpf.HWPFDocumentCore, org.apache.poi.hwpf.usermodel.Range)">processDocumentPart</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
                    <a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;range)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processHyperlink(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range, int, java.lang.String)">processHyperlink</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
+<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processHyperlink(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range, int, java.lang.String)">processHyperlink</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
                 org.w3c.dom.Element&nbsp;currentBlock,
                 <a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;textRange,
                 int&nbsp;currentTableLevel,
                 java.lang.String&nbsp;hyperlink)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processHyperlink(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range, int, java.lang.String)">processHyperlink</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
+<td class="colFirst"><code>protected abstract void</code></td>
+<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processHyperlink(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range, int, java.lang.String)">processHyperlink</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
                 org.w3c.dom.Element&nbsp;currentBlock,
                 <a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;textRange,
                 int&nbsp;currentTableLevel,
@@ -257,8 +257,8 @@
                 java.lang.String&nbsp;hyperlink)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected abstract void</code></td>
-<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processHyperlink(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range, int, java.lang.String)">processHyperlink</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processHyperlink(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range, int, java.lang.String)">processHyperlink</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
                 org.w3c.dom.Element&nbsp;currentBlock,
                 <a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;textRange,
                 int&nbsp;currentTableLevel,
@@ -266,12 +266,12 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processPageBreak(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element)">processPageBreak</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
+<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processPageBreak(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element)">processPageBreak</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
                 org.w3c.dom.Element&nbsp;flow)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processPageBreak(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element)">processPageBreak</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
+<td class="colFirst"><code>protected abstract void</code></td>
+<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processPageBreak(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element)">processPageBreak</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
                 org.w3c.dom.Element&nbsp;flow)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -280,21 +280,21 @@
                 org.w3c.dom.Element&nbsp;flow)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected abstract void</code></td>
-<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processPageBreak(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element)">processPageBreak</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processPageBreak(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element)">processPageBreak</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
                 org.w3c.dom.Element&nbsp;flow)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processPageref(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range, int, java.lang.String)">processPageref</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
+<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processPageref(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range, int, java.lang.String)">processPageref</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;hwpfDocument,
               org.w3c.dom.Element&nbsp;currentBlock,
               <a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;textRange,
               int&nbsp;currentTableLevel,
               java.lang.String&nbsp;pageref)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processPageref(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range, int, java.lang.String)">processPageref</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;hwpfDocument,
+<td class="colFirst"><code>protected abstract void</code></td>
+<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processPageref(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range, int, java.lang.String)">processPageref</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
               org.w3c.dom.Element&nbsp;currentBlock,
               <a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;textRange,
               int&nbsp;currentTableLevel,
@@ -309,8 +309,8 @@
               java.lang.String&nbsp;pageref)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected abstract void</code></td>
-<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processPageref(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range, int, java.lang.String)">processPageref</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processPageref(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Range, int, java.lang.String)">processPageref</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
               org.w3c.dom.Element&nbsp;currentBlock,
               <a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;textRange,
               int&nbsp;currentTableLevel,
@@ -318,15 +318,15 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processParagraph(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, int, org.apache.poi.hwpf.usermodel.Paragraph, java.lang.String)">processParagraph</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
+<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processParagraph(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, int, org.apache.poi.hwpf.usermodel.Paragraph, java.lang.String)">processParagraph</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;hwpfDocument,
                 org.w3c.dom.Element&nbsp;parentElement,
                 int&nbsp;currentTableLevel,
                 <a href="../../../../../org/apache/poi/hwpf/usermodel/Paragraph.html" title="class in org.apache.poi.hwpf.usermodel">Paragraph</a>&nbsp;paragraph,
                 java.lang.String&nbsp;bulletText)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processParagraph(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, int, org.apache.poi.hwpf.usermodel.Paragraph, java.lang.String)">processParagraph</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;hwpfDocument,
+<td class="colFirst"><code>protected abstract void</code></td>
+<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processParagraph(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, int, org.apache.poi.hwpf.usermodel.Paragraph, java.lang.String)">processParagraph</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
                 org.w3c.dom.Element&nbsp;parentElement,
                 int&nbsp;currentTableLevel,
                 <a href="../../../../../org/apache/poi/hwpf/usermodel/Paragraph.html" title="class in org.apache.poi.hwpf.usermodel">Paragraph</a>&nbsp;paragraph,
@@ -341,8 +341,8 @@
                 java.lang.String&nbsp;bulletText)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected abstract void</code></td>
-<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processParagraph(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, int, org.apache.poi.hwpf.usermodel.Paragraph, java.lang.String)">processParagraph</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processParagraph(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, int, org.apache.poi.hwpf.usermodel.Paragraph, java.lang.String)">processParagraph</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
                 org.w3c.dom.Element&nbsp;parentElement,
                 int&nbsp;currentTableLevel,
                 <a href="../../../../../org/apache/poi/hwpf/usermodel/Paragraph.html" title="class in org.apache.poi.hwpf.usermodel">Paragraph</a>&nbsp;paragraph,
@@ -357,15 +357,15 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processSection(org.apache.poi.hwpf.HWPFDocumentCore, org.apache.poi.hwpf.usermodel.Section, int)">processSection</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
+<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processSection(org.apache.poi.hwpf.HWPFDocumentCore, org.apache.poi.hwpf.usermodel.Section, int)">processSection</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
               <a href="../../../../../org/apache/poi/hwpf/usermodel/Section.html" title="class in org.apache.poi.hwpf.usermodel">Section</a>&nbsp;section,
-              int&nbsp;s)</code>&nbsp;</td>
+              int&nbsp;sectionCounter)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processSection(org.apache.poi.hwpf.HWPFDocumentCore, org.apache.poi.hwpf.usermodel.Section, int)">processSection</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
+<td class="colFirst"><code>protected abstract void</code></td>
+<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processSection(org.apache.poi.hwpf.HWPFDocumentCore, org.apache.poi.hwpf.usermodel.Section, int)">processSection</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
               <a href="../../../../../org/apache/poi/hwpf/usermodel/Section.html" title="class in org.apache.poi.hwpf.usermodel">Section</a>&nbsp;section,
-              int&nbsp;sectionCounter)</code>&nbsp;</td>
+              int&nbsp;s)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
@@ -374,8 +374,8 @@
               int&nbsp;sectionCounter)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected abstract void</code></td>
-<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processSection(org.apache.poi.hwpf.HWPFDocumentCore, org.apache.poi.hwpf.usermodel.Section, int)">processSection</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processSection(org.apache.poi.hwpf.HWPFDocumentCore, org.apache.poi.hwpf.usermodel.Section, int)">processSection</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
               <a href="../../../../../org/apache/poi/hwpf/usermodel/Section.html" title="class in org.apache.poi.hwpf.usermodel">Section</a>&nbsp;section,
               int&nbsp;s)</code>&nbsp;</td>
 </tr>
@@ -391,13 +391,13 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processTable(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Table)">processTable</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
+<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processTable(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Table)">processTable</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;hwpfDocument,
             org.w3c.dom.Element&nbsp;flow,
             <a href="../../../../../org/apache/poi/hwpf/usermodel/Table.html" title="class in org.apache.poi.hwpf.usermodel">Table</a>&nbsp;table)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processTable(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Table)">processTable</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;hwpfDocument,
+<td class="colFirst"><code>protected abstract void</code></td>
+<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processTable(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Table)">processTable</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
             org.w3c.dom.Element&nbsp;flow,
             <a href="../../../../../org/apache/poi/hwpf/usermodel/Table.html" title="class in org.apache.poi.hwpf.usermodel">Table</a>&nbsp;table)</code>&nbsp;</td>
 </tr>
@@ -408,8 +408,8 @@
             <a href="../../../../../org/apache/poi/hwpf/usermodel/Table.html" title="class in org.apache.poi.hwpf.usermodel">Table</a>&nbsp;table)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected abstract void</code></td>
-<td class="colLast"><span class="strong">AbstractWordConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/AbstractWordConverter.html#processTable(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Table)">processTable</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">WordToTextConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToTextConverter.html#processTable(org.apache.poi.hwpf.HWPFDocumentCore, org.w3c.dom.Element, org.apache.poi.hwpf.usermodel.Table)">processTable</a></strong>(<a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html" title="class in org.apache.poi.hwpf">HWPFDocumentCore</a>&nbsp;wordDocument,
             org.w3c.dom.Element&nbsp;flow,
             <a href="../../../../../org/apache/poi/hwpf/usermodel/Table.html" title="class in org.apache.poi.hwpf.usermodel">Table</a>&nbsp;table)</code>&nbsp;</td>
 </tr>

Modified: poi/site/publish/apidocs/org/apache/poi/hwpf/model/class-use/FieldsDocumentPart.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwpf/model/class-use/FieldsDocumentPart.html?rev=1531045&r1=1531044&r2=1531045&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwpf/model/class-use/FieldsDocumentPart.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hwpf/model/class-use/FieldsDocumentPart.html Thu Oct 10 16:32:37 2013
@@ -156,22 +156,22 @@ the order they are declared.</div>
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hwpf/usermodel/Field.html" title="interface in org.apache.poi.hwpf.usermodel">Field</a></code></td>
-<td class="colLast"><span class="strong">Fields.</span><code><strong><a href="../../../../../../org/apache/poi/hwpf/usermodel/Fields.html#getFieldByStartOffset(org.apache.poi.hwpf.model.FieldsDocumentPart, int)">getFieldByStartOffset</a></strong>(<a href="../../../../../../org/apache/poi/hwpf/model/FieldsDocumentPart.html" title="enum in org.apache.poi.hwpf.model">FieldsDocumentPart</a>&nbsp;documentPart,
+<td class="colFirst"><code>org.apache.poi.hwpf.usermodel.FieldImpl</code></td>
+<td class="colLast"><span class="strong">FieldsImpl.</span><code><strong><a href="../../../../../../org/apache/poi/hwpf/usermodel/FieldsImpl.html#getFieldByStartOffset(org.apache.poi.hwpf.model.FieldsDocumentPart, int)">getFieldByStartOffset</a></strong>(<a href="../../../../../../org/apache/poi/hwpf/model/FieldsDocumentPart.html" title="enum in org.apache.poi.hwpf.model">FieldsDocumentPart</a>&nbsp;documentPart,
                      int&nbsp;offset)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>org.apache.poi.hwpf.usermodel.FieldImpl</code></td>
-<td class="colLast"><span class="strong">FieldsImpl.</span><code><strong><a href="../../../../../../org/apache/poi/hwpf/usermodel/FieldsImpl.html#getFieldByStartOffset(org.apache.poi.hwpf.model.FieldsDocumentPart, int)">getFieldByStartOffset</a></strong>(<a href="../../../../../../org/apache/poi/hwpf/model/FieldsDocumentPart.html" title="enum in org.apache.poi.hwpf.model">FieldsDocumentPart</a>&nbsp;documentPart,
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hwpf/usermodel/Field.html" title="interface in org.apache.poi.hwpf.usermodel">Field</a></code></td>
+<td class="colLast"><span class="strong">Fields.</span><code><strong><a href="../../../../../../org/apache/poi/hwpf/usermodel/Fields.html#getFieldByStartOffset(org.apache.poi.hwpf.model.FieldsDocumentPart, int)">getFieldByStartOffset</a></strong>(<a href="../../../../../../org/apache/poi/hwpf/model/FieldsDocumentPart.html" title="enum in org.apache.poi.hwpf.model">FieldsDocumentPart</a>&nbsp;documentPart,
                      int&nbsp;offset)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../../org/apache/poi/hwpf/usermodel/Field.html" title="interface in org.apache.poi.hwpf.usermodel">Field</a>&gt;</code></td>
-<td class="colLast"><span class="strong">Fields.</span><code><strong><a href="../../../../../../org/apache/poi/hwpf/usermodel/Fields.html#getFields(org.apache.poi.hwpf.model.FieldsDocumentPart)">getFields</a></strong>(<a href="../../../../../../org/apache/poi/hwpf/model/FieldsDocumentPart.html" title="enum in org.apache.poi.hwpf.model">FieldsDocumentPart</a>&nbsp;part)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">FieldsImpl.</span><code><strong><a href="../../../../../../org/apache/poi/hwpf/usermodel/FieldsImpl.html#getFields(org.apache.poi.hwpf.model.FieldsDocumentPart)">getFields</a></strong>(<a href="../../../../../../org/apache/poi/hwpf/model/FieldsDocumentPart.html" title="enum in org.apache.poi.hwpf.model">FieldsDocumentPart</a>&nbsp;part)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../../org/apache/poi/hwpf/usermodel/Field.html" title="interface in org.apache.poi.hwpf.usermodel">Field</a>&gt;</code></td>
-<td class="colLast"><span class="strong">FieldsImpl.</span><code><strong><a href="../../../../../../org/apache/poi/hwpf/usermodel/FieldsImpl.html#getFields(org.apache.poi.hwpf.model.FieldsDocumentPart)">getFields</a></strong>(<a href="../../../../../../org/apache/poi/hwpf/model/FieldsDocumentPart.html" title="enum in org.apache.poi.hwpf.model">FieldsDocumentPart</a>&nbsp;part)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">Fields.</span><code><strong><a href="../../../../../../org/apache/poi/hwpf/usermodel/Fields.html#getFields(org.apache.poi.hwpf.model.FieldsDocumentPart)">getFields</a></strong>(<a href="../../../../../../org/apache/poi/hwpf/model/FieldsDocumentPart.html" title="enum in org.apache.poi.hwpf.model">FieldsDocumentPart</a>&nbsp;part)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>



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