You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2016/06/22 22:31:41 UTC

svn commit: r1749796 [2/3] - in /poi/site/publish/apidocs: ./ org/apache/poi/ org/apache/poi/class-use/ org/apache/poi/ddf/ org/apache/poi/ddf/class-use/ org/apache/poi/hpsf/ org/apache/poi/hslf/record/ org/apache/poi/hssf/record/chart/ org/apache/poi/...

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherSerializationListener.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherSerializationListener.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/EscherSerializationListener.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherSerializationListener.html Wed Jun 22 22:31:39 2016
@@ -92,8 +92,6 @@
 <br>
 <pre>public interface <span class="strong">EscherSerializationListener</span></pre>
 <div class="block">Interface for listening to escher serialization events.</div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
 </li>
 </ul>
 </div>
@@ -154,7 +152,7 @@
                          short&nbsp;recordId,
                          <a href="../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a>&nbsp;record)</pre>
 <div class="block">Fired before a given escher record is serialized.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>offset</code> - The position in the data array at which the record will be serialized.</dd><dd><code>recordId</code> - The id of the record about to be serialized.</dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>offset</code> - The position in the data array at which the record will be serialized.</dd><dd><code>recordId</code> - The id of the record about to be serialized.</dd><dd><code>record</code> - The record to be serialized</dd></dl>
 </li>
 </ul>
 <a name="afterRecordSerialize(int, short, int, org.apache.poi.ddf.EscherRecord)">
@@ -169,7 +167,7 @@
                         <a href="../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a>&nbsp;record)</pre>
 <div class="block">Fired after a record has been serialized.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>offset</code> - The position of the end of the serialized record + 1</dd><dd><code>recordId</code> - The id of the record about to be serialized</dd><dd><code>size</code> - The number of bytes written for this record.  If it is a container
-                  record then this will include the size of any included records.</dd></dl>
+                  record then this will include the size of any included records.</dd><dd><code>record</code> - The record which was serialized</dd></dl>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherSimpleProperty.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherSimpleProperty.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/EscherSimpleProperty.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherSimpleProperty.html Wed Jun 22 22:31:39 2016
@@ -268,6 +268,7 @@ extends <a href="../../../../org/apache/
                     int&nbsp;propertyValue)</pre>
 <div class="block">The id is distinct from the actual property number.  The id includes the property number the blip id
  flag and an indicator whether the property is complex or not.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>id</code> - the property id</dd><dd><code>propertyValue</code> - the property value</dd></dl>
 </li>
 </ul>
 <a name="EscherSimpleProperty(short, boolean, boolean, int)">
@@ -280,8 +281,8 @@ extends <a href="../../../../org/apache/
                     boolean&nbsp;isComplex,
                     boolean&nbsp;isBlipId,
                     int&nbsp;propertyValue)</pre>
-<div class="block">Constructs a new escher property.  The three parameters are combined to form a property
- id.</div>
+<div class="block">Constructs a new escher property.  The three parameters are combined to form a property id.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>propertyNumber</code> - the property number</dd><dd><code>isComplex</code> - true, if its a complex property</dd><dd><code>isBlipId</code> - true, if its a blip</dd><dd><code>propertyValue</code> - the property value</dd></dl>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherSpRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherSpRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/EscherSpRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherSpRecord.html Wed Jun 22 22:31:39 2016
@@ -97,6 +97,10 @@
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.lang.Cloneable</dd>
+</dl>
 <hr>
 <br>
 <pre>public class <span class="strong">EscherSpRecord</span>
@@ -561,7 +565,7 @@ extends <a href="../../../../org/apache/
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../org/apache/poi/ddf/EscherRecord.html#getRecordName()">getRecordName</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a></code></dd>
-</dl>
+<dt><span class="strong">Returns:</span></dt><dd>the short name for this escher record</dd></dl>
 </li>
 </ul>
 <a name="toString()">

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherSpgrRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherSpgrRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/EscherSpgrRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherSpgrRecord.html Wed Jun 22 22:31:39 2016
@@ -97,6 +97,10 @@
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.lang.Cloneable</dd>
+</dl>
 <hr>
 <br>
 <pre>public class <span class="strong">EscherSpgrRecord</span>
@@ -411,7 +415,7 @@ extends <a href="../../../../org/apache/
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../org/apache/poi/ddf/EscherRecord.html#getRecordName()">getRecordName</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a></code></dd>
-</dl>
+<dt><span class="strong">Returns:</span></dt><dd>the short name for this escher record</dd></dl>
 </li>
 </ul>
 <a name="toString()">

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherSplitMenuColorsRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherSplitMenuColorsRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/EscherSplitMenuColorsRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherSplitMenuColorsRecord.html Wed Jun 22 22:31:39 2016
@@ -97,6 +97,10 @@
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.lang.Cloneable</dd>
+</dl>
 <hr>
 <br>
 <pre>public class <span class="strong">EscherSplitMenuColorsRecord</span>
@@ -411,7 +415,7 @@ extends <a href="../../../../org/apache/
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../org/apache/poi/ddf/EscherRecord.html#getRecordName()">getRecordName</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a></code></dd>
-</dl>
+<dt><span class="strong">Returns:</span></dt><dd>the short name for this escher record</dd></dl>
 </li>
 </ul>
 <a name="toString()">

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherTertiaryOptRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherTertiaryOptRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/EscherTertiaryOptRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherTertiaryOptRecord.html Wed Jun 22 22:31:39 2016
@@ -102,6 +102,10 @@
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.lang.Cloneable</dd>
+</dl>
 <hr>
 <br>
 <pre>public class <span class="strong">EscherTertiaryOptRecord</span>
@@ -258,7 +262,7 @@ extends <a href="../../../../org/apache/
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../org/apache/poi/ddf/EscherRecord.html#getRecordName()">getRecordName</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a></code></dd>
-</dl>
+<dt><span class="strong">Returns:</span></dt><dd>the short name for this escher record</dd></dl>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherTextboxRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherTextboxRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/EscherTextboxRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherTextboxRecord.html Wed Jun 22 22:31:39 2016
@@ -419,7 +419,7 @@ implements java.lang.Cloneable</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../org/apache/poi/ddf/EscherRecord.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a></code></dd>
-</dl>
+<dt><span class="strong">Returns:</span></dt><dd>the cloned object</dd></dl>
 </li>
 </ul>
 <a name="getRecordName()">
