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/12 21:45:55 UTC

svn commit: r1748056 [2/6] - in /poi/site/publish/apidocs: ./ org/apache/poi/ org/apache/poi/class-use/ org/apache/poi/hpsf/ org/apache/poi/hpsf/wellknown/ org/apache/poi/hssf/dev/ org/apache/poi/hssf/extractor/ org/apache/poi/hssf/model/ org/apache/po...

Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/WritingNotSupportedException.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/WritingNotSupportedException.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/WritingNotSupportedException.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/WritingNotSupportedException.html Sun Jun 12 21:45:52 2016
@@ -127,10 +127,7 @@
 extends <a href="../../../../org/apache/poi/hpsf/UnsupportedVariantTypeException.html" title="class in org.apache.poi.hpsf">UnsupportedVariantTypeException</a></pre>
 <div class="block"><p>This exception is thrown when trying to write a (yet) unsupported variant
  type.</p></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Rainer Klute <a
- href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a></dd>
-<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/poi/hpsf/ReadingNotSupportedException.html" title="class in org.apache.poi.hpsf"><code>ReadingNotSupportedException</code></a>, 
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/poi/hpsf/ReadingNotSupportedException.html" title="class in org.apache.poi.hpsf"><code>ReadingNotSupportedException</code></a>, 
 <a href="../../../../org/apache/poi/hpsf/UnsupportedVariantTypeException.html" title="class in org.apache.poi.hpsf"><code>UnsupportedVariantTypeException</code></a>, 
 <a href="../../../../serialized-form.html#org.apache.poi.hpsf.WritingNotSupportedException">Serialized Form</a></dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/wellknown/PropertyIDMap.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/wellknown/PropertyIDMap.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/wellknown/PropertyIDMap.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/wellknown/PropertyIDMap.html Sun Jun 12 21:45:52 2016
@@ -116,10 +116,7 @@ extends java.util.HashMap&lt;java.lang.L
  <p>The methods <a href="../../../../../org/apache/poi/hpsf/wellknown/PropertyIDMap.html#getSummaryInformationProperties()"><code>getSummaryInformationProperties()</code></a> and <a href="../../../../../org/apache/poi/hpsf/wellknown/PropertyIDMap.html#getDocumentSummaryInformationProperties()"><code>getDocumentSummaryInformationProperties()</code></a> return singleton <a href="../../../../../org/apache/poi/hpsf/wellknown/PropertyIDMap.html" title="class in org.apache.poi.hpsf.wellknown"><code>PropertyIDMap</code></a>s. An application that wants to extend these maps
  should treat them as unmodifiable, copy them and modifiy the
  copies.</p></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Rainer Klute <a
- href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a></dd>
-<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#org.apache.poi.hpsf.wellknown.PropertyIDMap">Serialized Form</a></dd></dl>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#org.apache.poi.hpsf.wellknown.PropertyIDMap">Serialized Form</a></dd></dl>
 </li>
 </ul>
 </div>
@@ -756,7 +753,7 @@ extends java.util.HashMap&lt;java.lang.L
  document is allowed or whether is should be opened as read-only. It can
  have the following values:</p>
 
- <table>
+ <table summary="">
   <tbody>
    <tr>
     <th><p>Value</p></th>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/dev/BiffViewer.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/dev/BiffViewer.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/dev/BiffViewer.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/dev/BiffViewer.html Sun Jun 12 21:45:52 2016
@@ -195,15 +195,15 @@ extends java.lang.Object</pre>
                  throws java.io.IOException,
                         org.apache.poi.hssf.dev.BiffViewer.CommandParseException</pre>
 <div class="block">Method main with 1 argument just run straight biffview against given
- file<P>
+ file<p>
 
- <b>Usage</b>:<br/>
+ <b>Usage</b>:<p>
 
- BiffViewer [--biffhex] [--noint] [--noescher] [--out] &lt;fileName&gt; <br/>
- BiffViewer --rawhex  [--out] &lt;fileName&gt; <br/>
- <br/>
+ BiffViewer [--biffhex] [--noint] [--noescher] [--out] &lt;fileName&gt;<p>
+ BiffViewer --rawhex  [--out] &lt;fileName&gt;<p>
+ <p>
 
- <table>
+ <table summary="BiffViewer options">
  <tr><td>--biffhex</td><td>show hex dump of each BIFF record</td></tr>
  <tr><td>--noint</td><td>do not output interpretation of BIFF records</td></tr>
  <tr><td>--out</td><td>send output to &lt;fileName&gt;.out</td></tr>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/extractor/EventBasedExcelExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/extractor/EventBasedExcelExtractor.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/extractor/EventBasedExcelExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/extractor/EventBasedExcelExtractor.html Sun Jun 12 21:45:52 2016
