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/12/11 01:26:43 UTC

svn commit: r1773545 [3/8] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/ apidocs/org/apache/poi/ddf/ apidocs/org/apache/poi/ddf/class-use/ apidocs/org/apache/poi/hpsf/ apidocs/org/apache/poi/hslf/blip/ apidocs/org/apache/poi/hslf/blip/cla...

Modified: poi/site/publish/apidocs/org/apache/poi/POIXMLRelation.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/POIXMLRelation.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/POIXMLRelation.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/POIXMLRelation.html Sun Dec 11 01:26:41 2016
@@ -64,13 +64,13 @@
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>
@@ -111,39 +111,6 @@ extends java.lang.Object</pre>
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_summary">
-<!--   -->
-</a>
-<h3>Field Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
-<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../org/apache/poi/POIXMLRelation.html#_defaultName">_defaultName</a></strong></code>
-<div class="block">The path component of a pack URI.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../org/apache/poi/POIXMLRelation.html#_relation">_relation</a></strong></code>
-<div class="block">The kind of connection between a source part and a target part in a package.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../org/apache/poi/POIXMLRelation.html#_type">_type</a></strong></code>
-<div class="block">Describes the content stored in a part.</div>
-</td>
-</tr>
-</table>
-</li>
-</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_summary">
@@ -237,44 +204,6 @@ extends java.lang.Object</pre>
 <div class="details">
 <ul class="blockList">
 <li class="blockList">
-<!-- ============ FIELD DETAIL =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_detail">
-<!--   -->
-</a>
-<h3>Field Detail</h3>
-<a name="_type">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>_type</h4>
-<pre>protected&nbsp;java.lang.String _type</pre>
-<div class="block">Describes the content stored in a part.</div>
-</li>
-</ul>
-<a name="_relation">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>_relation</h4>
-<pre>protected&nbsp;java.lang.String _relation</pre>
-<div class="block">The kind of connection between a source part and a target part in a package.</div>
-</li>
-</ul>
-<a name="_defaultName">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>_defaultName</h4>
-<pre>protected&nbsp;java.lang.String _defaultName</pre>
-<div class="block">The path component of a pack URI.</div>
-</li>
-</ul>
-</li>
-</ul>
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_detail">
@@ -441,13 +370,13 @@ extends java.lang.Object</pre>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/AbstractEscherOptRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/AbstractEscherOptRecord.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/AbstractEscherOptRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/AbstractEscherOptRecord.html Sun Dec 11 01:26:41 2016
@@ -64,13 +64,13 @@
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>
@@ -121,25 +121,6 @@ extends <a href="../../../../org/apache/
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_summary">
-<!--   -->
-</a>
-<h3>Field Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
-<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../org/apache/poi/ddf/EscherProperty.html" title="class in org.apache.poi.ddf">EscherProperty</a>&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/AbstractEscherOptRecord.html#properties">properties</a></strong></code>&nbsp;</td>
-</tr>
-</table>
-</li>
-</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_summary">
@@ -264,23 +245,6 @@ extends <a href="../../../../org/apache/
 <div class="details">
 <ul class="blockList">
 <li class="blockList">
-<!-- ============ FIELD DETAIL =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_detail">
-<!--   -->
-</a>
-<h3>Field Detail</h3>
-<a name="properties">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>properties</h4>
-<pre>protected&nbsp;java.util.List&lt;<a href="../../../../org/apache/poi/ddf/EscherProperty.html" title="class in org.apache.poi.ddf">EscherProperty</a>&gt; properties</pre>
-</li>
-</ul>
-</li>
-</ul>
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_detail">
@@ -515,13 +479,13 @@ extends <a href="../../../../org/apache/
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherArrayProperty.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherArrayProperty.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/EscherArrayProperty.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherArrayProperty.html Sun Dec 11 01:26:41 2016
@@ -64,7 +64,7 @@
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#fields_inherited_from_class_org.apache.poi.ddf.EscherComplexProperty">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
@@ -123,21 +123,6 @@ implements java.lang.Iterable&lt;byte[]&
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_summary">
-<!--   -->
-</a>
-<h3>Field Summary</h3>
-<ul class="blockList">
-<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.ddf.EscherComplexProperty">
-<!--   -->
-</a>
-<h3>Fields inherited from class&nbsp;org.apache.poi.ddf.<a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html" title="class in org.apache.poi.ddf">EscherComplexProperty</a></h3>
-<code><a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#_complexData">_complexData</a></code></li>
-</ul>
-</li>
-</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_summary">
@@ -205,7 +190,7 @@ implements java.lang.Iterable&lt;byte[]&
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherArrayProperty.html#setArrayData(byte[],%20int)">setArrayData</a></strong>(byte[]&nbsp;data,
             int&nbsp;offset)</code>
 <div class="block">We have this method because the way in which arrays in escher works