@@ -434,7 +434,7 @@ implements java.lang.Cloneable</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../org/apache/poi/ddf/EscherRecord.html#getRecordName()">getRecordName</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a></code></dd>
-</dl>
+<dt><span class="strong">Returns:</span></dt><dd>the short name for this escher record</dd></dl>
 </li>
 </ul>
 <a name="toString()">

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/NullEscherSerializationListener.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/NullEscherSerializationListener.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/NullEscherSerializationListener.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/NullEscherSerializationListener.html Wed Jun 22 22:31:39 2016
@@ -207,7 +207,7 @@ implements <a href="../../../../org/apac
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../org/apache/poi/ddf/EscherSerializationListener.html#beforeRecordSerialize(int,%20short,%20org.apache.poi.ddf.EscherRecord)">beforeRecordSerialize</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>offset</code> - The position in the data array at which the record will be serialized.</dd><dd><code>recordId</code> - The id of the record about to be serialized.</dd></dl>
+<dt><span class="strong">Parameters:</span></dt><dd><code>offset</code> - The position in the data array at which the record will be serialized.</dd><dd><code>recordId</code> - The id of the record about to be serialized.</dd><dd><code>record</code> - The record to be serialized</dd></dl>
 </li>
 </ul>
 <a name="afterRecordSerialize(int, short, int, org.apache.poi.ddf.EscherRecord)">
@@ -226,7 +226,7 @@ implements <a href="../../../../org/apac
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../org/apache/poi/ddf/EscherSerializationListener.html#afterRecordSerialize(int,%20short,%20int,%20org.apache.poi.ddf.EscherRecord)">afterRecordSerialize</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/poi/ddf/EscherSerializationListener.html" title="interface in org.apache.poi.ddf">EscherSerializationListener</a></code></dd>
 <dt><span class="strong">Parameters:</span></dt><dd><code>offset</code> - The position of the end of the serialized record + 1</dd><dd><code>recordId</code> - The id of the record about to be serialized</dd><dd><code>size</code> - The number of bytes written for this record.  If it is a container
-                  record then this will include the size of any included records.</dd></dl>
+                  record then this will include the size of any included records.</dd><dd><code>record</code> - The record which was serialized</dd></dl>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/UnknownEscherRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/UnknownEscherRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/UnknownEscherRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/UnknownEscherRecord.html Wed Jun 22 22:31:39 2016
@@ -361,7 +361,7 @@ implements java.lang.Cloneable</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../org/apache/poi/ddf/EscherRecord.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a></code></dd>
-</dl>
+<dt><span class="strong">Returns:</span></dt><dd>the cloned object</dd></dl>
 </li>
 </ul>
 <a name="getRecordName()">
@@ -376,7 +376,7 @@ implements java.lang.Cloneable</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../org/apache/poi/ddf/EscherRecord.html#getRecordName()">getRecordName</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a></code></dd>
-</dl>
+<dt><span class="strong">Returns:</span></dt><dd>the short name for this escher record</dd></dl>
 </li>
 </ul>
 <a name="toString()">

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=1749796&r1=1749795&r2=1749796&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 Wed Jun 22 22:31:39 2016
@@ -282,15 +282,13 @@
 <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>
-<div class="block">Generates an escher record including the any children contained under that record.</div>
-</td>
+            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">Create a new escher record from the data provided.</div>
+<div class="block">Generates an escher record including any children contained under that record.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -504,9 +502,7 @@
 <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">HSLFEscherRecordFactory.</span><code><strong><a href="../../../../../org/apache/poi/hslf/record/HSLFEscherRecordFactory.html#createRecord(byte[],%20int)">createRecord</a></strong>(byte[]&nbsp;data,
-            int&nbsp;offset)</code>
-<div class="block">Generates an escher record including the any children contained under that record.</div>
-</td>
+            int&nbsp;offset)</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>

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/package-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/package-tree.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/package-tree.html Wed Jun 22 22:31:39 2016
@@ -95,7 +95,7 @@
 </li>
 <li type="circle">org.apache.poi.ddf.<a href="../../../../org/apache/poi/ddf/EscherPropertyFactory.html" title="class in org.apache.poi.ddf"><span class="strong">EscherPropertyFactory</span></a></li>
 <li type="circle">org.apache.poi.ddf.<a href="../../../../org/apache/poi/ddf/EscherPropertyMetaData.html" title="class in org.apache.poi.ddf"><span class="strong">EscherPropertyMetaData</span></a></li>
-<li type="circle">org.apache.poi.ddf.<a href="../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf"><span class="strong">EscherRecord</span></a>
+<li type="circle">org.apache.poi.ddf.<a href="../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf"><span class="strong">EscherRecord</span></a> (implements java.lang.Cloneable)
 <ul>
 <li type="circle">org.apache.poi.ddf.<a href="../../../../org/apache/poi/ddf/AbstractEscherOptRecord.html" title="class in org.apache.poi.ddf"><span class="strong">AbstractEscherOptRecord</span></a>
 <ul>

Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/DocumentSummaryInformation.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/DocumentSummaryInformation.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/DocumentSummaryInformation.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/DocumentSummaryInformation.html Wed Jun 22 22:31:39 2016
@@ -270,8 +270,7 @@ extends <a href="../../../../org/apache/
 <tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/DocumentSummaryInformation.html#getLanguage()">getLanguage</a></strong>()</code>