@@ -122,9 +122,8 @@ implements <a href="../../../../../org/a
  <p>
  To turn an excel file into a CSV or similar, then see
   the XLS2CSVmra example
- </p>
- <link href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java">
- http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java</link></div>
+ </p></div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java">XLS2CSVmra</a></dd></dl>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/extractor/ExcelExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/extractor/ExcelExtractor.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/extractor/ExcelExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/extractor/ExcelExtractor.html Sun Jun 12 21:45:52 2016
@@ -120,9 +120,8 @@ implements <a href="../../../../../org/a
  <p>
  To turn an excel file into a CSV or similar, then see
   the XLS2CSVmra example
- </p>
- <link href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java">
- http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java</link></div>
+ </p></div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java">XLS2CSVmra</a></dd></dl>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/model/InternalSheet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/model/InternalSheet.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/model/InternalSheet.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/model/InternalSheet.html Sun Jun 12 21:45:52 2016
@@ -1221,7 +1221,7 @@ public&nbsp;<a href="../../../../../org/
  the column at specified 0-based index. (In this case, an
  ExtendedFormatRecord index is actually associated with a
  ColumnInfoRecord which spans 1 or more columns)
- <br/>
+ <p>
  Returns the index to the default ExtendedFormatRecord (0xF)
  if no ColumnInfoRecord exists that includes the column
  index specified.</div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/ArrayRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/ArrayRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/ArrayRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/ArrayRecord.html Sun Jun 12 21:45:52 2016
@@ -121,11 +121,9 @@
 <pre>public final class <span class="strong">ArrayRecord</span>
 extends <a href="../../../../../org/apache/poi/hssf/record/SharedValueRecordBase.html" title="class in org.apache.poi.hssf.record">SharedValueRecordBase</a>
 implements java.lang.Cloneable</pre>
-<div class="block">ARRAY (0x0221)<p/>
+<div class="block">ARRAY (0x0221)<p>
 
  Treated in a similar way to SharedFormulaRecord</div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Josh Micich</dd></dl>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/AutoFilterInfoRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/AutoFilterInfoRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/AutoFilterInfoRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/AutoFilterInfoRecord.html Sun Jun 12 21:45:52 2016
@@ -341,12 +341,12 @@ implements java.lang.Cloneable</pre>
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/BOFRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/BOFRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/BOFRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/BOFRecord.html Sun Jun 12 21:45:52 2016
@@ -753,12 +753,12 @@ implements java.lang.Cloneable</pre>
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/BackupRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/BackupRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/BackupRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/BackupRecord.html Sun Jun 12 21:45:52 2016
@@ -336,12 +336,12 @@ extends <a href="../../../../../org/apac
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/BlankRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/BlankRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/BlankRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/BlankRecord.html Sun Jun 12 21:45:52 2016
@@ -447,12 +447,12 @@ implements <a href="../../../../../org/a
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/BookBoolRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/BookBoolRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/BookBoolRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/BookBoolRecord.html Sun Jun 12 21:45:52 2016
@@ -336,12 +336,12 @@ extends <a href="../../../../../org/apac
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/BottomMarginRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/BottomMarginRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/BottomMarginRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/BottomMarginRecord.html Sun Jun 12 21:45:52 2016
@@ -116,9 +116,7 @@
 <pre>public final class <span class="strong">BottomMarginRecord</span>
 extends <a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a>
 implements <a href="../../../../../org/apache/poi/hssf/record/Margin.html" title="interface in org.apache.poi.hssf.record">Margin</a>, java.lang.Cloneable</pre>
-<div class="block">Record for the bottom margin.<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Shawn Laubach (slaubach at apache dot org)</dd></dl>
+<div class="block">Record for the bottom margin.</div>
 </li>
 </ul>
 </div>