- is screwed for seemly arbitary reasons.</div>
+ is screwed for seemly arbitrary reasons.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -241,7 +226,7 @@ implements java.lang.Iterable&lt;byte[]&
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.ddf.<a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html" title="class in org.apache.poi.ddf">EscherComplexProperty</a></h3>
-<code><a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#equals(java.lang.Object)">equals</a>, <a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#getComplexData()">getComplexData</a>, <a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#getPropertySize()">getPropertySize</a>, <a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#hashCode()">hashCode</a>, <a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#serializeComplexPart(byte[],%20int)">serializeComplexPart</a></code></li>
+<code><a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#equals(java.lang.Object)">equals</a>, <a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#getComplexData()">getComplexData</a>, <a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#getPropertySize()">getPropertySize</a>, <a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#hashCode()">hashCode</a>, <a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#resizeComplexData(int,%20int)">resizeComplexData</a>, <a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#serializeComplexPart(byte[],%20int)">serializeComplexPart</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.ddf.EscherProperty">
@@ -410,7 +395,7 @@ implements java.lang.Iterable&lt;byte[]&
 <pre>public&nbsp;int&nbsp;setArrayData(byte[]&nbsp;data,
                int&nbsp;offset)</pre>
 <div class="block">We have this method because the way in which arrays in escher works
- is screwed for seemly arbitary reasons.  While most properties are
+ is screwed for seemly arbitrary reasons.  While most properties are
  fairly consistent and have a predictable array size, escher arrays
  have special cases.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>data</code> - The data array containing the escher array information</dd><dd><code>offset</code> - The offset into the array to start reading from.</dd>
@@ -501,7 +486,7 @@ implements java.lang.Iterable&lt;byte[]&
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#fields_inherited_from_class_org.apache.poi.ddf.EscherComplexProperty">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherBitmapBlip.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherBitmapBlip.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/EscherBitmapBlip.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherBitmapBlip.html Sun Dec 11 01:26:41 2016
@@ -150,7 +150,7 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.poi.ddf.<a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html" title="class in org.apache.poi.ddf">EscherBlipRecord</a></h3>
-<code><a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#field_pictureData">field_pictureData</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#RECORD_DESCRIPTION">RECORD_DESCRIPTION</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#RECORD_ID_END">RECORD_ID_END</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#RECORD_ID_START">RECORD_ID_START</a></code></li>
+<code><a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#RECORD_DESCRIPTION">RECORD_DESCRIPTION</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#RECORD_ID_END">RECORD_ID_END</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#RECORD_ID_START">RECORD_ID_START</a></code></li>
 </ul>
 </li>
 </ul>
@@ -249,7 +249,7 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.ddf.<a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html" title="class in org.apache.poi.ddf">EscherBlipRecord</a></h3>
-<code><a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#getPicturedata()">getPicturedata</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#getRecordName()">getRecordName</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#setPictureData(byte[])">setPictureData</a></code></li>
+<code><a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#getPicturedata()">getPicturedata</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#getRecordName()">getRecordName</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#setPictureData(byte[])">setPictureData</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#setPictureData(byte[],%20int,%20int)">setPictureData</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.ddf.EscherRecord">

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherBlipRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherBlipRecord.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/EscherBlipRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherBlipRecord.html Sun Dec 11 01:26:41 2016
@@ -132,18 +132,14 @@ extends <a href="../../../../org/apache/
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected byte[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#field_pictureData">field_pictureData</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#RECORD_DESCRIPTION">RECORD_DESCRIPTION</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static short</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#RECORD_ID_END">RECORD_ID_END</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static short</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#RECORD_ID_START">RECORD_ID_START</a></strong></code>&nbsp;</td>
 </tr>
@@ -222,10 +218,18 @@ extends <a href="../../../../org/apache/
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#setPictureData(byte[],%20int,%20int)">setPictureData</a></strong>(byte[]&nbsp;pictureData,
+              int&nbsp;offset,
+              int&nbsp;length)</code>
+<div class="block">Sets the picture data bytes</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#toString()">toString</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#toXml(java.lang.String)">toXml</a></strong>(java.lang.String&nbsp;tab)</code>&nbsp;</td>
 </tr>
@@ -281,22 +285,13 @@ extends <a href="../../../../org/apache/
 <a name="RECORD_DESCRIPTION">
 <!--   -->
 </a>
-<ul class="blockList">
+<ul class="blockListLast">
 <li class="blockList">
 <h4>RECORD_DESCRIPTION</h4>
 <pre>public static final&nbsp;java.lang.String RECORD_DESCRIPTION</pre>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.poi.ddf.EscherBlipRecord.RECORD_DESCRIPTION">Constant Field Values</a></dd></dl>
 </li>
 </ul>
-<a name="field_pictureData">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>field_pictureData</h4>
-<pre>protected&nbsp;byte[] field_pictureData</pre>
-</li>
-</ul>
 </li>
 </ul>
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
@@ -416,6 +411,19 @@ extends <a href="../../../../org/apache/
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>pictureData</code> - the picture data</dd></dl>
 </li>
 </ul>