-<div class="block">Gets the document language, which is normally unset and empty
-  (or <code>null</code>).</div>
+<div class="block">Gets the document language, which is normally unset and empty (or <code>null</code>).</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -342,7 +341,7 @@ extends <a href="../../../../org/apache/
 <td class="colFirst"><code>byte[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/DocumentSummaryInformation.html#getVBADigitalSignature()">getVBADigitalSignature</a></strong>()</code>
 <div class="block">Returns the VBA digital signature for the VBA project 
-  embedded in the document (or <code>null</code>).</div>
+ embedded in the document (or <code>null</code>).</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -525,7 +524,7 @@ extends <a href="../../../../org/apache/
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/DocumentSummaryInformation.html#setContentStatus(java.lang.String)">setContentStatus</a></strong>(java.lang.String&nbsp;status)</code>
-<div class="block">Sets the content type of the file</div>
+<div class="block">Sets the content status of the file</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -1264,9 +1263,10 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getHyperlinksChanged</h4>
 <pre>public&nbsp;boolean&nbsp;getHyperlinksChanged()</pre>
-<div class="block"><p>Get if the User Defined Property Set has been updated outside of the 
- Application.</p>
- <p>If it has (true), the hyperlinks should be updated on document load.</p></div>
+<div class="block">Get if the User Defined Property Set has been updated outside of the 
+ Application.<p>
+ If it has (true), the hyperlinks should be updated on document load.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>true, if the hyperlinks should be updated on document load</dd></dl>
 </li>
 </ul>
 <a name="setHyperlinksChanged(boolean)">
@@ -1278,6 +1278,7 @@ extends <a href="../../../../org/apache/
 <pre>public&nbsp;void&nbsp;setHyperlinksChanged(boolean&nbsp;changed)</pre>
 <div class="block">Set the flag for if the User Defined Property Set has been updated outside 
   of the Application.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>changed</code> - true, if the User Defined Property Set has been updated</dd></dl>
 </li>
 </ul>
 <a name="removeHyperlinksChanged()">
@@ -1298,10 +1299,11 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getApplicationVersion</h4>
 <pre>public&nbsp;int&nbsp;getApplicationVersion()</pre>
-<div class="block"><p>Gets the version of the Application which wrote the
+<div class="block">Gets the version of the Application which wrote the
   Property set, stored with the two high order bytes having the major
-  version number, and the two low order bytes the minor version number.</p>
- <p>This will be 0 if no version is set.</p></div>
+  version number, and the two low order bytes the minor version number.<p>
+ This will be 0 if no version is set.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the Application version</dd></dl>
 </li>
 </ul>
 <a name="setApplicationVersion(int)">
@@ -1314,6 +1316,7 @@ extends <a href="../../../../org/apache/
 <div class="block">Sets the Application version, which must be a 4 byte int with
   the  two high order bytes having the major version number, and the 
   two low order bytes the minor version number.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>version</code> - the Application version</dd></dl>
 </li>
 </ul>
 <a name="removeApplicationVersion()">
@@ -1333,8 +1336,9 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getVBADigitalSignature</h4>
 <pre>public&nbsp;byte[]&nbsp;getVBADigitalSignature()</pre>
-<div class="block"><p>Returns the VBA digital signature for the VBA project 
-  embedded in the document (or <code>null</code>).</p></div>
+<div class="block">Returns the VBA digital signature for the VBA project 
+ embedded in the document (or <code>null</code>).</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the VBA digital signature</dd></dl>
 </li>
 </ul>
 <a name="setVBADigitalSignature(byte[])">
@@ -1366,7 +1370,8 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getContentType</h4>
 <pre>public&nbsp;java.lang.String&nbsp;getContentType()</pre>
-<div class="block"><p>Gets the content type of the file (or <code>null</code>).</p></div>
+<div class="block">Gets the content type of the file (or <code>null</code>).</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the content type of the file</dd></dl>
 </li>
 </ul>
 <a name="setContentType(java.lang.String)">
@@ -1377,6 +1382,7 @@ extends <a href="../../../../org/apache/
 <h4>setContentType</h4>
 <pre>public&nbsp;void&nbsp;setContentType(java.lang.String&nbsp;type)</pre>
 <div class="block">Sets the content type of the file</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - the content type of the file</dd></dl>
 </li>
 </ul>
 <a name="removeContentType()">
@@ -1396,7 +1402,8 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getContentStatus</h4>
 <pre>public&nbsp;java.lang.String&nbsp;getContentStatus()</pre>
-<div class="block"><p>Gets the content status of the file (or <code>null</code>).</p></div>
+<div class="block">Gets the content status of the file (or <code>null</code>).</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the content status of the file</dd></dl>
 </li>
 </ul>
 <a name="setContentStatus(java.lang.String)">
@@ -1406,7 +1413,8 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>setContentStatus</h4>
 <pre>public&nbsp;void&nbsp;setContentStatus(java.lang.String&nbsp;status)</pre>
-<div class="block">Sets the content type of the file</div>
+<div class="block">Sets the content status of the file</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>status</code> - the content status of the file</dd></dl>
 </li>
 </ul>
 <a name="removeContentStatus()">
@@ -1426,8 +1434,8 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getLanguage</h4>
 <pre>public&nbsp;java.lang.String&nbsp;getLanguage()</pre>
-<div class="block"><p>Gets the document language, which is normally unset and empty
-  (or <code>null</code>).</p></div>
+<div class="block">Gets the document language, which is normally unset and empty (or <code>null</code>).</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the document language</dd></dl>
 </li>
 </ul>
 <a name="setLanguage(java.lang.String)">
@@ -1438,6 +1446,7 @@ extends <a href="../../../../org/apache/
 <h4>setLanguage</h4>
 <pre>public&nbsp;void&nbsp;setLanguage(java.lang.String&nbsp;language)</pre>
 <div class="block">Set the document language</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>language</code> - the document language</dd></dl>
 </li>
 </ul>
 <a name="removeLanguage()">
@@ -1459,6 +1468,7 @@ extends <a href="../../../../org/apache/
 <pre>public&nbsp;java.lang.String&nbsp;getDocumentVersion()</pre>
 <div class="block"><p>Gets the document version as a string, which is normally unset and empty
   (or <code>null</code>).</p></div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the document verion</dd></dl>
 </li>
 </ul>
 <a name="setDocumentVersion(java.lang.String)">
@@ -1469,6 +1479,7 @@ extends <a href="../../../../org/apache/
 <h4>setDocumentVersion</h4>
 <pre>public&nbsp;void&nbsp;setDocumentVersion(java.lang.String&nbsp;version)</pre>
 <div class="block">Sets the document version string</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>version</code> - the document version string</dd></dl>
 </li>
 </ul>
 <a name="removeDocumentVersion()">

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/EscherPlaceholder.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/EscherPlaceholder.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/record/EscherPlaceholder.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/record/EscherPlaceholder.html Wed Jun 22 22:31:39 2016
@@ -97,6 +97,10 @@
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.lang.Cloneable</dd>
+</dl>
 <hr>
 <br>
 <pre>public class <span class="strong">EscherPlaceholder</span>
@@ -334,7 +338,7 @@ extends <a href="../../../../../org/apac
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ddf/EscherRecord.html#getRecordName()">getRecordName</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a></code></dd>
-</dl>
+<dt><span class="strong">Returns:</span></dt><dd>the short name for this escher record</dd></dl>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/HSLFEscherClientDataRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/HSLFEscherClientDataRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/record/HSLFEscherClientDataRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/record/HSLFEscherClientDataRecord.html Wed Jun 22 22:31:39 2016
@@ -102,6 +102,10 @@
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.lang.Cloneable</dd>
+</dl>
 <hr>
 <br>
 <pre>public class <span class="strong">HSLFEscherClientDataRecord</span>
@@ -394,7 +398,7 @@ extends <a href="../../../../../org/apac
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ddf/EscherClientDataRecord.html#getRecordName()">getRecordName</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ddf/EscherClientDataRecord.html" title="class in org.apache.poi.ddf">EscherClientDataRecord</a></code></dd>
-</dl>
+<dt><span class="strong">Returns:</span></dt><dd>the short name for this escher record</dd></dl>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/HSLFEscherRecordFactory.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/HSLFEscherRecordFactory.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/record/HSLFEscherRecordFactory.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/record/HSLFEscherRecordFactory.html Wed Jun 22 22:31:39 2016
@@ -148,7 +148,7 @@ extends <a href="../../../../../org/apac
 <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"><code><strong><a href="../../../../../org/apache/poi/hslf/record/HSLFEscherRecordFactory.html#createRecord(byte[],%20int)">createRecord</a></strong>(byte[]&nbsp;data,
             int&nbsp;offset)</code>
