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 2015/09/29 15:47:59 UTC

svn commit: r1705863 [2/10] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/ddf/ apidocs/org/apache/poi/ddf/class-use/ apidocs/org/apache/poi/hdgf/chunks/ apidocs/org/apache/poi/hdgf/chunks/class-use/ apidocs/org/apache/poi/hslf/dev/ apidocs...

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=1705863&r1=1705862&r2=1705863&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 Tue Sep 29 13:47:55 2015
@@ -109,13 +109,13 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="../../../../../org/apache/poi/hssf/record/CellValueRecordInterface.html" title="interface in org.apache.poi.hssf.record">CellValueRecordInterface</a></dd>
+<dd>java.lang.Cloneable, <a href="../../../../../org/apache/poi/hssf/record/CellValueRecordInterface.html" title="interface in org.apache.poi.hssf.record">CellValueRecordInterface</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public final class <span class="strong">BlankRecord</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/CellValueRecordInterface.html" title="interface in org.apache.poi.hssf.record">CellValueRecordInterface</a></pre>
+implements <a href="../../../../../org/apache/poi/hssf/record/CellValueRecordInterface.html" title="interface in org.apache.poi.hssf.record">CellValueRecordInterface</a>, java.lang.Cloneable</pre>
 <div class="block">Title:        Blank cell record (0x0201) <P>
  Description:  Represents a column in a row with no value but with styling.<P>
  REFERENCE:  PG 287 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)<P></div>
@@ -183,7 +183,7 @@ implements <a href="../../../../../org/a
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/BlankRecord.html" title="class in org.apache.poi.hssf.record">BlankRecord</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/BlankRecord.html#clone()">clone</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -478,7 +478,7 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>clone</h4>
-<pre>public&nbsp;java.lang.Object&nbsp;clone()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/record/BlankRecord.html" title="class in org.apache.poi.hssf.record">BlankRecord</a>&nbsp;clone()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/BoolErrRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/BoolErrRecord.html?rev=1705863&r1=1705862&r2=1705863&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/BoolErrRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/BoolErrRecord.html Tue Sep 29 13:47:55 2015
@@ -114,12 +114,13 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="../../../../../org/apache/poi/hssf/record/CellValueRecordInterface.html" title="interface in org.apache.poi.hssf.record">CellValueRecordInterface</a></dd>
+<dd>java.lang.Cloneable, <a href="../../../../../org/apache/poi/hssf/record/CellValueRecordInterface.html" title="interface in org.apache.poi.hssf.record">CellValueRecordInterface</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public final class <span class="strong">BoolErrRecord</span>
-extends <a href="../../../../../org/apache/poi/hssf/record/CellRecord.html" title="class in org.apache.poi.hssf.record">CellRecord</a></pre>
+extends <a href="../../../../../org/apache/poi/hssf/record/CellRecord.html" title="class in org.apache.poi.hssf.record">CellRecord</a>
+implements java.lang.Cloneable</pre>
 <div class="block">Creates new BoolErrRecord. (0x0205) <P>
  REFERENCE:  PG ??? Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)<P></div>
 <dl><dt><span class="strong">Author:</span></dt>
@@ -191,7 +192,7 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/BoolErrRecord.html" title="class in org.apache.poi.hssf.record">BoolErrRecord</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/BoolErrRecord.html#clone()">clone</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -490,7 +491,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>clone</h4>
-<pre>public&nbsp;java.lang.Object&nbsp;clone()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/record/BoolErrRecord.html" title="class in org.apache.poi.hssf.record">BoolErrRecord</a>&nbsp;clone()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</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=1705863&r1=1705862&r2=1705863&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 Tue Sep 29 13:47:55 2015
@@ -109,13 +109,13 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="../../../../../org/apache/poi/hssf/record/Margin.html" title="interface in org.apache.poi.hssf.record">Margin</a></dd>
+<dd>java.lang.Cloneable, <a href="../../../../../org/apache/poi/hssf/record/Margin.html" title="interface in org.apache.poi.hssf.record">Margin</a></dd>
 </dl>
 <hr>
 <br>
 <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></pre>