+<a name="setPictureData(byte[], int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setPictureData</h4>
+<pre>public&nbsp;void&nbsp;setPictureData(byte[]&nbsp;pictureData,
+                  int&nbsp;offset,
+                  int&nbsp;length)</pre>
+<div class="block">Sets the picture data bytes</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>pictureData</code> - the picture data</dd><dd><code>offset</code> - the offset into the picture data</dd><dd><code>length</code> - the amount of bytes to be used</dd></dl>
+</li>
+</ul>
 <a name="toString()">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherBoolProperty.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherBoolProperty.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/EscherBoolProperty.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherBoolProperty.html Sun Dec 11 01:26:41 2016
@@ -64,7 +64,7 @@
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#fields_inherited_from_class_org.apache.poi.ddf.EscherSimpleProperty">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
@@ -121,21 +121,6 @@ extends <a href="../../../../org/apache/
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_summary">
-<!--   -->
-</a>
-<h3>Field Summary</h3>
-<ul class="blockList">
-<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.ddf.EscherSimpleProperty">
-<!--   -->
-</a>
-<h3>Fields inherited from class&nbsp;org.apache.poi.ddf.<a href="../../../../org/apache/poi/ddf/EscherSimpleProperty.html" title="class in org.apache.poi.ddf">EscherSimpleProperty</a></h3>
-<code><a href="../../../../org/apache/poi/ddf/EscherSimpleProperty.html#propertyValue">propertyValue</a></code></li>
-</ul>
-</li>
-</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_summary">
@@ -330,7 +315,7 @@ extends <a href="../../../../org/apache/
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#fields_inherited_from_class_org.apache.poi.ddf.EscherSimpleProperty">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherComplexProperty.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherComplexProperty.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/EscherComplexProperty.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherComplexProperty.html Sun Dec 11 01:26:41 2016
@@ -64,13 +64,13 @@
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>
@@ -118,25 +118,6 @@ extends <a href="../../../../org/apache/
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_summary">
-<!--   -->
-</a>
-<h3>Field Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
-<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected byte[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#_complexData">_complexData</a></strong></code>&nbsp;</td>
-</tr>
-</table>
-</li>
-</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_summary">
@@ -201,26 +182,31 @@ extends <a href="../../../../org/apache/
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#hashCode()">hashCode</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#resizeComplexData(int,%20int)">resizeComplexData</a></strong>(int&nbsp;newSize,
+                 int&nbsp;bytesToKeep)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#serializeComplexPart(byte[],%20int)">serializeComplexPart</a></strong>(byte[]&nbsp;data,
                     int&nbsp;pos)</code>
 <div class="block">Serializes the complex part of this property</div>
 </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/ddf/EscherComplexProperty.html#serializeSimplePart(byte[],%20int)">serializeSimplePart</a></strong>(byte[]&nbsp;data,
                    int&nbsp;pos)</code>
 <div class="block">Serializes the simple part of this property.</div>
 </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/ddf/EscherComplexProperty.html#toString()">toString</a></strong>()</code>
 <div class="block">Retrieves the string representation for this property.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#toXml(java.lang.String)">toXml</a></strong>(java.lang.String&nbsp;tab)</code>&nbsp;</td>
 </tr>
@@ -247,23 +233,6 @@ extends <a href="../../../../org/apache/
 <div class="details">
 <ul class="blockList">
 <li class="blockList">
-<!-- ============ FIELD DETAIL =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_detail">
-<!--   -->
-</a>
-<h3>Field Detail</h3>
-<a name="_complexData">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>_complexData</h4>
-<pre>protected&nbsp;byte[] _complexData</pre>
-</li>
-</ul>
-</li>
-</ul>
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_detail">
@@ -349,6 +318,16 @@ extends <a href="../../../../org/apache/
 <dl><dt><span class="strong">Returns:</span></dt><dd>the complex bytes</dd></dl>
 </li>
 </ul>
+<a name="resizeComplexData(int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>resizeComplexData</h4>
+<pre>protected&nbsp;void&nbsp;resizeComplexData(int&nbsp;newSize,
+                     int&nbsp;bytesToKeep)</pre>
+</li>
+</ul>
 <a name="equals(java.lang.Object)">
 <!--   -->
 </a>
@@ -470,13 +449,13 @@ extends <a href="../../../../org/apache/
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherMetafileBlip.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherMetafileBlip.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/EscherMetafileBlip.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherMetafileBlip.html Sun Dec 11 01:26:41 2016
@@ -150,7 +150,7 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.poi.ddf.<a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html" title="class in org.apache.poi.ddf">EscherBlipRecord</a></h3>
-<code><a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#field_pictureData">field_pictureData</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#RECORD_DESCRIPTION">RECORD_DESCRIPTION</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#RECORD_ID_END">RECORD_ID_END</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#RECORD_ID_START">RECORD_ID_START</a></code></li>
+<code><a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#RECORD_DESCRIPTION">RECORD_DESCRIPTION</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#RECORD_ID_END">RECORD_ID_END</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#RECORD_ID_START">RECORD_ID_START</a></code></li>
 </ul>
 </li>
 </ul>