-<div class="block">Generates an escher record including the any children contained under that record.</div>
+<div class="block">Generates an escher record including any children contained under that record.</div>
 </td>
 </tr>
 </table>
@@ -206,7 +206,8 @@ extends <a href="../../../../../org/apac
 <h4>createRecord</h4>
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a>&nbsp;createRecord(byte[]&nbsp;data,
                         int&nbsp;offset)</pre>
-<div class="block">Generates an escher record including the any children contained under that record.
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ddf/EscherRecordFactory.html#createRecord(byte[],%20int)">EscherRecordFactory</a></code></strong></div>
+<div class="block">Generates an escher record including any children contained under that record.
  An exception is thrown if the record could not be generated.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/package-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/package-tree.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/record/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/record/package-tree.html Wed Jun 22 22:31:39 2016
@@ -79,7 +79,7 @@
 </ul>
 </li>
 <li type="circle">org.apache.poi.hslf.record.<a href="../../../../../org/apache/poi/hslf/record/DocumentAtom.SlideSize.html" title="class in org.apache.poi.hslf.record"><span class="strong">DocumentAtom.SlideSize</span></a></li>
-<li type="circle">org.apache.poi.ddf.<a href="../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf"><span class="strong">EscherRecord</span></a>
+<li type="circle">org.apache.poi.ddf.<a href="../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf"><span class="strong">EscherRecord</span></a> (implements java.lang.Cloneable)
 <ul>
 <li type="circle">org.apache.poi.ddf.<a href="../../../../../org/apache/poi/ddf/EscherClientDataRecord.html" title="class in org.apache.poi.ddf"><span class="strong">EscherClientDataRecord</span></a>
 <ul>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartEndObjectRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartEndObjectRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartEndObjectRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartEndObjectRecord.html Wed Jun 22 22:31:39 2016
@@ -111,9 +111,7 @@
 <br>
 <pre>public final class <span class="strong">ChartEndObjectRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
-<div class="block">ENDOBJECT - Chart Future Record Type End Object (0x0855)<br/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Patrick Cheng</dd></dl>
+<div class="block">ENDOBJECT - Chart Future Record Type End Object (0x0855)</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartFRTInfoRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartFRTInfoRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartFRTInfoRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartFRTInfoRecord.html Wed Jun 22 22:31:39 2016
@@ -111,9 +111,7 @@
 <br>
 <pre>public final class <span class="strong">ChartFRTInfoRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
-<div class="block">CHARTFRTINFO - Chart Future Record Type Info (0x0850)<br/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Patrick Cheng</dd></dl>
+<div class="block">CHARTFRTINFO - Chart Future Record Type Info (0x0850)</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartFormatRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartFormatRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartFormatRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartFormatRecord.html Wed Jun 22 22:31:39 2016
@@ -111,12 +111,10 @@
 <br>
 <pre>public final class <span class="strong">ChartFormatRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
-<div class="block">Class ChartFormatRecord (0x1014)<p/>
+<div class="block">Class ChartFormatRecord (0x1014)<p>
 
  (As with all chart related records, documentation is lacking.
  See <a href="../../../../../../org/apache/poi/hssf/record/chart/ChartRecord.html" title="class in org.apache.poi.hssf.record.chart"><code>ChartRecord</code></a> for more details)</div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartRecord.html Wed Jun 22 22:31:39 2016
@@ -116,9 +116,9 @@
 <pre>public final class <span class="strong">ChartRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">CHART (0x1002) <p/>
+<div class="block">CHART (0x1002)<p>
  
- The chart record is used to define the location and size of a chart.<p/>
+ The chart record is used to define the location and size of a chart.<p>
  
  Chart related records don't seem to be covered in either the 
  <A HREF="http://sc.openoffice.org/excelfileformat.pdf">OOO</A> 