+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>
@@ -177,7 +177,7 @@ implements <a href="../../../../../org/a
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/BottomMarginRecord.html" title="class in org.apache.poi.hssf.record">BottomMarginRecord</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/BottomMarginRecord.html#clone()">clone</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -392,7 +392,7 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>clone</h4>
-<pre>public&nbsp;java.lang.Object&nbsp;clone()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/record/BottomMarginRecord.html" title="class in org.apache.poi.hssf.record">BottomMarginRecord</a>&nbsp;clone()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</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=1705863&r1=1705862&r2=1705863&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 Tue Sep 29 13:47:55 2015
@@ -114,13 +114,13 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="../../../../../org/apache/poi/hssf/record/common/FutureRecord.html" title="interface in org.apache.poi.hssf.record.common">FutureRecord</a></dd>
+<dd>java.lang.Cloneable, <a href="../../../../../org/apache/poi/hssf/record/common/FutureRecord.html" title="interface in org.apache.poi.hssf.record.common">FutureRecord</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public final class <span class="strong">CFHeader12Record</span>
 extends <a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html" title="class in org.apache.poi.hssf.record">CFHeaderBase</a>
-implements <a href="../../../../../org/apache/poi/hssf/record/common/FutureRecord.html" title="interface in org.apache.poi.hssf.record.common">FutureRecord</a></pre>
+implements <a href="../../../../../org/apache/poi/hssf/record/common/FutureRecord.html" title="interface in org.apache.poi.hssf.record.common">FutureRecord</a>, java.lang.Cloneable</pre>
 <div class="block">Conditional Formatting Header v12 record CFHEADER12 (0x0879),
   for conditional formattings introduced in Excel 2007 and newer.</div>
 </li>
@@ -187,7 +187,7 @@ implements <a href="../../../../../org/a
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/CFHeader12Record.html" title="class in org.apache.poi.hssf.record">CFHeader12Record</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFHeader12Record.html#clone()">clone</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -427,10 +427,10 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>clone</h4>
-<pre>public&nbsp;java.lang.Object&nbsp;clone()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/record/CFHeader12Record.html" title="class in org.apache.poi.hssf.record">CFHeader12Record</a>&nbsp;clone()</pre>
 <dl>
-<dt><strong>Overrides:</strong></dt>
-<dd><code><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a></code></dd>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html#clone()">clone</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>
 </dl>
 </li>
 </ul>

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=1705863&r1=1705862&r2=1705863&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 Tue Sep 29 13:47:55 2015
@@ -108,13 +108,18 @@
 <ul class="blockList">
 <li class="blockList">
 <dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.lang.Cloneable</dd>
+</dl>
+<dl>
 <dt>Direct Known Subclasses:</dt>
 <dd><a href="../../../../../org/apache/poi/hssf/record/CFHeader12Record.html" title="class in org.apache.poi.hssf.record">CFHeader12Record</a>, <a href="../../../../../org/apache/poi/hssf/record/CFHeaderRecord.html" title="class in org.apache.poi.hssf.record">CFHeaderRecord</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public abstract class <span class="strong">CFHeaderBase</span>
-extends <a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
+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">Parent of Conditional Formatting Header records,
   <a href="../../../../../org/apache/poi/hssf/record/CFHeaderRecord.html" title="class in org.apache.poi.hssf.record"><code>CFHeaderRecord</code></a> and <a href="../../../../../org/apache/poi/hssf/record/CFHeader12Record.html" title="class in org.apache.poi.hssf.record"><code>CFHeader12Record</code></a>.</div>
 </li>
@@ -162,75 +167,79 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>abstract <a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html" title="class in org.apache.poi.hssf.record">CFHeaderBase</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html#clone()">clone</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html#copyTo(org.apache.poi.hssf.record.CFHeaderBase)">copyTo</a></strong>(<a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html" title="class in org.apache.poi.hssf.record">CFHeaderBase</a>&nbsp;result)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html#createEmpty()">createEmpty</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html#getCellRanges()">getCellRanges</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html#getDataSize()">getDataSize</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html#getEnclosingCellRange()">getEnclosingCellRange</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html#getID()">getID</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html#getNeedRecalculation()">getNeedRecalculation</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html#getNumberOfConditionalFormats()">getNumberOfConditionalFormats</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected abstract java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html#getRecordName()">getRecordName</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html#read(org.apache.poi.hssf.record.RecordInputStream)">read</a></strong>(<a href="../../../../../org/apache/poi/hssf/record/RecordInputStream.html" title="class in org.apache.poi.hssf.record">RecordInputStream</a>&nbsp;in)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</code>
 <div class="block">Write the data content of this BIFF record.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html#setCellRanges(org.apache.poi.ss.util.CellRangeAddress[])">setCellRanges</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>[]&nbsp;cellRanges)</code>
 <div class="block">Set cell ranges list to a single cell range and 
  modify the enclosing cell range accordingly.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html#setEnclosingCellRange(org.apache.poi.ss.util.CellRangeAddress)">setEnclosingCellRange</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;cr)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html#setID(int)">setID</a></strong>(int&nbsp;id)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html#setNeedRecalculation(boolean)">setNeedRecalculation</a></strong>(boolean&nbsp;b)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html#setNumberOfConditionalFormats(int)">setNumberOfConditionalFormats</a></strong>(int&nbsp;n)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html#toString()">toString</a></strong>()</code>
 <div class="block">get a string representation of the record (for biffview/debugging)</div>