@@ -333,7 +333,7 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.ddf.<a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html" title="class in org.apache.poi.ddf">EscherBlipRecord</a></h3>
-<code><a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#getPicturedata()">getPicturedata</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#getRecordName()">getRecordName</a></code></li>
+<code><a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#getPicturedata()">getPicturedata</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#getRecordName()">getRecordName</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#setPictureData(byte[],%20int,%20int)">setPictureData</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.ddf.EscherRecord">

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherOptRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherOptRecord.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/EscherOptRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherOptRecord.html Sun Dec 11 01:26:41 2016
@@ -145,13 +145,6 @@ extends <a href="../../../../org/apache/
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherOptRecord.html#RECORD_ID">RECORD_ID</a></strong></code>&nbsp;</td>
 </tr>
 </table>
-<ul class="blockList">
-<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.ddf.AbstractEscherOptRecord">
-<!--   -->
-</a>
-<h3>Fields inherited from class&nbsp;org.apache.poi.ddf.<a href="../../../../org/apache/poi/ddf/AbstractEscherOptRecord.html" title="class in org.apache.poi.ddf">AbstractEscherOptRecord</a></h3>
-<code><a href="../../../../org/apache/poi/ddf/AbstractEscherOptRecord.html#properties">properties</a></code></li>
-</ul>
 </li>
 </ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherPictBlip.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherPictBlip.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/EscherPictBlip.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherPictBlip.html Sun Dec 11 01:26:41 2016
@@ -150,7 +150,7 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.poi.ddf.<a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html" title="class in org.apache.poi.ddf">EscherBlipRecord</a></h3>
-<code><a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#field_pictureData">field_pictureData</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#RECORD_DESCRIPTION">RECORD_DESCRIPTION</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#RECORD_ID_END">RECORD_ID_END</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#RECORD_ID_START">RECORD_ID_START</a></code></li>
+<code><a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#RECORD_DESCRIPTION">RECORD_DESCRIPTION</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#RECORD_ID_END">RECORD_ID_END</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#RECORD_ID_START">RECORD_ID_START</a></code></li>
 </ul>
 </li>
 </ul>
@@ -295,7 +295,7 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.ddf.<a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html" title="class in org.apache.poi.ddf">EscherBlipRecord</a></h3>
-<code><a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#getPicturedata()">getPicturedata</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#getRecordName()">getRecordName</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#setPictureData(byte[])">setPictureData</a></code></li>
+<code><a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#getPicturedata()">getPicturedata</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#getRecordName()">getRecordName</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#setPictureData(byte[])">setPictureData</a>, <a href="../../../../org/apache/poi/ddf/EscherBlipRecord.html#setPictureData(byte[],%20int,%20int)">setPictureData</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.ddf.EscherRecord">

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherRGBProperty.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherRGBProperty.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/EscherRGBProperty.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherRGBProperty.html Sun Dec 11 01:26:41 2016
@@ -64,7 +64,7 @@
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#fields_inherited_from_class_org.apache.poi.ddf.EscherSimpleProperty">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
@@ -117,21 +117,6 @@ extends <a href="../../../../org/apache/
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_summary">
-<!--   -->
-</a>
-<h3>Field Summary</h3>
-<ul class="blockList">
-<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.ddf.EscherSimpleProperty">
-<!--   -->
-</a>
-<h3>Fields inherited from class&nbsp;org.apache.poi.ddf.<a href="../../../../org/apache/poi/ddf/EscherSimpleProperty.html" title="class in org.apache.poi.ddf">EscherSimpleProperty</a></h3>
-<code><a href="../../../../org/apache/poi/ddf/EscherSimpleProperty.html#propertyValue">propertyValue</a></code></li>
-</ul>
-</li>
-</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_summary">
@@ -341,7 +326,7 @@ extends <a href="../../../../org/apache/
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#fields_inherited_from_class_org.apache.poi.ddf.EscherSimpleProperty">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherShapePathProperty.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherShapePathProperty.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/EscherShapePathProperty.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherShapePathProperty.html Sun Dec 11 01:26:41 2016
@@ -152,13 +152,6 @@ extends <a href="../../../../org/apache/
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherShapePathProperty.html#LINE_OF_STRAIGHT_SEGMENTS">LINE_OF_STRAIGHT_SEGMENTS</a></strong></code>&nbsp;</td>
 </tr>
 </table>
-<ul class="blockList">
-<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.ddf.EscherSimpleProperty">
-<!--   -->
-</a>
-<h3>Fields inherited from class&nbsp;org.apache.poi.ddf.<a href="../../../../org/apache/poi/ddf/EscherSimpleProperty.html" title="class in org.apache.poi.ddf">EscherSimpleProperty</a></h3>
-<code><a href="../../../../org/apache/poi/ddf/EscherSimpleProperty.html#propertyValue">propertyValue</a></code></li>
-</ul>
 </li>
 </ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherSimpleProperty.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherSimpleProperty.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/EscherSimpleProperty.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherSimpleProperty.html Sun Dec 11 01:26:41 2016