@@ -131,8 +131,6 @@ implements java.lang.Cloneable</pre>
  <A HREF="http://ooxmlisdefectivebydesign.blogspot.com/2008/03/bad-surprise-in-microsoft-office-binary.html">blog</A>
   suggests that some documentation for these records is available in "MSDN Library, Feb 1998",
  but no later.</div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartStartBlockRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartStartBlockRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartStartBlockRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartStartBlockRecord.html Wed Jun 22 22:31:39 2016
@@ -116,9 +116,7 @@
 <pre>public final class <span class="strong">ChartStartBlockRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">STARTBLOCK - Chart Future Record Type Start Block (0x0852)<br/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Patrick Cheng</dd></dl>
+<div class="block">STARTBLOCK - Chart Future Record Type Start Block (0x0852)</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartStartObjectRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartStartObjectRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartStartObjectRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartStartObjectRecord.html Wed Jun 22 22:31:39 2016
@@ -111,9 +111,7 @@
 <br>
 <pre>public final class <span class="strong">ChartStartObjectRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
-<div class="block">STARTOBJECT - Chart Future Record Type Start Object (0x0854)<br/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Patrick Cheng</dd></dl>
+<div class="block">STARTOBJECT - Chart Future Record Type Start Object (0x0854)</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartTitleFormatRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartTitleFormatRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartTitleFormatRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ChartTitleFormatRecord.html Wed Jun 22 22:31:39 2016
@@ -111,7 +111,7 @@
 <br>
 <pre>public class <span class="strong">ChartTitleFormatRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
-<div class="block">CHARTTITLEFORMAT (0x1050)<p/>
+<div class="block">CHARTTITLEFORMAT (0x1050)<p>
  Describes the formatting runs associated with a chart title.</div>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/DatRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/DatRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/DatRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/DatRecord.html Wed Jun 22 22:31:39 2016
@@ -116,9 +116,7 @@
 <pre>public final class <span class="strong">DatRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">The dat record is used to store options for the chart.<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
+<div class="block">The dat record is used to store options for the chart.</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/DataFormatRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/DataFormatRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/DataFormatRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/DataFormatRecord.html Wed Jun 22 22:31:39 2016
@@ -116,9 +116,7 @@
 <pre>public final class <span class="strong">DataFormatRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">The data format record is used to index into a series.<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
+<div class="block">The data format record is used to index into a series.</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/DataLabelExtensionRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/DataLabelExtensionRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/DataLabelExtensionRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/DataLabelExtensionRecord.html Wed Jun 22 22:31:39 2016
@@ -111,9 +111,7 @@
 <br>
 <pre>public final class <span class="strong">DataLabelExtensionRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
-<div class="block">DATALABEXT - Chart Data Label Extension (0x086A) <br/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Patrick Cheng</dd></dl>
+<div class="block">DATALABEXT - Chart Data Label Extension (0x086A)</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/DefaultDataLabelTextPropertiesRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/DefaultDataLabelTextPropertiesRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/DefaultDataLabelTextPropertiesRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/DefaultDataLabelTextPropertiesRecord.html Wed Jun 22 22:31:39 2016
@@ -116,9 +116,7 @@
 <pre>public final class <span class="strong">DefaultDataLabelTextPropertiesRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">The default data label text properties record identifies the text characteristics of the preceding text record.<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
+<div class="block">The default data label text properties record identifies the text characteristics of the preceding text record.</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/FontBasisRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/FontBasisRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/FontBasisRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/FontBasisRecord.html Wed Jun 22 22:31:39 2016
@@ -116,9 +116,7 @@
 <pre>public final class <span class="strong">FontBasisRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">The font basis record stores various font metrics.<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
+<div class="block">The font basis record stores various font metrics.</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/FrameRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/FrameRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/FrameRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/FrameRecord.html Wed Jun 22 22:31:39 2016
@@ -116,9 +116,7 @@
 <pre>public final class <span class="strong">FrameRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">The frame record indicates whether there is a border around the displayed text of a chart.<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
+<div class="block">The frame record indicates whether there is a border around the displayed text of a chart.</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/LegendRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/LegendRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/LegendRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/LegendRecord.html Wed Jun 22 22:31:39 2016
@@ -116,9 +116,7 @@
 <pre>public final class <span class="strong">LegendRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">Defines a legend for a chart.<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Andrew C. Oliver (acoliver at apache.org)</dd></dl>
+<div class="block">Defines a legend for a chart.</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/LineFormatRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/LineFormatRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/LineFormatRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/LineFormatRecord.html Wed Jun 22 22:31:39 2016
@@ -116,9 +116,7 @@
 <pre>public final class <span class="strong">LineFormatRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">Describes a line format record.  The line format record controls how a line on a chart appears.<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
+<div class="block">Describes a line format record.  The line format record controls how a line on a chart appears.</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/LinkedDataRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/LinkedDataRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/LinkedDataRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/LinkedDataRecord.html Wed Jun 22 22:31:39 2016
@@ -116,9 +116,7 @@
 <pre>public final class <span class="strong">LinkedDataRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">Describes a linked data record.  This record refers to the series data or text.<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
+<div class="block">Describes a linked data record.  This record refers to the series data or text.</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/NumberFormatIndexRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/NumberFormatIndexRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/NumberFormatIndexRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/NumberFormatIndexRecord.html Wed Jun 22 22:31:39 2016
@@ -116,9 +116,7 @@
 <pre>public final class <span class="strong">NumberFormatIndexRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">The number format index record indexes format table.  This applies to an axis.<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
+<div class="block">The number format index record indexes format table. This applies to an axis.</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ObjectLinkRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ObjectLinkRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ObjectLinkRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ObjectLinkRecord.html Wed Jun 22 22:31:39 2016
@@ -116,9 +116,7 @@
 <pre>public final class <span class="strong">ObjectLinkRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">Links text to an object on the chart or identifies it as the title.<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Andrew C. Oliver (acoliver at apache.org)</dd></dl>
+<div class="block">Links text to an object on the chart or identifies it as the title.</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/PlotAreaRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/PlotAreaRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/PlotAreaRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/PlotAreaRecord.html Wed Jun 22 22:31:39 2016
@@ -111,9 +111,7 @@
 <br>
 <pre>public final class <span class="strong">PlotAreaRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
