You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/07/04 03:50:42 UTC

svn commit: r1751201 [3/23] - in /poi/site/publish/apidocs: ./ org/apache/poi/class-use/ org/apache/poi/ddf/ org/apache/poi/ddf/class-use/ org/apache/poi/hdgf/extractor/ org/apache/poi/hmef/extractor/ org/apache/poi/hpsf/class-use/ org/apache/poi/hpsf/...

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherOptRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherOptRecord.html?rev=1751201&r1=1751200&r2=1751201&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherOptRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherOptRecord.html Mon Jul  4 03:50:40 2016
@@ -74,12 +74,6 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><a href="#org.apache.poi.hssf.model">org.apache.poi.hssf.model</a></td>
-<td class="colLast">
-<div class="block">Provides low level API structures for reading, writing, modifying XLS files.</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.hssf.usermodel">org.apache.poi.hssf.usermodel</a></td>
 <td class="colLast">
 <div class="block">usermodel package maps HSSF low level strutures to familiar workbook/sheet model</div>
@@ -90,36 +84,6 @@
 </li>
 <li class="blockList">
 <ul class="blockList">
-<li class="blockList"><a name="org.apache.poi.hssf.model">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../org/apache/poi/ddf/EscherOptRecord.html" title="class in org.apache.poi.ddf">EscherOptRecord</a> in <a href="../../../../../org/apache/poi/hssf/model/package-summary.html">org.apache.poi.hssf.model</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../org/apache/poi/hssf/model/package-summary.html">org.apache.poi.hssf.model</a> with parameters of type <a href="../../../../../org/apache/poi/ddf/EscherOptRecord.html" title="class in org.apache.poi.ddf">EscherOptRecord</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>protected int</code></td>
-<td class="colLast"><span class="strong">CommentShape.</span><code><strong><a href="../../../../../org/apache/poi/hssf/model/CommentShape.html#addStandardOptions(org.apache.poi.hssf.usermodel.HSSFShape,%20org.apache.poi.ddf.EscherOptRecord)">addStandardOptions</a></strong>(<a href="../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a>&nbsp;shape,
-                  <a href="../../../../../org/apache/poi/ddf/EscherOptRecord.html" title="class in org.apache.poi.ddf">EscherOptRecord</a>&nbsp;opt)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-<div class="block">Sets standard escher options for a comment.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected int</code></td>
-<td class="colLast"><span class="strong">AbstractShape.</span><code><strong><a href="../../../../../org/apache/poi/hssf/model/AbstractShape.html#addStandardOptions(org.apache.poi.hssf.usermodel.HSSFShape,%20org.apache.poi.ddf.EscherOptRecord)">addStandardOptions</a></strong>(<a href="../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html" title="class in org.apache.poi.hssf.usermodel">HSSFShape</a>&nbsp;shape,
-                  <a href="../../../../../org/apache/poi/ddf/EscherOptRecord.html" title="class in org.apache.poi.ddf">EscherOptRecord</a>&nbsp;opt)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-<div class="block">Add standard properties to the opt record.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
 <li class="blockList"><a name="org.apache.poi.hssf.usermodel">
 <!--   -->
 </a>
@@ -132,8 +96,10 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/ddf/EscherOptRecord.html" title="class in org.apache.poi.ddf">EscherOptRecord</a></code></td>
-<td class="colLast"><span class="strong">HSSFShape.</span><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html#getOptRecord()">getOptRecord</a></strong>()</code>&nbsp;</td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/ddf/EscherOptRecord.html" title="class in org.apache.poi.ddf">EscherOptRecord</a></code></td>
+<td class="colLast"><span class="strong">HSSFShape.</span><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFShape.html#getOptRecord()">getOptRecord</a></strong>()</code>
+<div class="block">Return the low-level EscherOptRecord to read/modify not yet wrapped escher properties</div>
+</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherRecord.html?rev=1751201&r1=1751200&r2=1751201&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherRecord.html Mon Jul  4 03:50:40 2016
@@ -281,25 +281,25 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><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">DefaultEscherRecordFactory.</span><code><strong><a href="../../../../../org/apache/poi/ddf/DefaultEscherRecordFactory.html#createRecord(byte[],%20int)">createRecord</a></strong>(byte[]&nbsp;data,
-            int&nbsp;offset)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><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">EscherRecordFactory.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html#createRecord(byte[],%20int)">createRecord</a></strong>(byte[]&nbsp;data,
             int&nbsp;offset)</code>
 <div class="block">Generates an escher record including any children contained under that record.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code><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">DefaultEscherRecordFactory.</span><code><strong><a href="../../../../../org/apache/poi/ddf/DefaultEscherRecordFactory.html#createRecord(byte[],%20int)">createRecord</a></strong>(byte[]&nbsp;data,
+            int&nbsp;offset)</code>&nbsp;</td>
+</tr>
 <tr class="rowColor">
 <td class="colFirst"><code><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">EscherRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherRecord.html#getChild(int)">getChild</a></strong>(int&nbsp;index)</code>
-<div class="block">Returns the indexed child record.</div>
-</td>
+<td class="colLast"><span class="strong">EscherContainerRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html#getChild(int)">getChild</a></strong>(int&nbsp;index)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><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">EscherContainerRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html#getChild(int)">getChild</a></strong>(int&nbsp;index)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">EscherRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherRecord.html#getChild(int)">getChild</a></strong>(int&nbsp;index)</code>
+<div class="block">Returns the indexed child record.</div>
+</td>
 </tr>
 </tbody>
 </table>