@@ -64,13 +64,13 @@
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>
@@ -118,25 +118,6 @@ extends <a href="../../../../org/apache/
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_summary">
-<!--   -->
-</a>
-<h3>Field Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
-<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected int</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherSimpleProperty.html#propertyValue">propertyValue</a></strong></code>&nbsp;</td>
-</tr>
-</table>
-</li>
-</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_summary">
@@ -239,23 +220,6 @@ extends <a href="../../../../org/apache/
 <div class="details">
 <ul class="blockList">
 <li class="blockList">
-<!-- ============ FIELD DETAIL =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_detail">
-<!--   -->
-</a>
-<h3>Field Detail</h3>
-<a name="propertyValue">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>propertyValue</h4>
-<pre>protected&nbsp;int propertyValue</pre>
-</li>
-</ul>
-</li>
-</ul>
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_detail">
@@ -447,13 +411,13 @@ extends <a href="../../../../org/apache/
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherTertiaryOptRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherTertiaryOptRecord.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/EscherTertiaryOptRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherTertiaryOptRecord.html Sun Dec 11 01:26:41 2016
@@ -139,13 +139,6 @@ extends <a href="../../../../org/apache/
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherTertiaryOptRecord.html#RECORD_ID">RECORD_ID</a></strong></code>&nbsp;</td>
 </tr>
 </table>
-<ul class="blockList">
-<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.ddf.AbstractEscherOptRecord">
-<!--   -->
-</a>
-<h3>Fields inherited from class&nbsp;org.apache.poi.ddf.<a href="../../../../org/apache/poi/ddf/AbstractEscherOptRecord.html" title="class in org.apache.poi.ddf">AbstractEscherOptRecord</a></h3>
-<code><a href="../../../../org/apache/poi/ddf/AbstractEscherOptRecord.html#properties">properties</a></code></li>
-</ul>
 </li>
 </ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherContainerRecord.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherContainerRecord.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherContainerRecord.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherContainerRecord.html Sun Dec 11 01:26:41 2016
@@ -263,22 +263,6 @@
 <!--   -->
 </a>
 <h3>Uses of <a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html" title="class in org.apache.poi.ddf">EscherContainerRecord</a> in <a href="../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
-<caption><span>Fields in <a href="../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</a> declared as <a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html" title="class in org.apache.poi.ddf">EscherContainerRecord</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html" title="class in org.apache.poi.ddf">EscherContainerRecord</a></code></td>
-<td class="colLast"><span class="strong">HSLFShape.</span><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#_escherContainer">_escherContainer</a></strong></code>
-<div class="block">Either EscherSpContainer or EscheSpgrContainer record
- which holds information about this shape.</div>
-</td>
-</tr>
-</tbody>
-</table>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
 <caption><span>Methods in <a href="../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</a> that return <a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html" title="class in org.apache.poi.ddf">EscherContainerRecord</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
@@ -293,9 +277,9 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected abstract <a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html" title="class in org.apache.poi.ddf">EscherContainerRecord</a></code></td>
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/ddf/EscherContainerRecord.html" title="class in org.apache.poi.ddf">EscherContainerRecord</a></code></td>
 <td class="colLast"><span class="strong">HSLFShape.</span><code><strong><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html#createSpContainer(boolean)">createSpContainer</a></strong>(boolean&nbsp;isChild)</code>
-<div class="block">Creates the lowerlevel escher records for this shape.</div>
+<div class="block">Create and assign the lower level escher record to this shape</div>
 </td>
 </tr>
 <tr class="altColor">

Modified: poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherProperty.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherProperty.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherProperty.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherProperty.html Sun Dec 11 01:26:41 2016
@@ -152,19 +152,6 @@
 </tr>
 </tbody>
 </table>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