@@ -249,7 +258,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.hssf.record.<a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a></h3>
-<code><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a>, <a href="../../../../../org/apache/poi/hssf/record/Record.html#cloneViaReserialise()">cloneViaReserialise</a>, <a href="../../../../../org/apache/poi/hssf/record/Record.html#getSid()">getSid</a>, <a href="../../../../../org/apache/poi/hssf/record/Record.html#serialize()">serialize</a></code></li>
+<code><a href="../../../../../org/apache/poi/hssf/record/Record.html#cloneViaReserialise()">cloneViaReserialise</a>, <a href="../../../../../org/apache/poi/hssf/record/Record.html#getSid()">getSid</a>, <a href="../../../../../org/apache/poi/hssf/record/Record.html#serialize()">serialize</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -472,12 +481,25 @@ extends <a href="../../../../../org/apac
 <a name="copyTo(org.apache.poi.hssf.record.CFHeaderBase)">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>copyTo</h4>
 <pre>protected&nbsp;void&nbsp;copyTo(<a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html" title="class in org.apache.poi.hssf.record">CFHeaderBase</a>&nbsp;result)</pre>
 </li>
 </ul>
+<a name="clone()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>clone</h4>
+<pre>public abstract&nbsp;<a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html" title="class in org.apache.poi.hssf.record">CFHeaderBase</a>&nbsp;clone()</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a></code></dd>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/CFHeaderRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/CFHeaderRecord.html?rev=1705863&r1=1705862&r2=1705863&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/CFHeaderRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/CFHeaderRecord.html Tue Sep 29 13:47:55 2015
@@ -112,10 +112,15 @@
 <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 final class <span class="strong">CFHeaderRecord</span>
-extends <a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html" title="class in org.apache.poi.hssf.record">CFHeaderBase</a></pre>
+extends <a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html" title="class in org.apache.poi.hssf.record">CFHeaderBase</a>
+implements java.lang.Cloneable</pre>
 <div class="block">Conditional Formatting Header record CFHEADER (0x01B0).
  Used to describe a <a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html" title="class in org.apache.poi.hssf.record"><code>CFRuleRecord</code></a>.</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/hssf/record/CFHeader12Record.html" title="class in org.apache.poi.hssf.record"><code>CFHeader12Record</code></a></dd></dl>
@@ -183,7 +188,7 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/CFHeaderRecord.html" title="class in org.apache.poi.hssf.record">CFHeaderRecord</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFHeaderRecord.html#clone()">clone</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -328,10 +333,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>clone</h4>
-<pre>public&nbsp;java.lang.Object&nbsp;clone()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/record/CFHeaderRecord.html" title="class in org.apache.poi.hssf.record">CFHeaderRecord</a>&nbsp;clone()</pre>
 <dl>
-<dt><strong>Overrides:</strong></dt>
-<dd><code><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a></code></dd>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/hssf/record/CFHeaderBase.html#clone()">clone</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>
 </dl>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/CFRule12Record.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/CFRule12Record.html?rev=1705863&r1=1705862&r2=1705863&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/CFRule12Record.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/CFRule12Record.html Tue Sep 29 13:47:55 2015
@@ -114,13 +114,13 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="../../../../../org/apache/poi/hssf/record/common/FutureRecord.html" title="interface in org.apache.poi.hssf.record.common">FutureRecord</a></dd>
+<dd>java.lang.Cloneable, <a href="../../../../../org/apache/poi/hssf/record/common/FutureRecord.html" title="interface in org.apache.poi.hssf.record.common">FutureRecord</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public final class <span class="strong">CFRule12Record</span>
 extends <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html" title="class in org.apache.poi.hssf.record">CFRuleBase</a>
-implements <a href="../../../../../org/apache/poi/hssf/record/common/FutureRecord.html" title="interface in org.apache.poi.hssf.record.common">FutureRecord</a></pre>
+implements <a href="../../../../../org/apache/poi/hssf/record/common/FutureRecord.html" title="interface in org.apache.poi.hssf.record.common">FutureRecord</a>, java.lang.Cloneable</pre>
 <div class="block">Conditional Formatting v12 Rule Record (0x087A). 
  
  <p>This is for newer-style Excel conditional formattings,
@@ -206,7 +206,7 @@ implements <a href="../../../../../org/a
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/CFRule12Record.html" title="class in org.apache.poi.hssf.record">CFRule12Record</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRule12Record.html#clone()">clone</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -652,10 +652,10 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>clone</h4>
-<pre>public&nbsp;java.lang.Object&nbsp;clone()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/record/CFRule12Record.html" title="class in org.apache.poi.hssf.record">CFRule12Record</a>&nbsp;clone()</pre>
 <dl>
-<dt><strong>Overrides:</strong></dt>
-<dd><code><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a></code></dd>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html" title="class in org.apache.poi.hssf.record">CFRuleBase</a></code></dd>
 </dl>
 </li>
 </ul>

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=1705863&r1=1705862&r2=1705863&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 Tue Sep 29 13:47:55 2015
@@ -108,13 +108,18 @@
 <ul class="blockList">
 <li class="blockList">
 <dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.lang.Cloneable</dd>
+</dl>
+<dl>
 <dt>Direct Known Subclasses:</dt>
 <dd><a href="../../../../../org/apache/poi/hssf/record/CFRule12Record.html" title="class in org.apache.poi.hssf.record">CFRule12Record</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html" title="class in org.apache.poi.hssf.record">CFRuleRecord</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public abstract class <span class="strong">CFRuleBase</span>
-extends <a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
+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">Conditional Formatting Rules. This can hold old-style rules
    
  
@@ -363,211 +368,215 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>abstract <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html" title="class in org.apache.poi.hssf.record">CFRuleBase</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#clone()">clone</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#containsAlignFormattingBlock()">containsAlignFormattingBlock</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#containsBorderFormattingBlock()">containsBorderFormattingBlock</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#containsFontFormattingBlock()">containsFontFormattingBlock</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#containsPatternFormattingBlock()">containsPatternFormattingBlock</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#containsProtectionFormattingBlock()">containsProtectionFormattingBlock</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#copyTo(org.apache.poi.hssf.record.CFRuleBase)">copyTo</a></strong>(<a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html" title="class in org.apache.poi.hssf.record">CFRuleBase</a>&nbsp;rec)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/cf/BorderFormatting.html" title="class in org.apache.poi.hssf.record.cf">BorderFormatting</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getBorderFormatting()">getBorderFormatting</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>byte</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getComparisonOperation()">getComparisonOperation</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>byte</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getConditionType()">getConditionType</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/cf/FontFormatting.html" title="class in org.apache.poi.hssf.record.cf">FontFormatting</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getFontFormatting()">getFontFormatting</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getFormattingBlockSize()">getFormattingBlockSize</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/ss/formula/Formula.html" title="class in org.apache.poi.ss.formula">Formula</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getFormula1()">getFormula1</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/ss/formula/Formula.html" title="class in org.apache.poi.ss.formula">Formula</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getFormula2()">getFormula2</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected static int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getFormulaSize(org.apache.poi.ss.formula.Formula)">getFormulaSize</a></strong>(<a href="../../../../../org/apache/poi/ss/formula/Formula.html" title="class in org.apache.poi.ss.formula">Formula</a>&nbsp;formula)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getOptions()">getOptions</a></strong>()</code>
 <div class="block">get the option flags</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getParsedExpression1()">getParsedExpression1</a></strong>()</code>
 <div class="block">get the stack of the 1st expression as a list</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getParsedExpression2()">getParsedExpression2</a></strong>()</code>
 <div class="block">get the stack of the 2nd expression as a list</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/cf/PatternFormatting.html" title="class in org.apache.poi.hssf.record.cf">PatternFormatting</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getPatternFormatting()">getPatternFormatting</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#isBottomBorderModified()">isBottomBorderModified</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#isBottomLeftTopRightBorderModified()">isBottomLeftTopRightBorderModified</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#isLeftBorderModified()">isLeftBorderModified</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#isPatternBackgroundColorModified()">isPatternBackgroundColorModified</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#isPatternColorModified()">isPatternColorModified</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#isPatternStyleModified()">isPatternStyleModified</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#isRightBorderModified()">isRightBorderModified</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#isTopBorderModified()">isTopBorderModified</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#isTopLeftBottomRightBorderModified()">isTopLeftBottomRightBorderModified</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#parseFormula(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFSheet)">parseFormula</a></strong>(java.lang.String&nbsp;formula,
             <a href="../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html" title="class in org.apache.poi.hssf.usermodel">HSSFSheet</a>&nbsp;sheet)</code>
 <div class="block">TODO - parse conditional format formulas properly i.e.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#readFormatOptions(org.apache.poi.hssf.record.RecordInputStream)">readFormatOptions</a></strong>(<a href="../../../../../org/apache/poi/hssf/record/RecordInputStream.html" title="class in org.apache.poi.hssf.record">RecordInputStream</a>&nbsp;in)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#serializeFormattingBlock(org.apache.poi.util.LittleEndianOutput)">serializeFormattingBlock</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setAlignFormattingUnchanged()">setAlignFormattingUnchanged</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setBorderFormatting(org.apache.poi.hssf.record.cf.BorderFormatting)">setBorderFormatting</a></strong>(<a href="../../../../../org/apache/poi/hssf/record/cf/BorderFormatting.html" title="class in org.apache.poi.hssf.record.cf">BorderFormatting</a>&nbsp;borderFormatting)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setBottomBorderModified(boolean)">setBottomBorderModified</a></strong>(boolean&nbsp;modified)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setBottomLeftTopRightBorderModified(boolean)">setBottomLeftTopRightBorderModified</a></strong>(boolean&nbsp;modified)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setComparisonOperation(byte)">setComparisonOperation</a></strong>(byte&nbsp;operation)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setConditionType(byte)">setConditionType</a></strong>(byte&nbsp;condition_type)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setFontFormatting(org.apache.poi.hssf.record.cf.FontFormatting)">setFontFormatting</a></strong>(<a href="../../../../../org/apache/poi/hssf/record/cf/FontFormatting.html" title="class in org.apache.poi.hssf.record.cf">FontFormatting</a>&nbsp;fontFormatting)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setFormula1(org.apache.poi.ss.formula.Formula)">setFormula1</a></strong>(<a href="../../../../../org/apache/poi/ss/formula/Formula.html" title="class in org.apache.poi.ss.formula">Formula</a>&nbsp;formula1)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setFormula2(org.apache.poi.ss.formula.Formula)">setFormula2</a></strong>(<a href="../../../../../org/apache/poi/ss/formula/Formula.html" title="class in org.apache.poi.ss.formula">Formula</a>&nbsp;formula2)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setLeftBorderModified(boolean)">setLeftBorderModified</a></strong>(boolean&nbsp;modified)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setParsedExpression1(org.apache.poi.ss.formula.ptg.Ptg[])">setParsedExpression1</a></strong>(<a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]&nbsp;ptgs)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setParsedExpression2(org.apache.poi.ss.formula.ptg.Ptg[])">setParsedExpression2</a></strong>(<a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]&nbsp;ptgs)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setPatternBackgroundColorModified(boolean)">setPatternBackgroundColorModified</a></strong>(boolean&nbsp;modified)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setPatternColorModified(boolean)">setPatternColorModified</a></strong>(boolean&nbsp;modified)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setPatternFormatting(org.apache.poi.hssf.record.cf.PatternFormatting)">setPatternFormatting</a></strong>(<a href="../../../../../org/apache/poi/hssf/record/cf/PatternFormatting.html" title="class in org.apache.poi.hssf.record.cf">PatternFormatting</a>&nbsp;patternFormatting)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setPatternStyleModified(boolean)">setPatternStyleModified</a></strong>(boolean&nbsp;modified)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setProtectionFormattingUnchanged()">setProtectionFormattingUnchanged</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setRightBorderModified(boolean)">setRightBorderModified</a></strong>(boolean&nbsp;modified)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setTopBorderModified(boolean)">setTopBorderModified</a></strong>(boolean&nbsp;modified)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setTopLeftBottomRightBorderModified(boolean)">setTopLeftBottomRightBorderModified</a></strong>(boolean&nbsp;modified)</code>&nbsp;</td>
 </tr>