@@ -318,12 +316,12 @@ implements <a href="../../../../../org/a
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/BoundSheetRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/BoundSheetRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/BoundSheetRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/BoundSheetRecord.html Sun Jun 12 21:45:52 2016
@@ -428,12 +428,12 @@ extends <a href="../../../../../org/apac
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/CFHeader12Record.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/CFHeader12Record.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/CFHeader12Record.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/CFHeader12Record.html Sun Jun 12 21:45:52 2016
@@ -355,12 +355,12 @@ implements <a href="../../../../../org/a
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html" title="class in org.apache.poi.hssf.record">CFHeaderBase</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/CFHeaderBase.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/CFHeaderBase.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/CFHeaderBase.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/CFHeaderBase.html Sun Jun 12 21:45:52 2016
@@ -466,12 +466,12 @@ implements java.lang.Cloneable</pre>
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/CFRuleBase.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/CFRuleBase.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/CFRuleBase.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/CFRuleBase.html Sun Jun 12 21:45:52 2016
@@ -1502,7 +1502,7 @@ implements java.lang.Cloneable</pre>
 <div class="block">TODO - parse conditional format formulas properly i.e. produce tRefN and tAreaN instead of tRef and tArea
  this call will produce the wrong results if the formula contains any cell references
  One approach might be to apply the inverse of SharedFormulaRecord.convertSharedFormulas(Stack, int, int)
- Note - two extra parameters (rowIx & colIx) will be required. They probably come from one of the Region objects.</div>
+ Note - two extra parameters (rowIx &amp; colIx) will be required. They probably come from one of the Region objects.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd><code>null</code> if <tt>formula</tt> was null.</dd></dl>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/CRNCountRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/CRNCountRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/CRNCountRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/CRNCountRecord.html Sun Jun 12 21:45:52 2016
@@ -312,12 +312,12 @@ extends <a href="../../../../../org/apac
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/CRNRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/CRNRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/CRNRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/CRNRecord.html Sun Jun 12 21:45:52 2016
@@ -111,9 +111,9 @@
 <br>
 <pre>public final class <span class="strong">CRNRecord</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">Title:       CRN(0x005A) <p/>
- Description: This record stores the contents of an external cell or cell range <p/>
- REFERENCE:   OOO 5.23<p/></div>
+<div class="block">Title:       CRN(0x005A)<p>
+ Description: This record stores the contents of an external cell or cell range<p>
+ REFERENCE:   OOO 5.23</div>
 </li>
 </ul>
 </div>
@@ -323,12 +323,12 @@ extends <a href="../../../../../org/apac
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/CalcCountRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/CalcCountRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/CalcCountRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/CalcCountRecord.html Sun Jun 12 21:45:52 2016
@@ -347,12 +347,12 @@ implements java.lang.Cloneable</pre>
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/CalcModeRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/CalcModeRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/CalcModeRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/CalcModeRecord.html Sun Jun 12 21:45:52 2016
@@ -402,12 +402,12 @@ implements java.lang.Cloneable</pre>
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/CellRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/CellRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/CellRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/CellRecord.html Sun Jun 12 21:45:52 2016
@@ -444,12 +444,12 @@ implements <a href="../../../../../org/a
 <pre>public final&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/CodepageRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/CodepageRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/CodepageRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/CodepageRecord.html Sun Jun 12 21:45:52 2016
@@ -355,12 +355,12 @@ extends <a href="../../../../../org/apac
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/ColumnInfoRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/ColumnInfoRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/ColumnInfoRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/ColumnInfoRecord.html Sun Jun 12 21:45:52 2016
@@ -116,11 +116,9 @@
 <pre>public final class <span class="strong">ColumnInfoRecord</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">Title: COLINFO Record (0x007D)<p/>
- Description:  Defines with width and formatting for a range of columns<p/>
- REFERENCE:  PG 293 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Andrew C. Oliver (acoliver at apache dot org)</dd></dl>
+<div class="block">Title: COLINFO Record (0x007D)<p>
+ Description:  Defines with width and formatting for a range of columns<p>
+ REFERENCE:  PG 293 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)</div>
 </li>
 </ul>
 </div>
@@ -577,12 +575,12 @@ implements java.lang.Cloneable</pre>
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/CommonObjectDataSubRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/CommonObjectDataSubRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/CommonObjectDataSubRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/CommonObjectDataSubRecord.html Sun Jun 12 21:45:52 2016
@@ -106,9 +106,7 @@
 <pre>public final class <span class="strong">CommonObjectDataSubRecord</span>
 extends <a href="../../../../../org/apache/poi/hssf/record/SubRecord.html" title="class in org.apache.poi.hssf.record">SubRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">The common object data record is used to store all common preferences for an excel object.<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