-<caption><span>Fields in <a href="../../../../../org/apache/poi/ddf/package-summary.html">org.apache.poi.ddf</a> with type parameters of type <a href="../../../../../org/apache/poi/ddf/EscherProperty.html" title="class in org.apache.poi.ddf">EscherProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../org/apache/poi/ddf/EscherProperty.html" title="class in org.apache.poi.ddf">EscherProperty</a>&gt;</code></td>
-<td class="colLast"><span class="strong">AbstractEscherOptRecord.</span><code><strong><a href="../../../../../org/apache/poi/ddf/AbstractEscherOptRecord.html#properties">properties</a></strong></code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
 <caption><span>Methods in <a href="../../../../../org/apache/poi/ddf/package-summary.html">org.apache.poi.ddf</a> with type parameters of type <a href="../../../../../org/apache/poi/ddf/EscherProperty.html" title="class in org.apache.poi.ddf">EscherProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>

Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/CustomProperty.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/CustomProperty.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/CustomProperty.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/CustomProperty.html Sun Dec 11 01:26:41 2016
@@ -64,7 +64,7 @@
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#fields_inherited_from_class_org.apache.poi.hpsf.Property">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
@@ -120,21 +120,6 @@ extends <a href="../../../../org/apache/
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_summary">
-<!--   -->
-</a>
-<h3>Field Summary</h3>
-<ul class="blockList">
-<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.hpsf.Property">
-<!--   -->
-</a>
-<h3>Fields inherited from class&nbsp;org.apache.poi.hpsf.<a href="../../../../org/apache/poi/hpsf/Property.html" title="class in org.apache.poi.hpsf">Property</a></h3>
-<code><a href="../../../../org/apache/poi/hpsf/Property.html#value">value</a></code></li>
-</ul>
-</li>
-</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_summary">
@@ -401,7 +386,7 @@ extends <a href="../../../../org/apache/
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#fields_inherited_from_class_org.apache.poi.hpsf.Property">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/MutableProperty.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/MutableProperty.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/MutableProperty.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/MutableProperty.html Sun Dec 11 01:26:41 2016
@@ -64,7 +64,7 @@
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#fields_inherited_from_class_org.apache.poi.hpsf.Property">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#methods_inherited_from_class_org.apache.poi.hpsf.Property">Method</a></li>
 </ul>
@@ -123,21 +123,6 @@ extends <a href="../../../../org/apache/
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_summary">
-<!--   -->
-</a>
-<h3>Field Summary</h3>
-<ul class="blockList">
-<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.hpsf.Property">
-<!--   -->
-</a>
-<h3>Fields inherited from class&nbsp;org.apache.poi.hpsf.<a href="../../../../org/apache/poi/hpsf/Property.html" title="class in org.apache.poi.hpsf">Property</a></h3>
-<code><a href="../../../../org/apache/poi/hpsf/Property.html#value">value</a></code></li>
-</ul>
-</li>
-</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_summary">
@@ -268,7 +253,7 @@ extends <a href="../../../../org/apache/
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#fields_inherited_from_class_org.apache.poi.hpsf.Property">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#methods_inherited_from_class_org.apache.poi.hpsf.Property">Method</a></li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/Property.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/Property.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/Property.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/Property.html Sun Dec 11 01:26:41 2016
@@ -64,13 +64,13 @@
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>
@@ -132,27 +132,6 @@ extends java.lang.Object</pre>
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_summary">
-<!--   -->
-</a>
-<h3>Field Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
-<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected java.lang.Object</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Property.html#value">value</a></strong></code>
-<div class="block">The property's value.</div>
-</td>
-</tr>
-</table>
-</li>
-</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_summary">
@@ -294,24 +273,6 @@ extends java.lang.Object</pre>
 <div class="details">
 <ul class="blockList">
 <li class="blockList">
-<!-- ============ FIELD DETAIL =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_detail">
-<!--   -->
-</a>
-<h3>Field Detail</h3>
-<a name="value">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>value</h4>
-<pre>protected&nbsp;java.lang.Object value</pre>
-<div class="block">The property's value.</div>
-</li>
-</ul>
-</li>
-</ul>
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_detail">
@@ -600,13 +561,13 @@ extends java.lang.Object</pre>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/VariantSupport.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/VariantSupport.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/VariantSupport.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/VariantSupport.html Sun Dec 11 01:26:41 2016
@@ -143,13 +143,6 @@ extends <a href="../../../../org/apache/
 <div class="block">HPSF is able to read these <a href="../../../../org/apache/poi/hpsf/Variant.html" title="class in org.apache.poi.hpsf"><code>Variant</code></a> types.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected static java.util.List&lt;java.lang.Long&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/VariantSupport.html#unsupportedMessage">unsupportedMessage</a></strong></code>
-<div class="block">Keeps a list of the variant types an "unsupported" message has already
- been issued for.</div>
-</td>
-</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.hpsf.Variant">
@@ -275,24 +268,13 @@ extends <a href="../../../../org/apache/
 <a name="SUPPORTED_TYPES">
 <!--   -->
 </a>
-<ul class="blockList">
+<ul class="blockListLast">
 <li class="blockList">
 <h4>SUPPORTED_TYPES</h4>
 <pre>public static final&nbsp;int[] SUPPORTED_TYPES</pre>
 <div class="block">HPSF is able to read these <a href="../../../../org/apache/poi/hpsf/Variant.html" title="class in org.apache.poi.hpsf"><code>Variant</code></a> types.</div>
 </li>
 </ul>
-<a name="unsupportedMessage">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>unsupportedMessage</h4>
-<pre>protected static&nbsp;java.util.List&lt;java.lang.Long&gt; unsupportedMessage</pre>
-<div class="block">Keeps a list of the variant types an "unsupported" message has already
- been issued for.</div>
-</li>
-</ul>
 </li>
 </ul>
 <!-- ========= CONSTRUCTOR DETAIL ======== -->

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/blip/Bitmap.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/blip/Bitmap.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/blip/Bitmap.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/blip/Bitmap.html Sun Dec 11 01:26:41 2016
@@ -147,7 +147,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3>
-<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#index">index</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#offset">offset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#uidInstanceCount">uidInstanceCount</a></code></li>
+<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a></code></li>
 </ul>
 </li>
 </ul>