@@ -584,7 +593,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.hssf.record.<a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a></h3>
-<code><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a>, <a href="../../../../../org/apache/poi/hssf/record/Record.html#cloneViaReserialise()">cloneViaReserialise</a>, <a href="../../../../../org/apache/poi/hssf/record/Record.html#getSid()">getSid</a>, <a href="../../../../../org/apache/poi/hssf/record/Record.html#serialize()">serialize</a>, <a href="../../../../../org/apache/poi/hssf/record/Record.html#toString()">toString</a></code></li>
+<code><a href="../../../../../org/apache/poi/hssf/record/Record.html#cloneViaReserialise()">cloneViaReserialise</a>, <a href="../../../../../org/apache/poi/hssf/record/Record.html#getSid()">getSid</a>, <a href="../../../../../org/apache/poi/hssf/record/Record.html#serialize()">serialize</a>, <a href="../../../../../org/apache/poi/hssf/record/Record.html#toString()">toString</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -1500,12 +1509,25 @@ extends <a href="../../../../../org/apac
 <a name="copyTo(org.apache.poi.hssf.record.CFRuleBase)">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>copyTo</h4>
 <pre>protected&nbsp;void&nbsp;copyTo(<a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html" title="class in org.apache.poi.hssf.record">CFRuleBase</a>&nbsp;rec)</pre>
 </li>
 </ul>
+<a name="clone()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>clone</h4>
+<pre>public abstract&nbsp;<a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html" title="class in org.apache.poi.hssf.record">CFRuleBase</a>&nbsp;clone()</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a></code></dd>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/CFRuleRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/CFRuleRecord.html?rev=1705863&r1=1705862&r2=1705863&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/CFRuleRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/CFRuleRecord.html Tue Sep 29 13:47:55 2015
@@ -112,10 +112,15 @@
 <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 final class <span class="strong">CFRuleRecord</span>
-extends <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html" title="class in org.apache.poi.hssf.record">CFRuleBase</a></pre>
+extends <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html" title="class in org.apache.poi.hssf.record">CFRuleBase</a>
+implements java.lang.Cloneable</pre>
 <div class="block">Conditional Formatting Rule Record (0x01B1). 
  
  <p>This is for the older-style Excel conditional formattings,
@@ -198,7 +203,7 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html" title="class in org.apache.poi.hssf.record">CFRuleRecord</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#clone()">clone</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -406,10 +411,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>clone</h4>
-<pre>public&nbsp;java.lang.Object&nbsp;clone()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html" title="class in org.apache.poi.hssf.record">CFRuleRecord</a>&nbsp;clone()</pre>
 <dl>
-<dt><strong>Overrides:</strong></dt>
-<dd><code><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a></code></dd>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html" title="class in org.apache.poi.hssf.record">CFRuleBase</a></code></dd>
 </dl>
 </li>
 </ul>

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=1705863&r1=1705862&r2=1705863&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 Tue Sep 29 13:47:55 2015
@@ -107,10 +107,15 @@
 <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 final class <span class="strong">CalcCountRecord</span>
-extends <a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
+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:        Calc Count Record
  Description:  Specifies the maximum times the gui should perform a formula
                recalculation.  For instance: in the case a formula includes
@@ -179,7 +184,7 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/CalcCountRecord.html" title="class in org.apache.poi.hssf.record">CalcCountRecord</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CalcCountRecord.html#clone()">clone</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -388,7 +393,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>clone</h4>
-<pre>public&nbsp;java.lang.Object&nbsp;clone()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/record/CalcCountRecord.html" title="class in org.apache.poi.hssf.record">CalcCountRecord</a>&nbsp;clone()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</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=1705863&r1=1705862&r2=1705863&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 Tue Sep 29 13:47:55 2015
@@ -107,10 +107,15 @@
 <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 final class <span class="strong">CalcModeRecord</span>
-extends <a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
+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:        Calc Mode Record<P>
  Description:  Tells the gui whether to calculate formulas
                automatically, manually or automatically
@@ -197,7 +202,7 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/CalcModeRecord.html" title="class in org.apache.poi.hssf.record">CalcModeRecord</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CalcModeRecord.html#clone()">clone</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -443,7 +448,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>clone</h4>
-<pre>public&nbsp;java.lang.Object&nbsp;clone()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/record/CalcModeRecord.html" title="class in org.apache.poi.hssf.record">CalcModeRecord</a>&nbsp;clone()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</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=1705863&r1=1705862&r2=1705863&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 Tue Sep 29 13:47:55 2015
@@ -107,10 +107,15 @@
 <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 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></pre>
+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>
@@ -176,7 +181,7 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/ColumnInfoRecord.html" title="class in org.apache.poi.hssf.record">ColumnInfoRecord</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/ColumnInfoRecord.html#clone()">clone</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -618,7 +623,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>clone</h4>
-<pre>public&nbsp;java.lang.Object&nbsp;clone()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/record/ColumnInfoRecord.html" title="class in org.apache.poi.hssf.record">ColumnInfoRecord</a>&nbsp;clone()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</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=1705863&r1=1705862&r2=1705863&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 Tue Sep 29 13:47:55 2015
@@ -97,10 +97,15 @@
 <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 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></pre>
+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>
@@ -287,7 +292,7 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/CommonObjectDataSubRecord.html" title="class in org.apache.poi.hssf.record">CommonObjectDataSubRecord</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CommonObjectDataSubRecord.html#clone()">clone</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -866,7 +871,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>clone</h4>
-<pre>public&nbsp;java.lang.Object&nbsp;clone()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/record/CommonObjectDataSubRecord.html" title="class in org.apache.poi.hssf.record">CommonObjectDataSubRecord</a>&nbsp;clone()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/SubRecord.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/SubRecord.html" title="class in org.apache.poi.hssf.record">SubRecord</a></code></dd>

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=1705863&r1=1705862&r2=1705863&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 Tue Sep 29 13:47:55 2015
@@ -107,10 +107,15 @@
 <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 final class <span class="strong">ContinueRecord</span>
-extends <a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
+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:        Continue Record(0x003C) - Helper class used primarily for SST Records <P>
  Description:  handles overflow for prior record in the input
                stream; content is tailored to that prior record<P></div>
@@ -174,7 +179,7 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/ContinueRecord.html" title="class in org.apache.poi.hssf.record">ContinueRecord</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/ContinueRecord.html#clone()">clone</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -366,7 +371,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>clone</h4>
-<pre>public&nbsp;java.lang.Object&nbsp;clone()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/record/ContinueRecord.html" title="class in org.apache.poi.hssf.record">ContinueRecord</a>&nbsp;clone()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</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=1705863&r1=1705862&r2=1705863&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 Tue Sep 29 13:47:55 2015
@@ -107,10 +107,15 @@
 <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 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></pre>
+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/>
  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>
@@ -199,7 +204,7 @@ extends <a href="../../../../../org/apac
                       int&nbsp;nRows)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/DBCellRecord.html" title="class in org.apache.poi.hssf.record">DBCellRecord</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/DBCellRecord.html#clone()">clone</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -387,7 +392,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>clone</h4>