+<div class="block">The common object data record is used to store all common preferences for an excel object.</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/ContinueRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/ContinueRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/ContinueRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/ContinueRecord.html Sun Jun 12 21:45:52 2016
@@ -312,12 +312,12 @@ implements java.lang.Cloneable</pre>
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/CountryRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/CountryRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/CountryRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/CountryRecord.html Sun Jun 12 21:45:52 2016
@@ -371,12 +371,12 @@ extends <a href="../../../../../org/apac
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/DBCellRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/DBCellRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/DBCellRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/DBCellRecord.html Sun Jun 12 21:45:52 2016
@@ -116,11 +116,9 @@
 <pre>public final class <span class="strong">DBCellRecord</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">Title:        DBCell Record (0x00D7)<p/>
+<div class="block">Title:        DBCell Record (0x00D7)<p>
  Description:  Used by Excel and other MS apps to quickly find rows in the sheets.<P>
- REFERENCE:  PG 299/440 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)<P></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Andrew C. Oliver (acoliver at apache dot org), Jason Height</dd></dl>
+ REFERENCE:  PG 299/440 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)</div>
 </li>
 </ul>
 </div>
@@ -334,12 +332,12 @@ implements java.lang.Cloneable</pre>
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/DConRefRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/DConRefRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/DConRefRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/DConRefRecord.html Sun Jun 12 21:45:52 2016
@@ -138,8 +138,8 @@ extends <a href="../../../../../org/apac
  Where
  <ul>
  <li><code>DConFile.h = 0x00</code> if the characters in<code>rgb</code> are single byte, and
- <code>DConFile.h = 0x01</code> if they are double byte. <br/>
- If they are double byte, then<br/>
+ <code>DConFile.h = 0x01</code> if they are double byte.<p>
+ If they are double byte, then
  <ul>
  <li> If it exists, the length of <code>DConRef.un = 2</code>. Otherwise it is 1.
  <li> The length of <code>DConFile.rgb = (2 * DConRef.cch)</code>. Otherwise it is equal to
@@ -150,8 +150,6 @@ extends <a href="../../../../../org/apac
  </ul>
 
  At the moment this class is read-only.</div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Niklas Rehfeld</dd></dl>
 </li>
 </ul>
 </div>
@@ -376,12 +374,12 @@ extends <a href="../../../../../org/apac
 <pre>protected&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/DSFRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/DSFRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/DSFRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/DSFRecord.html Sun Jun 12 21:45:52 2016
@@ -111,12 +111,10 @@
 <br>
 <pre>public final class <span class="strong">DSFRecord</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">Title: Double Stream Flag Record (0x0161)<p/>
- Description:  tells if this is a double stream file. (always no for HSSF generated files)<p/>
-               Double Stream files contain both BIFF8 and BIFF7 workbooks.<p/>
- REFERENCE:  PG 305 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Andrew C. Oliver (acoliver at apache dot org)</dd></dl>
+<div class="block">Title: Double Stream Flag Record (0x0161)<p>
+ Description:  tells if this is a double stream file. (always no for HSSF generated files)<p>
+               Double Stream files contain both BIFF8 and BIFF7 workbooks.<p>
+ REFERENCE:  PG 305 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)</div>
 </li>
 </ul>
 </div>
@@ -313,12 +311,12 @@ extends <a href="../../../../../org/apac
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/DVALRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/DVALRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/DVALRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/DVALRecord.html Sun Jun 12 21:45:52 2016
@@ -116,11 +116,9 @@
 <pre>public final class <span class="strong">DVALRecord</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">Title:        DATAVALIDATIONS Record (0x01B2)<p/>
+<div class="block">Title:        DATAVALIDATIONS Record (0x01B2)<p>
  Description:  used in data validation ;
                This record is the list header of all data validation records (0x01BE) in the current sheet.</div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Dragos Buleandra (dragos.buleandra@trade2b.ro)</dd></dl>
 </li>
 </ul>
 </div>
@@ -458,12 +456,12 @@ implements java.lang.Cloneable</pre>
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/DVRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/DVRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/DVRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/DVRecord.html Sun Jun 12 21:45:52 2016
@@ -116,13 +116,11 @@
 <pre>public final class <span class="strong">DVRecord</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">Title:        DATAVALIDATION Record (0x01BE)<p/>
+<div class="block">Title:        DATAVALIDATION Record (0x01BE)<p>
  Description:  This record stores data validation settings and a list of cell ranges
                which contain these settings. The data validation settings of a sheet
                are stored in a sequential list of DV records. This list is followed by
                DVAL record(s)</div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Dragos Buleandra (dragos.buleandra@trade2b.ro), Josh Micich</dd></dl>
 </li>
 </ul>
 </div>