@@ -316,7 +316,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a>&gt;</code></td>
-<td class="colLast"><span class="strong">UnknownEscherRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/UnknownEscherRecord.html#getChildRecords()">getChildRecords</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">EscherContainerRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html#getChildRecords()">getChildRecords</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a>&gt;</code></td>
@@ -324,7 +324,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a>&gt;</code></td>
-<td class="colLast"><span class="strong">EscherContainerRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html#getChildRecords()">getChildRecords</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">UnknownEscherRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/UnknownEscherRecord.html#getChildRecords()">getChildRecords</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected static java.util.Map&lt;java.lang.Short,java.lang.reflect.Constructor&lt;? extends <a href="../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a>&gt;&gt;</code></td>
@@ -351,14 +351,14 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">UnknownEscherRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/UnknownEscherRecord.html#addChildRecord(org.apache.poi.ddf.EscherRecord)">addChildRecord</a></strong>(<a href="../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a>&nbsp;childRecord)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="strong">EscherContainerRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html#addChildRecord(org.apache.poi.ddf.EscherRecord)">addChildRecord</a></strong>(<a href="../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a>&nbsp;record)</code>
 <div class="block">Append a child record</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">UnknownEscherRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/UnknownEscherRecord.html#addChildRecord(org.apache.poi.ddf.EscherRecord)">addChildRecord</a></strong>(<a href="../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a>&nbsp;childRecord)</code>&nbsp;</td>
+</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="strong">NullEscherSerializationListener.</span><code><strong><a href="../../../../../org/apache/poi/ddf/NullEscherSerializationListener.html#afterRecordSerialize(int,%20short,%20int,%20org.apache.poi.ddf.EscherRecord)">afterRecordSerialize</a></strong>(int&nbsp;offset,
@@ -413,7 +413,9 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">UnknownEscherRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/UnknownEscherRecord.html#setChildRecords(java.util.List)">setChildRecords</a></strong>(java.util.List&lt;<a href="../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a>&gt;&nbsp;childRecords)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">EscherContainerRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html#setChildRecords(java.util.List)">setChildRecords</a></strong>(java.util.List&lt;<a href="../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a>&gt;&nbsp;childRecords)</code>
+<div class="block">replaces the internal child list with the contents of the supplied <tt>childRecords</tt></div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -423,9 +425,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">EscherContainerRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html#setChildRecords(java.util.List)">setChildRecords</a></strong>(java.util.List&lt;<a href="../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a>&gt;&nbsp;childRecords)</code>
-<div class="block">replaces the internal child list with the contents of the supplied <tt>childRecords</tt></div>
-</td>
+<td class="colLast"><span class="strong">UnknownEscherRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/UnknownEscherRecord.html#setChildRecords(java.util.List)">setChildRecords</a></strong>(java.util.List&lt;<a href="../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a>&gt;&nbsp;childRecords)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -552,11 +552,11 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>&lt;T extends <a href="../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a>&gt;&nbsp;<br>T</code></td>
-<td class="colLast"><span class="strong">HSLFGroupShape.</span><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#getEscherChild(int)">getEscherChild</a></strong>(int&nbsp;recordId)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">HSLFShape.</span><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getEscherChild(int)">getEscherChild</a></strong>(int&nbsp;recordId)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>&lt;T extends <a href="../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a>&gt;&nbsp;<br>T</code></td>
-<td class="colLast"><span class="strong">HSLFShape.</span><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#getEscherChild(int)">getEscherChild</a></strong>(int&nbsp;recordId)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">HSLFGroupShape.</span><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFGroupShape.html#getEscherChild(int)">getEscherChild</a></strong>(int&nbsp;recordId)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>&lt;T extends <a href="../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a>&gt;&nbsp;<br>T</code></td>
@@ -580,19 +580,6 @@
 <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="altColor">
-<td class="colFirst"><code><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">TextboxShape.</span><code><strong><a href="../../../../../org/apache/poi/hssf/model/TextboxShape.html#getEscherTextbox()">getEscherTextbox</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-&nbsp;</td>
-</tr>
 </tbody>
 </table>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherRecordFactory.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherRecordFactory.html?rev=1751201&r1=1751200&r2=1751201&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherRecordFactory.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherRecordFactory.html Mon Jul  4 03:50:40 2016
@@ -125,112 +125,112 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherBlipRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherBlipRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
+<td class="colLast"><span class="strong">EscherBSERecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherBSERecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
           int&nbsp;offset,
           <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">AbstractEscherOptRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/AbstractEscherOptRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
+<td class="colLast"><span class="strong">EscherDggRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherDggRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
           int&nbsp;offset,
           <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherBSERecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherBSERecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
+<td class="colLast"><span class="strong">EscherClientAnchorRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherClientAnchorRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
           int&nbsp;offset,
           <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherMetafileBlip.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherMetafileBlip.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
+<td class="colLast"><span class="strong">EscherClientDataRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherClientDataRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
           int&nbsp;offset,
           <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherClientDataRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherClientDataRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
+<td class="colLast"><span class="strong">EscherDgRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherDgRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
           int&nbsp;offset,
           <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherSplitMenuColorsRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherSplitMenuColorsRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
+<td class="colLast"><span class="strong">EscherPictBlip.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherPictBlip.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
           int&nbsp;offset,
           <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherDggRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherDggRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
+<td class="colLast"><span class="strong">EscherSpRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherSpRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
           int&nbsp;offset,
           <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherClientAnchorRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherClientAnchorRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
-          int&nbsp;offset,
+<td class="colLast"><span class="strong">EscherContainerRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
+          int&nbsp;pOffset,
           <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherDgRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherDgRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
+<td class="colLast"><span class="strong">EscherBlipRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherBlipRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
           int&nbsp;offset,
           <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherChildAnchorRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherChildAnchorRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
+<td class="colFirst"><code>abstract int</code></td>
+<td class="colLast"><span class="strong">EscherRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
           int&nbsp;offset,
-          <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>&nbsp;</td>
+          <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>
+<div class="block">The contract of this method is to deserialize an escher record including
+ it's children.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherTextboxRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherTextboxRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
+<td class="colLast"><span class="strong">EscherChildAnchorRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherChildAnchorRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
           int&nbsp;offset,
           <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">UnknownEscherRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/UnknownEscherRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
+<td class="colLast"><span class="strong">EscherSpgrRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherSpgrRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
           int&nbsp;offset,
           <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>abstract int</code></td>
-<td class="colLast"><span class="strong">EscherRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><span class="strong">EscherTextboxRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherTextboxRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
           int&nbsp;offset,
-          <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>
-<div class="block">The contract of this method is to deserialize an escher record including
- it's children.</div>
-</td>
+          <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherContainerRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
-          int&nbsp;pOffset,
+<td class="colLast"><span class="strong">AbstractEscherOptRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/AbstractEscherOptRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
+          int&nbsp;offset,
           <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherBitmapBlip.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherBitmapBlip.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
+<td class="colLast"><span class="strong">UnknownEscherRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/UnknownEscherRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
           int&nbsp;offset,
           <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherSpgrRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherSpgrRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
+<td class="colLast"><span class="strong">EscherMetafileBlip.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherMetafileBlip.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
           int&nbsp;offset,
           <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherPictBlip.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherPictBlip.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
+<td class="colLast"><span class="strong">EscherBitmapBlip.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherBitmapBlip.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
           int&nbsp;offset,
           <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherSpRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherSpRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
+<td class="colLast"><span class="strong">EscherSplitMenuColorsRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherSplitMenuColorsRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
           int&nbsp;offset,
           <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>&nbsp;</td>
 </tr>
@@ -265,13 +265,13 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HSLFEscherClientDataRecord.</span><code><strong><a href="../../../../../org/apache/poi/hslf/record/HSLFEscherClientDataRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
+<td class="colLast"><span class="strong">EscherPlaceholder.</span><code><strong><a href="../../../../../org/apache/poi/hslf/record/EscherPlaceholder.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
           int&nbsp;offset,
           <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherPlaceholder.</span><code><strong><a href="../../../../../org/apache/poi/hslf/record/EscherPlaceholder.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
+<td class="colLast"><span class="strong">HSLFEscherClientDataRecord.</span><code><strong><a href="../../../../../org/apache/poi/hslf/record/HSLFEscherClientDataRecord.html#fillFields(byte[],%20int,%20org.apache.poi.ddf.EscherRecordFactory)">fillFields</a></strong>(byte[]&nbsp;data,
           int&nbsp;offset,
           <a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</a>&nbsp;recordFactory)</code>&nbsp;</td>
 </tr>

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherSerializationListener.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherSerializationListener.html?rev=1751201&r1=1751200&r2=1751201&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherSerializationListener.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherSerializationListener.html Mon Jul  4 03:50:40 2016
@@ -118,115 +118,115 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherBlipRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherBlipRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
+<td class="colLast"><span class="strong">EscherBSERecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherBSERecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
          byte[]&nbsp;data,
          <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">AbstractEscherOptRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/AbstractEscherOptRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
+<td class="colLast"><span class="strong">EscherDggRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherDggRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
          byte[]&nbsp;data,
          <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherBSERecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherBSERecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
+<td class="colLast"><span class="strong">EscherClientAnchorRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherClientAnchorRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
          byte[]&nbsp;data,
          <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherMetafileBlip.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherMetafileBlip.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
+<td class="colLast"><span class="strong">EscherClientDataRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherClientDataRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
          byte[]&nbsp;data,
          <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherClientDataRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherClientDataRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
+<td class="colLast"><span class="strong">EscherDgRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherDgRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
          byte[]&nbsp;data,
          <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherSplitMenuColorsRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherSplitMenuColorsRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
+<td class="colLast"><span class="strong">EscherPictBlip.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherPictBlip.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
          byte[]&nbsp;data,
          <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherDggRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherDggRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
+<td class="colLast"><span class="strong">EscherSpRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherSpRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
          byte[]&nbsp;data,
-         <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>&nbsp;</td>
+         <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>
+<div class="block">This method serializes this escher record into a byte array.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherClientAnchorRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherClientAnchorRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
+<td class="colLast"><span class="strong">EscherContainerRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
          byte[]&nbsp;data,
          <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherDgRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherDgRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
+<td class="colLast"><span class="strong">EscherBlipRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherBlipRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
          byte[]&nbsp;data,
          <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherChildAnchorRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherChildAnchorRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
+<td class="colFirst"><code>abstract int</code></td>
+<td class="colLast"><span class="strong">EscherRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
          byte[]&nbsp;data,
-         <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>&nbsp;</td>
+         <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>
+<div class="block">Serializes the record to an existing byte array.</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherTextboxRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherTextboxRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
+<td class="colLast"><span class="strong">EscherChildAnchorRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherChildAnchorRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
          byte[]&nbsp;data,
          <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">UnknownEscherRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/UnknownEscherRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
+<td class="colLast"><span class="strong">EscherSpgrRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherSpgrRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
          byte[]&nbsp;data,
          <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>abstract int</code></td>
-<td class="colLast"><span class="strong">EscherRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><span class="strong">EscherTextboxRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherTextboxRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
          byte[]&nbsp;data,
-         <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>
-<div class="block">Serializes the record to an existing byte array.</div>
-</td>
+         <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherContainerRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
+<td class="colLast"><span class="strong">AbstractEscherOptRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/AbstractEscherOptRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
          byte[]&nbsp;data,
          <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherBitmapBlip.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherBitmapBlip.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
+<td class="colLast"><span class="strong">UnknownEscherRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/UnknownEscherRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
          byte[]&nbsp;data,
          <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherSpgrRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherSpgrRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
+<td class="colLast"><span class="strong">EscherMetafileBlip.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherMetafileBlip.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
          byte[]&nbsp;data,
          <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherPictBlip.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherPictBlip.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
+<td class="colLast"><span class="strong">EscherBitmapBlip.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherBitmapBlip.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
          byte[]&nbsp;data,
          <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherSpRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherSpRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
+<td class="colLast"><span class="strong">EscherSplitMenuColorsRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/EscherSplitMenuColorsRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
          byte[]&nbsp;data,
-         <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>
-<div class="block">This method serializes this escher record into a byte array.</div>
-</td>
+         <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -244,13 +244,13 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HSLFEscherClientDataRecord.</span><code><strong><a href="../../../../../org/apache/poi/hslf/record/HSLFEscherClientDataRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
+<td class="colLast"><span class="strong">EscherPlaceholder.</span><code><strong><a href="../../../../../org/apache/poi/hslf/record/EscherPlaceholder.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
          byte[]&nbsp;data,
          <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">EscherPlaceholder.</span><code><strong><a href="../../../../../org/apache/poi/hslf/record/EscherPlaceholder.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
+<td class="colLast"><span class="strong">HSLFEscherClientDataRecord.</span><code><strong><a href="../../../../../org/apache/poi/hslf/record/HSLFEscherClientDataRecord.html#serialize(int,%20byte[],%20org.apache.poi.ddf.EscherSerializationListener)">serialize</a></strong>(int&nbsp;offset,
          byte[]&nbsp;data,
          <a href="../../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a>&nbsp;listener)</code>&nbsp;</td>
 </tr>

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/package-use.html?rev=1751201&r1=1751200&r2=1751201&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/package-use.html Mon Jul  4 03:50:40 2016
@@ -378,26 +378,16 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><a href="../../../../org/apache/poi/ddf/class-use/EscherContainerRecord.html#org.apache.poi.hssf.model">EscherContainerRecord</a>
-<div class="block">Escher container records store other escher records as children.</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colOne"><a href="../../../../org/apache/poi/ddf/class-use/EscherDggRecord.html#org.apache.poi.hssf.model">EscherDggRecord</a>
 <div class="block">This record defines the drawing groups used for a particular sheet.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../org/apache/poi/ddf/class-use/EscherDgRecord.html#org.apache.poi.hssf.model">EscherDgRecord</a>
 <div class="block">This record simply holds the number of shapes in the drawing group and the
  last shape id used for this drawing group.</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../org/apache/poi/ddf/class-use/EscherOptRecord.html#org.apache.poi.hssf.model">EscherOptRecord</a>
-<div class="block">The opt record is used to store property values for a shape.</div>
-</td>
-</tr>
 <tr class="rowColor">
 <td class="colOne"><a href="../../../../org/apache/poi/ddf/class-use/EscherRecord.html#org.apache.poi.hssf.model">EscherRecord</a>
 <div class="block">The base abstract record from which all escher records are defined.</div>

Modified: poi/site/publish/apidocs/org/apache/poi/hdgf/extractor/VisioTextExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hdgf/extractor/VisioTextExtractor.html?rev=1751201&r1=1751200&r2=1751201&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hdgf/extractor/VisioTextExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hdgf/extractor/VisioTextExtractor.html Mon Jul  4 03:50:40 2016
@@ -111,8 +111,8 @@
 <pre>public final class <span class="strong">VisioTextExtractor</span>
 extends <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html" title="class in org.apache.poi">POIOLE2TextExtractor</a></pre>
 <div class="block">Class to find all the text in a Visio file, and return it.
- Can opperate on the command line (outputs to stdout), or
-  can return the text for you (eg for use with Lucene).</div>
+ Can operate on the command line (outputs to stdout), or
+  can return the text for you (example: for use with Lucene).</div>
 </li>
 </ul>
 </div>
@@ -302,6 +302,7 @@ extends <a href="../../../../../org/apac
 <pre>public&nbsp;java.lang.String[]&nbsp;getAllText()</pre>
 <div class="block">Locates all the text entries in the file, and returns their
   contents.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>An array of each Text item in the document</dd></dl>
 </li>
 </ul>
 <a name="getText()">
@@ -317,7 +318,7 @@ extends <a href="../../../../../org/apac
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/POITextExtractor.html#getText()">getText</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>All the text from the document</dd></dl>
+<dt><span class="strong">Returns:</span></dt><dd>All text contained in this document, separated by <code>\n</code></dd></dl>
 </li>
 </ul>
 <a name="main(java.lang.String[])">

Modified: poi/site/publish/apidocs/org/apache/poi/hmef/extractor/HMEFContentsExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hmef/extractor/HMEFContentsExtractor.html?rev=1751201&r1=1751200&r2=1751201&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hmef/extractor/HMEFContentsExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hmef/extractor/HMEFContentsExtractor.html Mon Jul  4 03:50:40 2016
@@ -149,8 +149,16 @@ extends java.lang.Object</pre>
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hmef/extractor/HMEFContentsExtractor.html#extractMessageBody(java.io.OutputStream)">extractMessageBody</a></strong>(java.io.OutputStream&nbsp;out)</code>
+<div class="block">Extracts the RTF message body to the supplied stream</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hmef/extractor/HMEFContentsExtractor.html#main(java.lang.String[])">main</a></strong>(java.lang.String[]&nbsp;args)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hmef/extractor/HMEFContentsExtractor.html#main(java.lang.String[])">main</a></strong>(java.lang.String[]&nbsp;args)</code>
+<div class="block">Usage: HMEFContentsExtractor &lt;filename&gt; &lt;output dir&gt;</div>
+</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -210,9 +218,10 @@ extends java.lang.Object</pre>
 <li class="blockList">
 <h4>main</h4>
 <pre>public static&nbsp;void&nbsp;main(java.lang.String[]&nbsp;args)
-                 throws java.lang.Exception</pre>
+                 throws java.io.IOException</pre>
+<div class="block">Usage: HMEFContentsExtractor &lt;filename&gt; &lt;output dir&gt;</div>
 <dl><dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.Exception</code></dd></dl>
+<dd><code>java.io.IOException</code></dd></dl>
 </li>
 </ul>
 <a name="extractMessageBody(java.io.File)">
@@ -227,6 +236,19 @@ extends java.lang.Object</pre>
 <dl><dt><span class="strong">Throws:</span></dt>
 <dd><code>java.io.IOException</code></dd></dl>
 </li>
+</ul>
+<a name="extractMessageBody(java.io.OutputStream)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>extractMessageBody</h4>
+<pre>public&nbsp;void&nbsp;extractMessageBody(java.io.OutputStream&nbsp;out)
+                        throws java.io.IOException</pre>
+<div class="block">Extracts the RTF message body to the supplied stream</div>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd></dl>
+</li>
 </ul>
 <a name="extractAttachments(java.io.File)">
 <!--   -->

Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/ClassID.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/ClassID.html?rev=1751201&r1=1751200&r2=1751201&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/ClassID.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/ClassID.html Mon Jul  4 03:50:40 2016
@@ -284,7 +284,9 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a></code></td>
-<td class="colLast"><span class="strong">FilteringDirectoryNode.</span><code><strong><a href="../../../../../org/apache/poi/poifs/filesystem/FilteringDirectoryNode.html#getStorageClsid()">getStorageClsid</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">DirectoryEntry.</span><code><strong><a href="../../../../../org/apache/poi/poifs/filesystem/DirectoryEntry.html#getStorageClsid()">getStorageClsid</a></strong>()</code>
+<div class="block">Gets the storage clsid of the directory entry</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a></code></td>
@@ -294,9 +296,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a></code></td>
-<td class="colLast"><span class="strong">DirectoryEntry.</span><code><strong><a href="../../../../../org/apache/poi/poifs/filesystem/DirectoryEntry.html#getStorageClsid()">getStorageClsid</a></strong>()</code>
-<div class="block">Gets the storage clsid of the directory entry</div>
-</td>
+<td class="colLast"><span class="strong">FilteringDirectoryNode.</span><code><strong><a href="../../../../../org/apache/poi/poifs/filesystem/FilteringDirectoryNode.html#getStorageClsid()">getStorageClsid</a></strong>()</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -309,7 +309,9 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">FilteringDirectoryNode.</span><code><strong><a href="../../../../../org/apache/poi/poifs/filesystem/FilteringDirectoryNode.html#setStorageClsid(org.apache.poi.hpsf.ClassID)">setStorageClsid</a></strong>(<a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a>&nbsp;clsidStorage)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">DirectoryEntry.</span><code><strong><a href="../../../../../org/apache/poi/poifs/filesystem/DirectoryEntry.html#setStorageClsid(org.apache.poi.hpsf.ClassID)">setStorageClsid</a></strong>(<a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a>&nbsp;clsidStorage)</code>
+<div class="block">Sets the storage clsid for the directory entry</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
@@ -319,9 +321,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">DirectoryEntry.</span><code><strong><a href="../../../../../org/apache/poi/poifs/filesystem/DirectoryEntry.html#setStorageClsid(org.apache.poi.hpsf.ClassID)">setStorageClsid</a></strong>(<a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a>&nbsp;clsidStorage)</code>
-<div class="block">Sets the storage clsid for the directory entry</div>
-</td>
+<td class="colLast"><span class="strong">FilteringDirectoryNode.</span><code><strong><a href="../../../../../org/apache/poi/poifs/filesystem/FilteringDirectoryNode.html#setStorageClsid(org.apache.poi.hpsf.ClassID)">setStorageClsid</a></strong>(<a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a>&nbsp;clsidStorage)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/Property.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/Property.html?rev=1751201&r1=1751200&r2=1751201&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/Property.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/Property.html Mon Jul  4 03:50:40 2016
@@ -132,18 +132,18 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hpsf/Property.html" title="class in org.apache.poi.hpsf">Property</a>[]</code></td>
-<td class="colLast"><span class="strong">SpecialPropertySet.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getProperties()">getProperties</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">Section.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/Section.html#getProperties()">getProperties</a></strong>()</code>
+<div class="block">Returns this section's properties.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hpsf/Property.html" title="class in org.apache.poi.hpsf">Property</a>[]</code></td>
-<td class="colLast"><span class="strong">MutableSection.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/MutableSection.html#getProperties()">getProperties</a></strong>()</code>
-<div class="block">Gets this section's properties.</div>
-</td>
+<td class="colLast"><span class="strong">SpecialPropertySet.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getProperties()">getProperties</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hpsf/Property.html" title="class in org.apache.poi.hpsf">Property</a>[]</code></td>
-<td class="colLast"><span class="strong">Section.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/Section.html#getProperties()">getProperties</a></strong>()</code>
-<div class="block">Returns this section's properties.</div>
+<td class="colLast"><span class="strong">MutableSection.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/MutableSection.html#getProperties()">getProperties</a></strong>()</code>
+<div class="block">Gets this section's properties.</div>
 </td>
 </tr>
 <tr class="rowColor">

Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/SummaryInformation.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/SummaryInformation.html?rev=1751201&r1=1751200&r2=1751201&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/SummaryInformation.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/SummaryInformation.html Mon Jul  4 03:50:40 2016
@@ -159,11 +159,11 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">ExcelToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hssf/converter/ExcelToHtmlConverter.html#processDocumentInformation(org.apache.poi.hpsf.SummaryInformation)">processDocumentInformation</a></strong>(<a href="../../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf">SummaryInformation</a>&nbsp;summaryInformation)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ExcelToFoConverter.</span><code><strong><a href="../../../../../org/apache/poi/hssf/converter/ExcelToFoConverter.html#processDocumentInformation(org.apache.poi.hpsf.SummaryInformation)">processDocumentInformation</a></strong>(<a href="../../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf">SummaryInformation</a>&nbsp;summaryInformation)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">ExcelToFoConverter.</span><code><strong><a href="../../../../../org/apache/poi/hssf/converter/ExcelToFoConverter.html#processDocumentInformation(org.apache.poi.hpsf.SummaryInformation)">processDocumentInformation</a></strong>(<a href="../../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf">SummaryInformation</a>&nbsp;summaryInformation)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ExcelToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hssf/converter/ExcelToHtmlConverter.html#processDocumentInformation(org.apache.poi.hpsf.SummaryInformation)">processDocumentInformation</a></strong>(<a href="../../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf">SummaryInformation</a>&nbsp;summaryInformation)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -201,20 +201,20 @@
 </tr>
 <tbody>
 <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#processDocumentInformation(org.apache.poi.hpsf.SummaryInformation)">processDocumentInformation</a></strong>(<a href="../../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf">SummaryInformation</a>&nbsp;summaryInformation)</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#processDocumentInformation(org.apache.poi.hpsf.SummaryInformation)">processDocumentInformation</a></strong>(<a href="../../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf">SummaryInformation</a>&nbsp;summaryInformation)</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#processDocumentInformation(org.apache.poi.hpsf.SummaryInformation)">processDocumentInformation</a></strong>(<a href="../../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf">SummaryInformation</a>&nbsp;summaryInformation)</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#processDocumentInformation(org.apache.poi.hpsf.SummaryInformation)">processDocumentInformation</a></strong>(<a href="../../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf">SummaryInformation</a>&nbsp;summaryInformation)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">WordToFoConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToFoConverter.html#processDocumentInformation(org.apache.poi.hpsf.SummaryInformation)">processDocumentInformation</a></strong>(<a href="../../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf">SummaryInformation</a>&nbsp;summaryInformation)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">WordToFoConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToFoConverter.html#processDocumentInformation(org.apache.poi.hpsf.SummaryInformation)">processDocumentInformation</a></strong>(<a href="../../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf">SummaryInformation</a>&nbsp;summaryInformation)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">WordToHtmlConverter.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/converter/WordToHtmlConverter.html#processDocumentInformation(org.apache.poi.hpsf.SummaryInformation)">processDocumentInformation</a></strong>(<a href="../../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf">SummaryInformation</a>&nbsp;summaryInformation)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/wellknown/class-use/PropertyIDMap.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/wellknown/class-use/PropertyIDMap.html?rev=1751201&r1=1751200&r2=1751201&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/wellknown/class-use/PropertyIDMap.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/wellknown/class-use/PropertyIDMap.html Mon Jul  4 03:50:40 2016
@@ -103,15 +103,15 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hpsf/wellknown/PropertyIDMap.html" title="class in org.apache.poi.hpsf.wellknown">PropertyIDMap</a></code></td>
+<td class="colLast"><span class="strong">DocumentSummaryInformation.</span><code><strong><a href="../../../../../../org/apache/poi/hpsf/DocumentSummaryInformation.html#getPropertySetIDMap()">getPropertySetIDMap</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>abstract <a href="../../../../../../org/apache/poi/hpsf/wellknown/PropertyIDMap.html" title="class in org.apache.poi.hpsf.wellknown">PropertyIDMap</a></code></td>
 <td class="colLast"><span class="strong">SpecialPropertySet.</span><code><strong><a href="../../../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getPropertySetIDMap()">getPropertySetIDMap</a></strong>()</code>
 <div class="block">The id to name mapping of the properties in this set.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hpsf/wellknown/PropertyIDMap.html" title="class in org.apache.poi.hpsf.wellknown">PropertyIDMap</a></code></td>
-<td class="colLast"><span class="strong">DocumentSummaryInformation.</span><code><strong><a href="../../../../../../org/apache/poi/hpsf/DocumentSummaryInformation.html#getPropertySetIDMap()">getPropertySetIDMap</a></strong>()</code>&nbsp;</td>
-</tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/hpsf/wellknown/PropertyIDMap.html" title="class in org.apache.poi.hpsf.wellknown">PropertyIDMap</a></code></td>
 <td class="colLast"><span class="strong">SummaryInformation.</span><code><strong><a href="../../../../../../org/apache/poi/hpsf/SummaryInformation.html#getPropertySetIDMap()">getPropertySetIDMap</a></strong>()</code>&nbsp;</td>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/model/textproperties/class-use/TextProp.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/model/textproperties/class-use/TextProp.html?rev=1751201&r1=1751200&r2=1751201&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/model/textproperties/class-use/TextProp.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/model/textproperties/class-use/TextProp.html Mon Jul  4 03:50:40 2016
@@ -236,8 +236,8 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../../../org/apache/poi/hslf/model/textproperties/TextProp.html" title="class in org.apache.poi.hslf.model.textproperties">TextProp</a></code></td>
-<td class="colLast"><span class="strong">HSLFSlideMaster.</span><code><strong><a href="../../../../../../../org/apache/poi/hslf/usermodel/HSLFSlideMaster.html#getStyleAttribute(int,%20int,%20java.lang.String,%20boolean)">getStyleAttribute</a></strong>(int&nbsp;txtype,
+<td class="colFirst"><code>abstract <a href="../../../../../../../org/apache/poi/hslf/model/textproperties/TextProp.html" title="class in org.apache.poi.hslf.model.textproperties">TextProp</a></code></td>
+<td class="colLast"><span class="strong">HSLFMasterSheet.</span><code><strong><a href="../../../../../../../org/apache/poi/hslf/usermodel/HSLFMasterSheet.html#getStyleAttribute(int,%20int,%20java.lang.String,%20boolean)">getStyleAttribute</a></strong>(int&nbsp;txtype,
                  int&nbsp;level,
                  java.lang.String&nbsp;name,
                  boolean&nbsp;isCharacter)</code>
@@ -246,20 +246,20 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/hslf/model/textproperties/TextProp.html" title="class in org.apache.poi.hslf.model.textproperties">TextProp</a></code></td>
-<td class="colLast"><span class="strong">HSLFTitleMaster.</span><code><strong><a href="../../../../../../../org/apache/poi/hslf/usermodel/HSLFTitleMaster.html#getStyleAttribute(int,%20int,%20java.lang.String,%20boolean)">getStyleAttribute</a></strong>(int&nbsp;txtype,
+<td class="colLast"><span class="strong">HSLFSlideMaster.</span><code><strong><a href="../../../../../../../org/apache/poi/hslf/usermodel/HSLFSlideMaster.html#getStyleAttribute(int,%20int,%20java.lang.String,%20boolean)">getStyleAttribute</a></strong>(int&nbsp;txtype,
                  int&nbsp;level,
                  java.lang.String&nbsp;name,
                  boolean&nbsp;isCharacter)</code>
-<div class="block">Delegate the call to the underlying slide master.</div>
+<div class="block">Pickup a style attribute from the master.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>abstract <a href="../../../../../../../org/apache/poi/hslf/model/textproperties/TextProp.html" title="class in org.apache.poi.hslf.model.textproperties">TextProp</a></code></td>
-<td class="colLast"><span class="strong">HSLFMasterSheet.</span><code><strong><a href="../../../../../../../org/apache/poi/hslf/usermodel/HSLFMasterSheet.html#getStyleAttribute(int,%20int,%20java.lang.String,%20boolean)">getStyleAttribute</a></strong>(int&nbsp;txtype,
+<td class="colFirst"><code><a href="../../../../../../../org/apache/poi/hslf/model/textproperties/TextProp.html" title="class in org.apache.poi.hslf.model.textproperties">TextProp</a></code></td>
+<td class="colLast"><span class="strong">HSLFTitleMaster.</span><code><strong><a href="../../../../../../../org/apache/poi/hslf/usermodel/HSLFTitleMaster.html#getStyleAttribute(int,%20int,%20java.lang.String,%20boolean)">getStyleAttribute</a></strong>(int&nbsp;txtype,
                  int&nbsp;level,
                  java.lang.String&nbsp;name,
                  boolean&nbsp;isCharacter)</code>
-<div class="block">Pickup a style attribute from the master.</div>
+<div class="block">Delegate the call to the underlying slide master.</div>
 </td>
 </tr>
 </tbody>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/model/textproperties/class-use/TextPropCollection.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/model/textproperties/class-use/TextPropCollection.html?rev=1751201&r1=1751200&r2=1751201&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/model/textproperties/class-use/TextPropCollection.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/model/textproperties/class-use/TextPropCollection.html Mon Jul  4 03:50:40 2016
@@ -166,24 +166,24 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../../../org/apache/poi/hslf/model/textproperties/TextPropCollection.html" title="class in org.apache.poi.hslf.model.textproperties">TextPropCollection</a>&gt;</code></td>
+<td class="colLast"><span class="strong">StyleTextPropAtom.</span><code><strong><a href="../../../../../../../org/apache/poi/hslf/record/StyleTextPropAtom.html#getCharacterStyles()">getCharacterStyles</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../../../org/apache/poi/hslf/model/textproperties/TextPropCollection.html" title="class in org.apache.poi.hslf.model.textproperties">TextPropCollection</a>&gt;</code></td>
 <td class="colLast"><span class="strong">TxMasterStyleAtom.</span><code><strong><a href="../../../../../../../org/apache/poi/hslf/record/TxMasterStyleAtom.html#getCharacterStyles()">getCharacterStyles</a></strong>()</code>
 <div class="block">Returns array of character styles defined in this record.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../../../org/apache/poi/hslf/model/textproperties/TextPropCollection.html" title="class in org.apache.poi.hslf.model.textproperties">TextPropCollection</a>&gt;</code></td>
-<td class="colLast"><span class="strong">StyleTextPropAtom.</span><code><strong><a href="../../../../../../../org/apache/poi/hslf/record/StyleTextPropAtom.html#getCharacterStyles()">getCharacterStyles</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">StyleTextPropAtom.</span><code><strong><a href="../../../../../../../org/apache/poi/hslf/record/StyleTextPropAtom.html#getParagraphStyles()">getParagraphStyles</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../../../org/apache/poi/hslf/model/textproperties/TextPropCollection.html" title="class in org.apache.poi.hslf.model.textproperties">TextPropCollection</a>&gt;</code></td>
 <td class="colLast"><span class="strong">TxMasterStyleAtom.</span><code><strong><a href="../../../../../../../org/apache/poi/hslf/record/TxMasterStyleAtom.html#getParagraphStyles()">getParagraphStyles</a></strong>()</code>
 <div class="block">Returns array of paragraph styles defined in this record.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../../../org/apache/poi/hslf/model/textproperties/TextPropCollection.html" title="class in org.apache.poi.hslf.model.textproperties">TextPropCollection</a>&gt;</code></td>
-<td class="colLast"><span class="strong">StyleTextPropAtom.</span><code><strong><a href="../../../../../../../org/apache/poi/hslf/record/StyleTextPropAtom.html#getParagraphStyles()">getParagraphStyles</a></strong>()</code>&nbsp;</td>
-</tr>
 </tbody>
 </table>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/ColorSchemeAtom.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/ColorSchemeAtom.html?rev=1751201&r1=1751200&r2=1751201&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/ColorSchemeAtom.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/ColorSchemeAtom.html Mon Jul  4 03:50:40 2016
@@ -98,20 +98,20 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/record/ColorSchemeAtom.html" title="class in org.apache.poi.hslf.record">ColorSchemeAtom</a></code></td>
-<td class="colLast"><span class="strong">Slide.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/record/Slide.html#getColorScheme()">getColorScheme</a></strong>()</code>&nbsp;</td>
+<td class="colFirst"><code>abstract <a href="../../../../../../org/apache/poi/hslf/record/ColorSchemeAtom.html" title="class in org.apache.poi.hslf.record">ColorSchemeAtom</a></code></td>
+<td class="colLast"><span class="strong">SheetContainer.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/record/SheetContainer.html#getColorScheme()">getColorScheme</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/record/ColorSchemeAtom.html" title="class in org.apache.poi.hslf.record">ColorSchemeAtom</a></code></td>
-<td class="colLast"><span class="strong">MainMaster.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/record/MainMaster.html#getColorScheme()">getColorScheme</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">Slide.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/record/Slide.html#getColorScheme()">getColorScheme</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/record/ColorSchemeAtom.html" title="class in org.apache.poi.hslf.record">ColorSchemeAtom</a></code></td>
-<td class="colLast"><span class="strong">Notes.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/record/Notes.html#getColorScheme()">getColorScheme</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">MainMaster.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/record/MainMaster.html#getColorScheme()">getColorScheme</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>abstract <a href="../../../../../../org/apache/poi/hslf/record/ColorSchemeAtom.html" title="class in org.apache.poi.hslf.record">ColorSchemeAtom</a></code></td>
-<td class="colLast"><span class="strong">SheetContainer.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/record/SheetContainer.html#getColorScheme()">getColorScheme</a></strong>()</code>&nbsp;</td>
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/record/ColorSchemeAtom.html" title="class in org.apache.poi.hslf.record">ColorSchemeAtom</a></code></td>
+<td class="colLast"><span class="strong">Notes.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/record/Notes.html#getColorScheme()">getColorScheme</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/record/ColorSchemeAtom.html" title="class in org.apache.poi.hslf.record">ColorSchemeAtom</a>[]</code></td>
@@ -133,14 +133,14 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/record/ColorSchemeAtom.html" title="class in org.apache.poi.hslf.record">ColorSchemeAtom</a></code></td>
-<td class="colLast"><span class="strong">HSLFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSheet.html#getColorScheme()">getColorScheme</a></strong>()</code>
-<div class="block">Color scheme for this sheet.</div>
+<td class="colLast"><span class="strong">HSLFSlide.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSlide.html#getColorScheme()">getColorScheme</a></strong>()</code>
+<div class="block">Color scheme for this slide.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/hslf/record/ColorSchemeAtom.html" title="class in org.apache.poi.hslf.record">ColorSchemeAtom</a></code></td>
-<td class="colLast"><span class="strong">HSLFSlide.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSlide.html#getColorScheme()">getColorScheme</a></strong>()</code>
-<div class="block">Color scheme for this slide.</div>
+<td class="colLast"><span class="strong">HSLFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/hslf/usermodel/HSLFSheet.html#getColorScheme()">getColorScheme</a></strong>()</code>
+<div class="block">Color scheme for this sheet.</div>
 </td>
 </tr>
 </tbody>



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