-<pre>public&nbsp;java.lang.Object&nbsp;clone()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/record/DBCellRecord.html" title="class in org.apache.poi.hssf.record">DBCellRecord</a>&nbsp;clone()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</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=1705863&r1=1705862&r2=1705863&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 Tue Sep 29 13:47:55 2015
@@ -107,10 +107,15 @@
 <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 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></pre>
+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/>
  Description:  used in data validation ;
                This record is the list header of all data validation records (0x01BE) in the current sheet.</div>
@@ -174,7 +179,7 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/DVALRecord.html" title="class in org.apache.poi.hssf.record">DVALRecord</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/DVALRecord.html#clone()">clone</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -499,7 +504,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>clone</h4>
-<pre>public&nbsp;java.lang.Object&nbsp;clone()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/record/DVALRecord.html" title="class in org.apache.poi.hssf.record">DVALRecord</a>&nbsp;clone()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</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=1705863&r1=1705862&r2=1705863&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 Tue Sep 29 13:47:55 2015
@@ -107,10 +107,15 @@
 <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 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></pre>
+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/>
  Description:  This record stores data validation settings and a list of cell ranges
                which contain these settings. The data validation settings of a sheet
@@ -190,7 +195,7 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/DVRecord.html" title="class in org.apache.poi.hssf.record">DVRecord</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/DVRecord.html#clone()">clone</a></strong>()</code>
 <div class="block">Clones the object.</div>
 </td>