@@ -549,12 +547,12 @@ implements java.lang.Cloneable</pre>
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/DateWindow1904Record.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/DateWindow1904Record.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/DateWindow1904Record.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/DateWindow1904Record.html Sun Jun 12 21:45:52 2016
@@ -336,12 +336,12 @@ extends <a href="../../../../../org/apac
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/DefaultColWidthRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/DefaultColWidthRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/DefaultColWidthRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/DefaultColWidthRecord.html Sun Jun 12 21:45:52 2016
@@ -362,12 +362,12 @@ implements java.lang.Cloneable</pre>
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/DefaultRowHeightRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/DefaultRowHeightRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/DefaultRowHeightRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/DefaultRowHeightRecord.html Sun Jun 12 21:45:52 2016
@@ -396,12 +396,12 @@ implements java.lang.Cloneable</pre>
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/DeltaRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/DeltaRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/DeltaRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/DeltaRecord.html Sun Jun 12 21:45:52 2016
@@ -116,11 +116,9 @@
 <pre>public final class <span class="strong">DeltaRecord</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">Title:        Delta Record (0x0010)<p/>
- Description:  controls the accuracy of the calculations<p/>
- REFERENCE:  PG 303 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Andrew C. Oliver (acoliver at apache dot org), Jason Height (jheight at chariot dot net dot au)</dd></dl>
+<div class="block">Title:        Delta Record (0x0010)<p>
+ Description:  controls the accuracy of the calculations<p>
+ REFERENCE:  PG 303 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)</div>
 </li>
 </ul>
 </div>
@@ -339,12 +337,12 @@ implements java.lang.Cloneable</pre>
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/DimensionsRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/DimensionsRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/DimensionsRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/DimensionsRecord.html Sun Jun 12 21:45:52 2016
@@ -447,12 +447,12 @@ implements java.lang.Cloneable</pre>
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/DrawingRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/DrawingRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/DrawingRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/DrawingRecord.html Sun Jun 12 21:45:52 2016
@@ -116,7 +116,7 @@
 <pre>public final class <span class="strong">DrawingRecord</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">DrawingRecord (0x00EC)<p/></div>
+<div class="block">DrawingRecord (0x00EC)</div>
 </li>
 </ul>
 </div>
@@ -322,12 +322,12 @@ public&nbsp;void&nbsp;processContinueRec
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/DrawingSelectionRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/DrawingSelectionRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/DrawingSelectionRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/DrawingSelectionRecord.html Sun Jun 12 21:45:52 2016
@@ -116,11 +116,9 @@
 <pre>public final class <span class="strong">DrawingSelectionRecord</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">MsoDrawingSelection (0x00ED)<p/>
+<div class="block">MsoDrawingSelection (0x00ED)<p>
  Reference:
  [MS-OGRAPH].pdf sec 2.4.69</div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Josh Micich</dd></dl>
 </li>
 </ul>
 </div>
@@ -309,12 +307,12 @@ implements java.lang.Cloneable</pre>
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/EOFRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/EOFRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/EOFRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/EOFRecord.html Sun Jun 12 21:45:52 2016
@@ -328,12 +328,12 @@ implements java.lang.Cloneable</pre>
 <pre>public&nbsp;void&nbsp;serialize(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</a></code></strong></div>
 <div class="block">Write the data content of this BIFF record.  The 'ushort sid' and 'ushort size' header fields
- have already been written by the superclass.<br/>
-
+ have already been written by the superclass.
+ <p>
  The number of bytes written must equal the record size reported by
   <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><code>RecordBase.getRecordSize()</code></a>} minus four
-  ( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
-  by thye superclass).</div>
+  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
+  by their superclass).</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/EmbeddedObjectRefSubRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/EmbeddedObjectRefSubRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/EmbeddedObjectRefSubRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/EmbeddedObjectRefSubRecord.html Sun Jun 12 21:45:52 2016
@@ -106,11 +106,9 @@
 <pre>public final class <span class="strong">EmbeddedObjectRefSubRecord</span>
 extends <a href="../../../../../org/apache/poi/hssf/record/SubRecord.html" title="class in org.apache.poi.hssf.record">SubRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">ftPictFmla (0x0009)<br/>
+<div class="block">ftPictFmla (0x0009)<p>
  A sub-record within the OBJ record which stores a reference to an object
  stored in a separate entry within the OLE2 compound file.</div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Daniel Noll</dd></dl>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/EndSubRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/EndSubRecord.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/EndSubRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/EndSubRecord.html Sun Jun 12 21:45:52 2016