-<div class="block">preceeds and identifies a frame as belonging to the plot area.<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Andrew C. Oliver (acoliver at apache.org)</dd></dl>
+<div class="block">preceeds and identifies a frame as belonging to the plot area.</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/PlotGrowthRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/PlotGrowthRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/PlotGrowthRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/PlotGrowthRecord.html Wed Jun 22 22:31:39 2016
@@ -111,9 +111,7 @@
 <br>
 <pre>public final class <span class="strong">PlotGrowthRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
-<div class="block">The plot growth record specifies the scaling factors used when a font is scaled.<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
+<div class="block">The plot growth record specifies the scaling factors used when a font is scaled.</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesChartGroupIndexRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesChartGroupIndexRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesChartGroupIndexRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesChartGroupIndexRecord.html Wed Jun 22 22:31:39 2016
@@ -111,9 +111,7 @@
 <br>
 <pre>public final class <span class="strong">SeriesChartGroupIndexRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
-<div class="block">The series chart group index record stores the index to the CHARTFORMAT record (0 based).<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
+<div class="block">The series chart group index record stores the index to the CHARTFORMAT record (0 based).</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesIndexRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesIndexRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesIndexRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesIndexRecord.html Wed Jun 22 22:31:39 2016
@@ -111,9 +111,7 @@
 <br>
 <pre>public final class <span class="strong">SeriesIndexRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
-<div class="block">links a series to its position in the series list.<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Andrew C. Oliver (acoliver at apache.org)</dd></dl>
+<div class="block">links a series to its position in the series list.</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesListRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesListRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesListRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesListRecord.html Wed Jun 22 22:31:39 2016
@@ -111,14 +111,12 @@
 <br>
 <pre>public final class <span class="strong">SeriesListRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
-<div class="block">SERIESLIST (0x1016)<p/>
+<div class="block">SERIESLIST (0x1016)<p>
  
- The series list record defines the series displayed as an overlay to the main chart record.<br/>
+ The series list record defines the series displayed as an overlay to the main chart record.<p>
  
  (As with all chart related records, documentation is lacking.
  See <a href="../../../../../../org/apache/poi/hssf/record/chart/ChartRecord.html" title="class in org.apache.poi.hssf.record.chart"><code>ChartRecord</code></a> for more details)</div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesRecord.html Wed Jun 22 22:31:39 2016
@@ -111,9 +111,7 @@
 <br>
 <pre>public final class <span class="strong">SeriesRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
-<div class="block">The series record describes the overall data for a series.<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
+<div class="block">The series record describes the overall data for a series.</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesTextRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesTextRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesTextRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesTextRecord.html Wed Jun 22 22:31:39 2016
@@ -111,10 +111,8 @@
 <br>
 <pre>public final class <span class="strong">SeriesTextRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
-<div class="block">SERIESTEXT (0x100D)</p> 
- Defines a series name</p></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Andrew C. Oliver (acoliver at apache.org)</dd></dl>
+<div class="block">SERIESTEXT (0x100D)<p> 
+ Defines a series name</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesToChartGroupRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesToChartGroupRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesToChartGroupRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SeriesToChartGroupRecord.html Wed Jun 22 22:31:39 2016
@@ -111,11 +111,9 @@
 <br>
 <pre>public final class <span class="strong">SeriesToChartGroupRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
-<div class="block">Indicates the chart-group index for a series.  The order probably defines the mapping.  
- So the 0th record probably means the 0th series.  The only field in this of course defines which chart 
- group the 0th series (for instance) would map to.  Confusing?  Well thats because it is.  (p 522 BCG)<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Andrew C. Oliver (acoliver at apache.org)</dd></dl>
+<div class="block">Indicates the chart-group index for a series. The order probably defines the mapping.  
+ So the 0th record probably means the 0th series. The only field in this of course defines which chart 
+ group the 0th series (for instance) would map to. Confusing?  Well thats because it is.  (p 522 BCG)</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SheetPropertiesRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SheetPropertiesRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SheetPropertiesRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/SheetPropertiesRecord.html Wed Jun 22 22:31:39 2016
@@ -111,12 +111,10 @@
 <br>
 <pre>public final class <span class="strong">SheetPropertiesRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
-<div class="block">Describes a chart sheet properties record. SHTPROPS (0x1044) <p/>
+<div class="block">Describes a chart sheet properties record. SHTPROPS (0x1044)<p>
  
  (As with all chart related records, documentation is lacking.
  See <a href="../../../../../../org/apache/poi/hssf/record/chart/ChartRecord.html" title="class in org.apache.poi.hssf.record.chart"><code>ChartRecord</code></a> for more details)</div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/TextRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/TextRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/TextRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/TextRecord.html Wed Jun 22 22:31:39 2016
@@ -111,9 +111,7 @@
 <br>
 <pre>public final class <span class="strong">TextRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
-<div class="block">The text record is used to define text stored on a chart.<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
+<div class="block">The text record is used to define text stored on a chart.</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/UnitsRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/UnitsRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/UnitsRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/UnitsRecord.html Wed Jun 22 22:31:39 2016
@@ -111,9 +111,7 @@
 <br>
 <pre>public final class <span class="strong">UnitsRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
-<div class="block">The units record describes units.<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
+<div class="block">The units record describes units.</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ValueRangeRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ValueRangeRecord.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ValueRangeRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/ValueRangeRecord.html Wed Jun 22 22:31:39 2016
@@ -111,9 +111,7 @@
 <br>
 <pre>public final class <span class="strong">ValueRangeRecord</span>
 extends <a href="../../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
-<div class="block">The value range record defines the range of the value axis.<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
+<div class="block">The value range record defines the range of the value axis.</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/package-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/package-summary.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/package-summary.html Wed Jun 22 22:31:39 2016
@@ -149,78 +149,67 @@
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/ChartEndObjectRecord.html" title="class in org.apache.poi.hssf.record.chart">ChartEndObjectRecord</a></td>
 <td class="colLast">