@@ -590,7 +595,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>clone</h4>
-<pre>public&nbsp;java.lang.Object&nbsp;clone()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/record/DVRecord.html" title="class in org.apache.poi.hssf.record">DVRecord</a>&nbsp;clone()</pre>
 <div class="block">Clones the object. Uses serialisation, as the
   contents are somewhat complex</div>
 <dl>

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=1705863&r1=1705862&r2=1705863&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 Tue Sep 29 13:47:55 2015
@@ -107,10 +107,15 @@
 <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 final class <span class="strong">DefaultColWidthRecord</span>
-extends <a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
+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:        Default Column Width Record (0x0055) <P>
  Description:  Specifies the default width for columns that have no specific
                width set.<P>
@@ -183,7 +188,7 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/DefaultColWidthRecord.html" title="class in org.apache.poi.hssf.record">DefaultColWidthRecord</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/DefaultColWidthRecord.html#clone()">clone</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -403,7 +408,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>clone</h4>
-<pre>public&nbsp;java.lang.Object&nbsp;clone()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/record/DefaultColWidthRecord.html" title="class in org.apache.poi.hssf.record">DefaultColWidthRecord</a>&nbsp;clone()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</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=1705863&r1=1705862&r2=1705863&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 Tue Sep 29 13:47:55 2015
@@ -107,10 +107,15 @@
 <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 final class <span class="strong">DefaultRowHeightRecord</span>