@@ -106,11 +106,9 @@
 <pre>public final class <span class="strong">EndSubRecord</span>
 extends <a href="../../../../../org/apache/poi/hssf/record/SubRecord.html" title="class in org.apache.poi.hssf.record">SubRecord</a>
 implements java.lang.Cloneable</pre>
-<div class="block">ftEnd (0x0000)<p/>
+<div class="block">ftEnd (0x0000)<p>
  
- The end data record is used to denote the end of the subrecords.<p/></div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
+ The end data record is used to denote the end of the subrecords.</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/EscherAggregate.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/EscherAggregate.html?rev=1748056&r1=1748055&r2=1748056&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/EscherAggregate.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/EscherAggregate.html Sun Jun 12 21:45:52 2016
@@ -118,19 +118,19 @@ extends <a href="../../../../../org/apac
 <div class="block">This class is used to aggregate the MSODRAWING and OBJ record
  combinations.  This is necessary due to the bizare way in which
  these records are serialized.  What happens is that you get a
- combination of MSODRAWING -> OBJ -> MSODRAWING -> OBJ records
+ combination of MSODRAWING -&gt; OBJ -&gt; MSODRAWING -&gt; OBJ records
  but the escher records are serialized _across_ the MSODRAWING
  records.
- <p/>
+ <p>
  It gets even worse when you start looking at TXO records.
- <p/>
+ <p>
  So what we do with this class is aggregate lazily.  That is
- we don't aggregate the MSODRAWING -> OBJ records unless we
+ we don't aggregate the MSODRAWING -&gt; OBJ records unless we
  need to modify them.
- <p/>
+ <p>
  At first document contains 4 types of records which belong to drawing layer.
  There are can be such sequence of record:
- <p/>
+ <p>
  DrawingRecord
  ContinueRecord
  ...
@@ -144,18 +144,16 @@ extends <a href="../../../../../org/apac
  NoteRecord
  ...
  NoteRecord
- <p/>
+ <p>
  To work with shapes we have to read data from Drawing and Continue records into single array of bytes and
  build escher(office art) records tree from this array.
  Each shape in drawing layer matches corresponding ObjRecord
  Each textbox matches corresponding TextObjectRecord
- <p/>
+ <p>
  ObjRecord contains information about shape. Thus each ObjRecord corresponds EscherContainerRecord(SPGR)
- <p/>
+ <p>
  EscherAggrefate contains also NoteRecords
  NoteRecords must be serial</div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Glen Stampoultzis (glens at apache.org)</dd></dl>
 </li>
 </ul>
 </div>
@@ -3310,7 +3308,7 @@ extends <a href="../../../../../org/apac
                               int&nbsp;locFirstDrawingRecord)</pre>
 <div class="block">Collapses the drawing records into an aggregate.
  read Drawing, Obj, TxtObj, Note and Continue records into single byte array,
- create Escher tree from byte array, create map <EscherRecord, Record></div>
+ create Escher tree from byte array, create map &lt;EscherRecord, Record&gt;</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>records</code> - - list of all records inside sheet</dd><dd><code>locFirstDrawingRecord</code> - - location of the first DrawingRecord inside sheet</dd>
 <dt><span class="strong">Returns:</span></dt><dd>new EscherAggregate create from all aggregated records which belong to drawing layer</dd></dl>
 </li>
@@ -3425,7 +3423,7 @@ extends <a href="../../../../../org/apac
 <pre>public&nbsp;java.util.Map&lt;<a href="../../../../../org/apache/poi/ddf/EscherRecord.html" title="class in org.apache.poi.ddf">EscherRecord</a>,<a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a>&gt;&nbsp;getShapeToObjMapping()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>unmodifiable copy of the mapping  of <a href="../../../../../org/apache/poi/ddf/EscherClientDataRecord.html" title="class in org.apache.poi.ddf"><code>EscherClientDataRecord</code></a> and <a href="../../../../../org/apache/poi/ddf/EscherTextboxRecord.html" title="class in org.apache.poi.ddf"><code>EscherTextboxRecord</code></a>
  to their <a href="../../../../../org/apache/poi/hssf/record/TextObjectRecord.html" title="class in org.apache.poi.hssf.record"><code>TextObjectRecord</code></a> or <a href="../../../../../org/apache/poi/hssf/record/ObjRecord.html" title="class in org.apache.poi.hssf.record"><code>ObjRecord</code></a> .
- <p/>
+ <p>
  We need to access it outside of EscherAggregate when building shapes</dd></dl>
 </li>
 </ul>




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