-<div class="block">ENDOBJECT - Chart Future Record Type End Object (0x0855)<br/></div>
+<div class="block">ENDOBJECT - Chart Future Record Type End Object (0x0855)</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/ChartFormatRecord.html" title="class in org.apache.poi.hssf.record.chart">ChartFormatRecord</a></td>
 <td class="colLast">
-<div class="block">Class ChartFormatRecord (0x1014)<p/>
-
- (As with all chart related records, documentation is lacking.</div>
+<div class="block">Class ChartFormatRecord (0x1014)</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/ChartFRTInfoRecord.html" title="class in org.apache.poi.hssf.record.chart">ChartFRTInfoRecord</a></td>
 <td class="colLast">
-<div class="block">CHARTFRTINFO - Chart Future Record Type Info (0x0850)<br/></div>
+<div class="block">CHARTFRTINFO - Chart Future Record Type Info (0x0850)</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/ChartRecord.html" title="class in org.apache.poi.hssf.record.chart">ChartRecord</a></td>
 <td class="colLast">
-<div class="block">CHART (0x1002) <p/>
- 
- The chart record is used to define the location and size of a chart.<p/>
- 
- Chart related records don't seem to be covered in either the 
- <A HREF="http://sc.openoffice.org/excelfileformat.pdf">OOO</A> 
-  or the  
- <A HREF="http://download.microsoft.com/download/0/B/E/0BE8BDD7-E5E8-422A-ABFD-4342ED7AD886/Excel97-2007BinaryFileFormat(xls)Specification.pdf">MS</A> 
-  documentation.</div>
+<div class="block">CHART (0x1002)</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/ChartStartBlockRecord.html" title="class in org.apache.poi.hssf.record.chart">ChartStartBlockRecord</a></td>
 <td class="colLast">
-<div class="block">STARTBLOCK - Chart Future Record Type Start Block (0x0852)<br/></div>
+<div class="block">STARTBLOCK - Chart Future Record Type Start Block (0x0852)</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/ChartStartObjectRecord.html" title="class in org.apache.poi.hssf.record.chart">ChartStartObjectRecord</a></td>
 <td class="colLast">
-<div class="block">STARTOBJECT - Chart Future Record Type Start Object (0x0854)<br/></div>
+<div class="block">STARTOBJECT - Chart Future Record Type Start Object (0x0854)</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/ChartTitleFormatRecord.html" title="class in org.apache.poi.hssf.record.chart">ChartTitleFormatRecord</a></td>
 <td class="colLast">
-<div class="block">CHARTTITLEFORMAT (0x1050)<p/>
- Describes the formatting runs associated with a chart title.</div>
+<div class="block">CHARTTITLEFORMAT (0x1050)</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/DataFormatRecord.html" title="class in org.apache.poi.hssf.record.chart">DataFormatRecord</a></td>
 <td class="colLast">
-<div class="block">The data format record is used to index into a series.<p/></div>
+<div class="block">The data format record is used to index into a series.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/DataLabelExtensionRecord.html" title="class in org.apache.poi.hssf.record.chart">DataLabelExtensionRecord</a></td>
 <td class="colLast">
-<div class="block">DATALABEXT - Chart Data Label Extension (0x086A) <br/></div>
+<div class="block">DATALABEXT - Chart Data Label Extension (0x086A)</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/DatRecord.html" title="class in org.apache.poi.hssf.record.chart">DatRecord</a></td>
 <td class="colLast">
-<div class="block">The dat record is used to store options for the chart.<p/></div>
+<div class="block">The dat record is used to store options for the chart.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/DefaultDataLabelTextPropertiesRecord.html" title="class in org.apache.poi.hssf.record.chart">DefaultDataLabelTextPropertiesRecord</a></td>
 <td class="colLast">
-<div class="block">The default data label text properties record identifies the text characteristics of the preceding text record.<p/></div>
+<div class="block">The default data label text properties record identifies the text characteristics of the preceding text record.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -233,7 +222,7 @@
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/FontBasisRecord.html" title="class in org.apache.poi.hssf.record.chart">FontBasisRecord</a></td>
 <td class="colLast">
-<div class="block">The font basis record stores various font metrics.<p/></div>
+<div class="block">The font basis record stores various font metrics.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -245,13 +234,13 @@
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/FrameRecord.html" title="class in org.apache.poi.hssf.record.chart">FrameRecord</a></td>
 <td class="colLast">
-<div class="block">The frame record indicates whether there is a border around the displayed text of a chart.<p/></div>
+<div class="block">The frame record indicates whether there is a border around the displayed text of a chart.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/LegendRecord.html" title="class in org.apache.poi.hssf.record.chart">LegendRecord</a></td>
 <td class="colLast">
-<div class="block">Defines a legend for a chart.<p/></div>
+<div class="block">Defines a legend for a chart.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -275,31 +264,31 @@
 <tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/ObjectLinkRecord.html" title="class in org.apache.poi.hssf.record.chart">ObjectLinkRecord</a></td>
 <td class="colLast">
-<div class="block">Links text to an object on the chart or identifies it as the title.<p/></div>
+<div class="block">Links text to an object on the chart or identifies it as the title.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/PlotAreaRecord.html" title="class in org.apache.poi.hssf.record.chart">PlotAreaRecord</a></td>
 <td class="colLast">
-<div class="block">preceeds and identifies a frame as belonging to the plot area.<p/></div>
+<div class="block">preceeds and identifies a frame as belonging to the plot area.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/PlotGrowthRecord.html" title="class in org.apache.poi.hssf.record.chart">PlotGrowthRecord</a></td>
 <td class="colLast">
-<div class="block">The plot growth record specifies the scaling factors used when a font is scaled.<p/></div>
+<div class="block">The plot growth record specifies the scaling factors used when a font is scaled.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/SeriesChartGroupIndexRecord.html" title="class in org.apache.poi.hssf.record.chart">SeriesChartGroupIndexRecord</a></td>
 <td class="colLast">
-<div class="block">The series chart group index record stores the index to the CHARTFORMAT record (0 based).<p/></div>
+<div class="block">The series chart group index record stores the index to the CHARTFORMAT record (0 based).</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/SeriesIndexRecord.html" title="class in org.apache.poi.hssf.record.chart">SeriesIndexRecord</a></td>
 <td class="colLast">
-<div class="block">links a series to its position in the series list.<p/></div>
+<div class="block">links a series to its position in the series list.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -311,17 +300,13 @@
 <tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/SeriesListRecord.html" title="class in org.apache.poi.hssf.record.chart">SeriesListRecord</a></td>
 <td class="colLast">
-<div class="block">SERIESLIST (0x1016)<p/>
- 
- The series list record defines the series displayed as an overlay to the main chart record.<br/>
- 
- (As with all chart related records, documentation is lacking.</div>
+<div class="block">SERIESLIST (0x1016)</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/SeriesRecord.html" title="class in org.apache.poi.hssf.record.chart">SeriesRecord</a></td>
 <td class="colLast">
-<div class="block">The series record describes the overall data for a series.<p/></div>
+<div class="block">The series record describes the overall data for a series.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -345,7 +330,7 @@
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/TextRecord.html" title="class in org.apache.poi.hssf.record.chart">TextRecord</a></td>
 <td class="colLast">
-<div class="block">The text record is used to define text stored on a chart.<p/></div>
+<div class="block">The text record is used to define text stored on a chart.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -357,13 +342,13 @@
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/UnitsRecord.html" title="class in org.apache.poi.hssf.record.chart">UnitsRecord</a></td>
 <td class="colLast">
-<div class="block">The units record describes units.<p/></div>
+<div class="block">The units record describes units.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/hssf/record/chart/ValueRangeRecord.html" title="class in org.apache.poi.hssf.record.chart">ValueRangeRecord</a></td>
 <td class="colLast">
-<div class="block">The value range record defines the range of the value axis.<p/></div>
+<div class="block">The value range record defines the range of the value axis.</div>
 </td>
 </tr>
 </tbody>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/package-use.html?rev=1749796&r1=1749795&r2=1749796&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/chart/package-use.html Wed Jun 22 22:31:39 2016
@@ -153,35 +153,27 @@
 </tr>
 <tr class="rowColor">
 <td class="colOne"><a href="../../../../../../org/apache/poi/hssf/record/chart/class-use/ChartRecord.html#org.apache.poi.hssf.record.chart">ChartRecord</a>
-<div class="block">CHART (0x1002) <p/>
- 
- The chart record is used to define the location and size of a chart.<p/>
- 
- Chart related records don't seem to be covered in either the 
- <A HREF="http://sc.openoffice.org/excelfileformat.pdf">OOO</A> 
-  or the  
- <A HREF="http://download.microsoft.com/download/0/B/E/0BE8BDD7-E5E8-422A-ABFD-4342ED7AD886/Excel97-2007BinaryFileFormat(xls)Specification.pdf">MS</A> 
-  documentation.</div>
+<div class="block">CHART (0x1002)</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colOne"><a href="../../../../../../org/apache/poi/hssf/record/chart/class-use/ChartStartBlockRecord.html#org.apache.poi.hssf.record.chart">ChartStartBlockRecord</a>
-<div class="block">STARTBLOCK - Chart Future Record Type Start Block (0x0852)<br/></div>
+<div class="block">STARTBLOCK - Chart Future Record Type Start Block (0x0852)</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colOne"><a href="../../../../../../org/apache/poi/hssf/record/chart/class-use/DataFormatRecord.html#org.apache.poi.hssf.record.chart">DataFormatRecord</a>
-<div class="block">The data format record is used to index into a series.<p/></div>
+<div class="block">The data format record is used to index into a series.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colOne"><a href="../../../../../../org/apache/poi/hssf/record/chart/class-use/DatRecord.html#org.apache.poi.hssf.record.chart">DatRecord</a>
-<div class="block">The dat record is used to store options for the chart.<p/></div>
+<div class="block">The dat record is used to store options for the chart.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colOne"><a href="../../../../../../org/apache/poi/hssf/record/chart/class-use/DefaultDataLabelTextPropertiesRecord.html#org.apache.poi.hssf.record.chart">DefaultDataLabelTextPropertiesRecord</a>
-<div class="block">The default data label text properties record identifies the text characteristics of the preceding text record.<p/></div>
+<div class="block">The default data label text properties record identifies the text characteristics of the preceding text record.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -192,7 +184,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colOne"><a href="../../../../../../org/apache/poi/hssf/record/chart/class-use/FontBasisRecord.html#org.apache.poi.hssf.record.chart">FontBasisRecord</a>
-<div class="block">The font basis record stores various font metrics.<p/></div>
+<div class="block">The font basis record stores various font metrics.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -202,12 +194,12 @@
 </tr>
 <tr class="rowColor">
 <td class="colOne"><a href="../../../../../../org/apache/poi/hssf/record/chart/class-use/FrameRecord.html#org.apache.poi.hssf.record.chart">FrameRecord</a>
-<div class="block">The frame record indicates whether there is a border around the displayed text of a chart.<p/></div>
+<div class="block">The frame record indicates whether there is a border around the displayed text of a chart.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colOne"><a href="../../../../../../org/apache/poi/hssf/record/chart/class-use/LegendRecord.html#org.apache.poi.hssf.record.chart">LegendRecord</a>
-<div class="block">Defines a legend for a chart.<p/></div>
+<div class="block">Defines a legend for a chart.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -227,7 +219,7 @@
 </tr>
 <tr class="altColor">
 <td class="colOne"><a href="../../../../../../org/apache/poi/hssf/record/chart/class-use/ObjectLinkRecord.html#org.apache.poi.hssf.record.chart">ObjectLinkRecord</a>
-<div class="block">Links text to an object on the chart or identifies it as the title.<p/></div>
+<div class="block">Links text to an object on the chart or identifies it as the title.</div>
 </td>
 </tr>
 </tbody>
@@ -249,7 +241,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colOne"><a href="../../../../../../org/apache/poi/hssf/record/chart/class-use/SeriesRecord.html#org.apache.poi.hssf.usermodel">SeriesRecord</a>
-<div class="block">The series record describes the overall data for a series.<p/></div>
+<div class="block">The series record describes the overall data for a series.</div>
 </td>
 </tr>
 </tbody>



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