-extends <a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
+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:        Default Row Height Record
  Description:  Row height for rows with undefined or not explicitly defined
                heights.
@@ -183,7 +188,7 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/DefaultRowHeightRecord.html" title="class in org.apache.poi.hssf.record">DefaultRowHeightRecord</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/DefaultRowHeightRecord.html#clone()">clone</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -437,7 +442,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>clone</h4>
-<pre>public&nbsp;java.lang.Object&nbsp;clone()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/record/DefaultRowHeightRecord.html" title="class in org.apache.poi.hssf.record">DefaultRowHeightRecord</a>&nbsp;clone()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</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=1705863&r1=1705862&r2=1705863&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 Tue Sep 29 13:47:55 2015
@@ -107,10 +107,15 @@
 <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 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></pre>
+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>
@@ -178,7 +183,7 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/DeltaRecord.html" title="class in org.apache.poi.hssf.record">DeltaRecord</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/DeltaRecord.html#clone()">clone</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -380,7 +385,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>clone</h4>
-<pre>public&nbsp;java.lang.Object&nbsp;clone()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/record/DeltaRecord.html" title="class in org.apache.poi.hssf.record">DeltaRecord</a>&nbsp;clone()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</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=1705863&r1=1705862&r2=1705863&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 Tue Sep 29 13:47:55 2015
@@ -107,10 +107,15 @@
 <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 final class <span class="strong">DimensionsRecord</span>