@@ -205,7 +205,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3>
-<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(org.apache.poi.sl.usermodel.PictureData.PictureType)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum()">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getImageDimensionInPixels()">getImageDimensionInPixels</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getIndex()">getIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureDat
 a.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getSignature()">getSignature</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUID()">getUID</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setIndex(int)">setIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setSignature(int)">setSignature</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#write(java.io.OutputStream)">write</a></code></li>
+<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(org.apache.poi.sl.usermodel.PictureData.PictureType)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum()">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getImageDimensionInPixels()">getImageDimensionInPixels</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getIndex()">getIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureDat
 a.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getSignature()">getSignature</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUID()">getUID</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setIndex(int)">setIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setSignature(int)">setSignature</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setUIDInstanceCount(int)">setUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.ht
 ml#write(java.io.OutputStream)">write</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/blip/DIB.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/blip/DIB.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/blip/DIB.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/blip/DIB.html Sun Dec 11 01:26:41 2016
@@ -147,7 +147,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3>
-<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#index">index</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#offset">offset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#uidInstanceCount">uidInstanceCount</a></code></li>
+<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a></code></li>
 </ul>
 </li>
 </ul>
@@ -225,7 +225,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3>
-<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(org.apache.poi.sl.usermodel.PictureData.PictureType)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum()">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getImageDimensionInPixels()">getImageDimensionInPixels</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getIndex()">getIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureDat
 a.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUID()">getUID</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setIndex(int)">setIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#write(java.io.OutputStream)">write</a></code></li>
+<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(org.apache.poi.sl.usermodel.PictureData.PictureType)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum()">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getImageDimensionInPixels()">getImageDimensionInPixels</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getIndex()">getIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureDat
 a.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUID()">getUID</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setIndex(int)">setIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setUIDInstanceCount(int)">setUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#write(java.io.OutputStream)">write</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/blip/EMF.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/blip/EMF.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/blip/EMF.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/blip/EMF.html Sun Dec 11 01:26:41 2016
@@ -154,7 +154,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3>
-<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#index">index</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#offset">offset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#uidInstanceCount">uidInstanceCount</a></code></li>
+<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a></code></li>
 </ul>
 </li>
 </ul>
@@ -228,7 +228,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3>
-<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(org.apache.poi.sl.usermodel.PictureData.PictureType)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum()">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getImageDimensionInPixels()">getImageDimensionInPixels</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getIndex()">getIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureDat
 a.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUID()">getUID</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setIndex(int)">setIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#write(java.io.OutputStream)">write</a></code></li>
+<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(org.apache.poi.sl.usermodel.PictureData.PictureType)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum()">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getImageDimensionInPixels()">getImageDimensionInPixels</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getIndex()">getIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureDat
 a.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUID()">getUID</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setIndex(int)">setIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setUIDInstanceCount(int)">setUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#write(java.io.OutputStream)">write</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/blip/JPEG.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/blip/JPEG.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/blip/JPEG.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/blip/JPEG.html Sun Dec 11 01:26:41 2016
@@ -158,7 +158,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3>
-<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#index">index</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#offset">offset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#uidInstanceCount">uidInstanceCount</a></code></li>
+<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#CHECKSUM_SIZE">CHECKSUM_SIZE</a></code></li>
 </ul>
 </li>
 </ul>
@@ -228,7 +228,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.hslf.usermodel.<a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</a></h3>
-<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(org.apache.poi.sl.usermodel.PictureData.PictureType)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum()">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getImageDimensionInPixels()">getImageDimensionInPixels</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getIndex()">getIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureDat
 a.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUID()">getUID</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setIndex(int)">setIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#write(java.io.OutputStream)">write</a></code></li>
+<code><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(org.apache.poi.sl.usermodel.PictureData.PictureType)">create</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum()">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getChecksum(byte[])">getChecksum</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getContentType()">getContentType</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getImageDimensionInPixels()">getImageDimensionInPixels</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getIndex()">getIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getOffset()">getOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureDat
 a.html#getRawData()">getRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUID()">getUID</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#getUIDInstanceCount()">getUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setIndex(int)">setIndex</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setOffset(int)">setOffset</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setRawData(byte[])">setRawData</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#setUIDInstanceCount(int)">setUIDInstanceCount</a>, <a href="../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#write(java.io.OutputStream)">write</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/blip/Metafile.Header.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/blip/Metafile.Header.html?rev=1773545&r1=1773544&r2=1773545&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/blip/Metafile.Header.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/blip/Metafile.Header.html Sun Dec 11 01:26:41 2016