-extends <a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre>
+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:        Dimensions Record<P>
  Description:  provides the minumum and maximum bounds
                of a sheet.<P>
@@ -177,7 +182,7 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/DimensionsRecord.html" title="class in org.apache.poi.hssf.record">DimensionsRecord</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/DimensionsRecord.html#clone()">clone</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -488,7 +493,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>clone</h4>
-<pre>public&nbsp;java.lang.Object&nbsp;clone()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/record/DimensionsRecord.html" title="class in org.apache.poi.hssf.record">DimensionsRecord</a>&nbsp;clone()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/DrawingGroupRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/DrawingGroupRecord.html?rev=1705863&r1=1705862&r2=1705863&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/DrawingGroupRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/DrawingGroupRecord.html Tue Sep 29 13:47:55 2015
@@ -107,6 +107,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 final class <span class="strong">DrawingGroupRecord</span>

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=1705863&r1=1705862&r2=1705863&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 Tue Sep 29 13:47:55 2015
@@ -107,10 +107,15 @@
 <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 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></pre>
+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>
 </li>
 </ul>
@@ -170,7 +175,7 @@ extends <a href="../../../../../org/apac
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/DrawingRecord.html" title="class in org.apache.poi.hssf.record">DrawingRecord</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/DrawingRecord.html#clone()">clone</a></strong>()</code>
 <div class="block">Cloning of drawing records must be executed through HSSFPatriarch, because all id's must be changed</div>
 </td>
@@ -392,7 +397,7 @@ public&nbsp;byte[]&nbsp;getData()</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>clone</h4>
-<pre>public&nbsp;java.lang.Object&nbsp;clone()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/record/DrawingRecord.html" title="class in org.apache.poi.hssf.record">DrawingRecord</a>&nbsp;clone()</pre>
 <div class="block">Cloning of drawing records must be executed through HSSFPatriarch, because all id's must be changed</div>
 <dl>
 <dt><strong>Overrides:</strong></dt>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/DrawingRecordForBiffViewer.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/DrawingRecordForBiffViewer.html?rev=1705863&r1=1705862&r2=1705863&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/record/DrawingRecordForBiffViewer.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/record/DrawingRecordForBiffViewer.html Tue Sep 29 13:47:55 2015
@@ -107,6 +107,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 final class <span class="strong">DrawingRecordForBiffViewer</span>



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