@@ -64,13 +64,13 @@
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>
@@ -113,57 +113,6 @@ extends java.lang.Object</pre>
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_summary">
-<!--   -->
-</a>
-<h3>Field Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
-<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>java.awt.Rectangle</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/Metafile.Header.html#bounds">bounds</a></strong></code>
-<div class="block">Boundary of the metafile drawing commands</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/Metafile.Header.html#compression">compression</a></strong></code>
-<div class="block">Reserved.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/Metafile.Header.html#filter">filter</a></strong></code>
-<div class="block">Reserved.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>java.awt.Dimension</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/Metafile.Header.html#size">size</a></strong></code>
-<div class="block">Size of the metafile in EMUs</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/Metafile.Header.html#wmfsize">wmfsize</a></strong></code>
-<div class="block">size of the original file</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/Metafile.Header.html#zipsize">zipsize</a></strong></code>
-<div class="block">size of the compressed metafile data</div>
-</td>
-</tr>
-</table>
-</li>
-</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_summary">
@@ -194,19 +143,39 @@ extends java.lang.Object</pre>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>java.awt.Rectangle</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/Metafile.Header.html#getBounds()">getBounds</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/Metafile.Header.html#getSize()">getSize</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/hslf/blip/Metafile.Header.html#getWmfSize()">getWmfSize</a></strong>()</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/hslf/blip/Metafile.Header.html#read(byte[],%20int)">read</a></strong>(byte[]&nbsp;data,
     int&nbsp;offset)</code>&nbsp;</td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/Metafile.Header.html#setBounds(java.awt.Rectangle)">setBounds</a></strong>(java.awt.Rectangle&nbsp;bounds)</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/hslf/blip/Metafile.Header.html#setDimension(java.awt.Dimension)">setDimension</a></strong>(java.awt.Dimension&nbsp;size)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/Metafile.Header.html#setWmfSize(int)">setWmfSize</a></strong>(int&nbsp;wmfSize)</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/hslf/blip/Metafile.Header.html#setZipSize(int)">setZipSize</a></strong>(int&nbsp;zipSize)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hslf/blip/Metafile.Header.html#write(java.io.OutputStream)">write</a></strong>(java.io.OutputStream&nbsp;out)</code>&nbsp;</td>
 </tr>
@@ -226,74 +195,6 @@ extends java.lang.Object</pre>
 <div class="details">
 <ul class="blockList">
 <li class="blockList">
-<!-- ============ FIELD DETAIL =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_detail">
-<!--   -->
-</a>
-<h3>Field Detail</h3>
-<a name="wmfsize">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>wmfsize</h4>
-<pre>public&nbsp;int wmfsize</pre>
-<div class="block">size of the original file</div>
-</li>
-</ul>
-<a name="bounds">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>bounds</h4>
-<pre>public&nbsp;java.awt.Rectangle bounds</pre>
-<div class="block">Boundary of the metafile drawing commands</div>
-</li>
-</ul>
-<a name="size">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>size</h4>
-<pre>public&nbsp;java.awt.Dimension size</pre>
-<div class="block">Size of the metafile in EMUs</div>
-</li>
-</ul>
-<a name="zipsize">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>zipsize</h4>
-<pre>public&nbsp;int zipsize</pre>
-<div class="block">size of the compressed metafile data</div>
-</li>
-</ul>
-<a name="compression">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>compression</h4>
-<pre>public&nbsp;int compression</pre>
-<div class="block">Reserved. Always 0.</div>
-</li>
-</ul>
-<a name="filter">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>filter</h4>
-<pre>public&nbsp;int filter</pre>
-<div class="block">Reserved. Always 254.</div>
-</li>
-</ul>
-</li>
-</ul>
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_detail">
@@ -351,12 +252,57 @@ extends java.lang.Object</pre>
 <a name="getWmfSize()">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getWmfSize</h4>
 <pre>public&nbsp;int&nbsp;getWmfSize()</pre>
 </li>
 </ul>
+<a name="setWmfSize(int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setWmfSize</h4>
+<pre>protected&nbsp;void&nbsp;setWmfSize(int&nbsp;wmfSize)</pre>
+</li>
+</ul>
+<a name="setZipSize(int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setZipSize</h4>
+<pre>protected&nbsp;void&nbsp;setZipSize(int&nbsp;zipSize)</pre>
+</li>
+</ul>
+<a name="getBounds()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBounds</h4>
+<pre>public&nbsp;java.awt.Rectangle&nbsp;getBounds()</pre>
+</li>
+</ul>
+<a name="setBounds(java.awt.Rectangle)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setBounds</h4>
+<pre>protected&nbsp;void&nbsp;setBounds(java.awt.Rectangle&nbsp;bounds)</pre>
+</li>
+</ul>
+<a name="setDimension(java.awt.Dimension)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setDimension</h4>
+<pre>protected&nbsp;void&nbsp;setDimension(java.awt.Dimension&nbsp;size)</pre>
+</li>
+</ul>
 </li>
 </ul>
 </li>
@@ -409,13 +355,13 @@ extends java.lang.Object</pre>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>



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