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/11/28 15:43:46 UTC

svn commit: r1771763 [11/13] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/class-use/ apidocs/org/apache/poi/hdgf/chunks/ apidocs/org/apache/poi/hdgf/pointers/ apidocs/org/apache/poi/hpbf/model/ apidocs/org/apache/poi/hpbf/model/qcbits/ ap...

Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/SummaryInformation.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/SummaryInformation.html?rev=1771763&r1=1771762&r2=1771763&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/SummaryInformation.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/SummaryInformation.html Mon Nov 28 15:43:45 2016
@@ -115,8 +115,8 @@
 <br>
 <pre>public final class <span class="strong">SummaryInformation</span>
 extends <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html" title="class in org.apache.poi.hpsf">SpecialPropertySet</a></pre>
-<div class="block"><p>Convenience class representing a Summary Information stream in a
- Microsoft Office document.</p></div>
+<div class="block">Convenience class representing a Summary Information stream in a
+ Microsoft Office document.</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/poi/hpsf/DocumentSummaryInformation.html" title="class in org.apache.poi.hpsf"><code>DocumentSummaryInformation</code></a></dd></dl>
 </li>
 </ul>
@@ -139,8 +139,7 @@ extends <a href="../../../../org/apache/
 <tr class="altColor">
 <td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/SummaryInformation.html#DEFAULT_STREAM_NAME">DEFAULT_STREAM_NAME</a></strong></code>
-<div class="block">The document name a summary information stream usually has in a POIFS
- filesystem.</div>
+<div class="block">The document name a summary information stream usually has in a POIFS filesystem.</div>
 </td>
 </tr>
 </table>
@@ -149,7 +148,7 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.poi.hpsf.<a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf">PropertySet</a></h3>
-<code><a href="../../../../org/apache/poi/hpsf/PropertySet.html#byteOrder">byteOrder</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#classID">classID</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#format">format</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#OS_MACINTOSH">OS_MACINTOSH</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#OS_WIN16">OS_WIN16</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#OS_WIN32">OS_WIN32</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#osVersion">osVersion</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#sections">sections</a></code></li>
+<code><a href="../../../../org/apache/poi/hpsf/PropertySet.html#OS_MACINTOSH">OS_MACINTOSH</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#OS_WIN16">OS_WIN16</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#OS_WIN32">OS_WIN32</a></code></li>
 </ul>
 </li>
 </ul>
@@ -165,6 +164,11 @@ extends <a href="../../../../org/apache/
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/apache/poi/hpsf/SummaryInformation.html#SummaryInformation()">SummaryInformation</a></strong>()</code>
+<div class="block">Creates an empty <a href="../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf"><code>SummaryInformation</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><code><strong><a href="../../../../org/apache/poi/hpsf/SummaryInformation.html#SummaryInformation(org.apache.poi.hpsf.PropertySet)">SummaryInformation</a></strong>(<a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf">PropertySet</a>&nbsp;ps)</code>
 <div class="block">Creates a <a href="../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf"><code>SummaryInformation</code></a> from a given <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>.</div>
 </td>
@@ -268,7 +272,12 @@ extends <a href="../../../../org/apache/
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/SummaryInformation.html#getSecurity()">getSecurity</a></strong>()</code>
-<div class="block">Returns a security code which is one of the following values:</div>
+<div class="block">Returns a security code which is one of the following values:
+
+ 
+
+ 0 if the <a href="../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf"><code>SummaryInformation</code></a> does not contain a
+ security field or if there is no security on the document.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -300,9 +309,7 @@ extends <a href="../../../../org/apache/
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/SummaryInformation.html#getTitle()">getTitle</a></strong>()</code>
-<div class="block">Returns the title (or <code>null</code>).</div>
-</td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/SummaryInformation.html#getTitle()">getTitle</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
@@ -529,18 +536,11 @@ extends <a href="../../../../org/apache/
 </tr>
 </table>
 <ul class="blockList">
-<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.hpsf.SpecialPropertySet">
-<!--   -->
-</a>
-<h3>Methods inherited from class&nbsp;org.apache.poi.hpsf.<a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html" title="class in org.apache.poi.hpsf">SpecialPropertySet</a></h3>
-<code><a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#addSection(org.apache.poi.hpsf.Section)">addSection</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#clearSections()">clearSections</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#equals(java.lang.Object)">equals</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getByteOrder()">getByteOrder</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getClassID()">getClassID</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getFirstSection()">getFirstSection</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getFormat()">getFormat</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getOSVersion()">getOSVersion</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getProperties()">getProperties</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getPrope
 rty(int)">getProperty</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getPropertyBooleanValue(int)">getPropertyBooleanValue</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getPropertyIntValue(int)">getPropertyIntValue</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getPropertyStringValue(int)">getPropertyStringValue</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getPropertyStringValue(java.lang.Object)">getPropertyStringValue</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getSectionCount()">getSectionCount</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getSections()">getSections</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#hashCode()">hashCode</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#isDocumentSummaryInformation()">isDocumentSummaryInformation</a>, <a href="../../../../org/apache/poi/hpsf/SpecialP
 ropertySet.html#isSummaryInformation()">isSummaryInformation</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#setByteOrder(int)">setByteOrder</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#setClassID(org.apache.poi.hpsf.ClassID)">setClassID</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#setFormat(int)">setFormat</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#setOSVersion(int)">setOSVersion</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#toInputStream()">toInputStream</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#toString()">toString</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#wasNull()">wasNull</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#write(org.apache.poi.poifs.filesystem.DirectoryEntry,%20java.lang.String)">write</a>, <a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#write(java.i
 o.OutputStream)">write</a></code></li>
-</ul>
-<ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.hpsf.PropertySet">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.hpsf.<a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf">PropertySet</a></h3>
-<code><a href="../../../../org/apache/poi/hpsf/PropertySet.html#getSingleSection()">getSingleSection</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#isPropertySetStream(byte[],%20int,%20int)">isPropertySetStream</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#isPropertySetStream(java.io.InputStream)">isPropertySetStream</a></code></li>
+<code><a href="../../../../org/apache/poi/hpsf/PropertySet.html#addSection(org.apache.poi.hpsf.Section)">addSection</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#clearSections()">clearSections</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#equals(java.lang.Object)">equals</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getByteOrder()">getByteOrder</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getClassID()">getClassID</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getFirstSection()">getFirstSection</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getFormat()">getFormat</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getOSVersion()">getOSVersion</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getProperties()">getProperties</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getProperty(int)">getProperty</a>, <a href="../../../../org/apache/poi/hpsf/Pr
 opertySet.html#getPropertyBooleanValue(int)">getPropertyBooleanValue</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getPropertyIntValue(int)">getPropertyIntValue</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getPropertyStringValue(int)">getPropertyStringValue</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getPropertyStringValue(java.lang.Object)">getPropertyStringValue</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getSectionCount()">getSectionCount</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getSections()">getSections</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#getSingleSection()">getSingleSection</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#hashCode()">hashCode</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#isDocumentSummaryInformation()">isDocumentSummaryInformation</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#isPropertySetStre
 am(byte[],%20int,%20int)">isPropertySetStream</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#isPropertySetStream(java.io.InputStream)">isPropertySetStream</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#isSummaryInformation()">isSummaryInformation</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#remove1stProperty(long)">remove1stProperty</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#set1stProperty(long,%20boolean)">set1stProperty</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#set1stProperty(long,%20byte[])">set1stProperty</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#set1stProperty(long,%20int)">set1stProperty</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#set1stProperty(long,%20java.lang.String)">set1stProperty</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#setByteOrder(int)">setByteOrder</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#setCla
 ssID(org.apache.poi.hpsf.ClassID)">setClassID</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#setFormat(int)">setFormat</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#setOSVersion(int)">setOSVersion</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#toInputStream()">toInputStream</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#toString()">toString</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#wasNull()">wasNull</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.html#write(org.apache.poi.poifs.filesystem.DirectoryEntry,%20java.lang.String)">write</a>, <a href="../../../../org/apache/poi/hpsf/PropertySet.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">
@@ -570,8 +570,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>DEFAULT_STREAM_NAME</h4>
 <pre>public static final&nbsp;java.lang.String DEFAULT_STREAM_NAME</pre>
-<div class="block"><p>The document name a summary information stream usually has in a POIFS
- filesystem.</p></div>
+<div class="block">The document name a summary information stream usually has in a POIFS filesystem.</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.poi.hpsf.SummaryInformation.DEFAULT_STREAM_NAME">Constant Field Values</a></dd></dl>
 </li>
 </ul>
@@ -583,6 +582,16 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
+<a name="SummaryInformation()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>SummaryInformation</h4>
+<pre>public&nbsp;SummaryInformation()</pre>
+<div class="block">Creates an empty <a href="../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf"><code>SummaryInformation</code></a>.</div>
+</li>
+</ul>
 <a name="SummaryInformation(org.apache.poi.hpsf.PropertySet)">
 <!--   -->
 </a>
@@ -591,11 +600,11 @@ extends <a href="../../../../org/apache/
 <h4>SummaryInformation</h4>
 <pre>public&nbsp;SummaryInformation(<a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf">PropertySet</a>&nbsp;ps)
                    throws <a href="../../../../org/apache/poi/hpsf/UnexpectedPropertySetTypeException.html" title="class in org.apache.poi.hpsf">UnexpectedPropertySetTypeException</a></pre>
-<div class="block"><p>Creates a <a href="../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf"><code>SummaryInformation</code></a> from a given <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>.</p></div>
+<div class="block">Creates a <a href="../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf"><code>SummaryInformation</code></a> from a given <a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>ps</code> - A property set which should be created from a summary
         information stream.</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="../../../../org/apache/poi/hpsf/UnexpectedPropertySetTypeException.html" title="class in org.apache.poi.hpsf">UnexpectedPropertySetTypeException</a></code> - if <var>ps</var> does not
+<dd><code><a href="../../../../org/apache/poi/hpsf/UnexpectedPropertySetTypeException.html" title="class in org.apache.poi.hpsf">UnexpectedPropertySetTypeException</a></code> - if <code>ps</code> does not
          contain a summary information stream.</dd></dl>
 </li>
 </ul>
@@ -614,12 +623,12 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getPropertySetIDMap</h4>
 <pre>public&nbsp;<a href="../../../../org/apache/poi/hpsf/wellknown/PropertyIDMap.html" title="class in org.apache.poi.hpsf.wellknown">PropertyIDMap</a>&nbsp;getPropertySetIDMap()</pre>
-<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getPropertySetIDMap()">SpecialPropertySet</a></code></strong></div>
+<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/apache/poi/hpsf/PropertySet.html#getPropertySetIDMap()">PropertySet</a></code></strong></div>
 <div class="block">The id to name mapping of the properties in this set.</div>
 <dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getPropertySetIDMap()">getPropertySetIDMap</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/poi/hpsf/SpecialPropertySet.html" title="class in org.apache.poi.hpsf">SpecialPropertySet</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>the id to name mapping of the properties in this set</dd></dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../org/apache/poi/hpsf/PropertySet.html#getPropertySetIDMap()">getPropertySetIDMap</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf">PropertySet</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>the id to name mapping of the properties in this set or <code>null</code> if not applicable</dd></dl>
 </li>
 </ul>
 <a name="getTitle()">
@@ -629,7 +638,6 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getTitle</h4>
 <pre>public&nbsp;java.lang.String&nbsp;getTitle()</pre>
-<div class="block"><p>Returns the title (or <code>null</code>).</p></div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The title or <code>null</code></dd></dl>
 </li>
 </ul>
@@ -640,7 +648,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>setTitle</h4>
 <pre>public&nbsp;void&nbsp;setTitle(java.lang.String&nbsp;title)</pre>
-<div class="block"><p>Sets the title.</p></div>
+<div class="block">Sets the title.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>title</code> - The title to set.</dd></dl>
 </li>
 </ul>
@@ -651,7 +659,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>removeTitle</h4>
 <pre>public&nbsp;void&nbsp;removeTitle()</pre>
-<div class="block"><p>Removes the title.</p></div>
+<div class="block">Removes the title.</div>
 </li>
 </ul>
 <a name="getSubject()">
@@ -661,7 +669,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getSubject</h4>
 <pre>public&nbsp;java.lang.String&nbsp;getSubject()</pre>
-<div class="block"><p>Returns the subject (or <code>null</code>).</p></div>
+<div class="block">Returns the subject (or <code>null</code>).</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The subject or <code>null</code></dd></dl>
 </li>
 </ul>
@@ -672,7 +680,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>setSubject</h4>
 <pre>public&nbsp;void&nbsp;setSubject(java.lang.String&nbsp;subject)</pre>
-<div class="block"><p>Sets the subject.</p></div>
+<div class="block">Sets the subject.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>subject</code> - The subject to set.</dd></dl>
 </li>
 </ul>
@@ -683,7 +691,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>removeSubject</h4>
 <pre>public&nbsp;void&nbsp;removeSubject()</pre>
-<div class="block"><p>Removes the subject.</p></div>
+<div class="block">Removes the subject.</div>
 </li>
 </ul>
 <a name="getAuthor()">
@@ -693,7 +701,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getAuthor</h4>
 <pre>public&nbsp;java.lang.String&nbsp;getAuthor()</pre>
-<div class="block"><p>Returns the author (or <code>null</code>).</p></div>
+<div class="block">Returns the author (or <code>null</code>).</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The author or <code>null</code></dd></dl>
 </li>
 </ul>
@@ -704,7 +712,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>setAuthor</h4>
 <pre>public&nbsp;void&nbsp;setAuthor(java.lang.String&nbsp;author)</pre>
-<div class="block"><p>Sets the author.</p></div>
+<div class="block">Sets the author.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>author</code> - The author to set.</dd></dl>
 </li>
 </ul>
@@ -715,7 +723,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>removeAuthor</h4>
 <pre>public&nbsp;void&nbsp;removeAuthor()</pre>
-<div class="block"><p>Removes the author.</p></div>
+<div class="block">Removes the author.</div>
 </li>
 </ul>
 <a name="getKeywords()">
@@ -725,7 +733,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getKeywords</h4>
 <pre>public&nbsp;java.lang.String&nbsp;getKeywords()</pre>
-<div class="block"><p>Returns the keywords (or <code>null</code>).</p></div>
+<div class="block">Returns the keywords (or <code>null</code>).</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The keywords or <code>null</code></dd></dl>
 </li>
 </ul>
@@ -736,7 +744,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>setKeywords</h4>
 <pre>public&nbsp;void&nbsp;setKeywords(java.lang.String&nbsp;keywords)</pre>
-<div class="block"><p>Sets the keywords.</p></div>
+<div class="block">Sets the keywords.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>keywords</code> - The keywords to set.</dd></dl>
 </li>
 </ul>
@@ -747,7 +755,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>removeKeywords</h4>
 <pre>public&nbsp;void&nbsp;removeKeywords()</pre>
-<div class="block"><p>Removes the keywords.</p></div>
+<div class="block">Removes the keywords.</div>
 </li>
 </ul>
 <a name="getComments()">
@@ -757,7 +765,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getComments</h4>
 <pre>public&nbsp;java.lang.String&nbsp;getComments()</pre>
-<div class="block"><p>Returns the comments (or <code>null</code>).</p></div>
+<div class="block">Returns the comments (or <code>null</code>).</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The comments or <code>null</code></dd></dl>
 </li>
 </ul>
@@ -768,7 +776,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>setComments</h4>
 <pre>public&nbsp;void&nbsp;setComments(java.lang.String&nbsp;comments)</pre>
-<div class="block"><p>Sets the comments.</p></div>
+<div class="block">Sets the comments.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>comments</code> - The comments to set.</dd></dl>
 </li>
 </ul>
@@ -779,7 +787,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>removeComments</h4>
 <pre>public&nbsp;void&nbsp;removeComments()</pre>
-<div class="block"><p>Removes the comments.</p></div>
+<div class="block">Removes the comments.</div>
 </li>
 </ul>
 <a name="getTemplate()">
@@ -789,7 +797,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getTemplate</h4>
 <pre>public&nbsp;java.lang.String&nbsp;getTemplate()</pre>
-<div class="block"><p>Returns the template (or <code>null</code>).</p></div>
+<div class="block">Returns the template (or <code>null</code>).</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The template or <code>null</code></dd></dl>
 </li>
 </ul>
@@ -800,7 +808,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>setTemplate</h4>
 <pre>public&nbsp;void&nbsp;setTemplate(java.lang.String&nbsp;template)</pre>
-<div class="block"><p>Sets the template.</p></div>
+<div class="block">Sets the template.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>template</code> - The template to set.</dd></dl>
 </li>
 </ul>
@@ -811,7 +819,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>removeTemplate</h4>
 <pre>public&nbsp;void&nbsp;removeTemplate()</pre>
-<div class="block"><p>Removes the template.</p></div>
+<div class="block">Removes the template.</div>
 </li>
 </ul>
 <a name="getLastAuthor()">
@@ -821,7 +829,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getLastAuthor</h4>
 <pre>public&nbsp;java.lang.String&nbsp;getLastAuthor()</pre>
-<div class="block"><p>Returns the last author (or <code>null</code>).</p></div>
+<div class="block">Returns the last author (or <code>null</code>).</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The last author or <code>null</code></dd></dl>
 </li>
 </ul>
@@ -832,7 +840,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>setLastAuthor</h4>
 <pre>public&nbsp;void&nbsp;setLastAuthor(java.lang.String&nbsp;lastAuthor)</pre>
-<div class="block"><p>Sets the last author.</p></div>
+<div class="block">Sets the last author.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>lastAuthor</code> - The last author to set.</dd></dl>
 </li>
 </ul>
@@ -843,7 +851,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>removeLastAuthor</h4>
 <pre>public&nbsp;void&nbsp;removeLastAuthor()</pre>
-<div class="block"><p>Removes the last author.</p></div>
+<div class="block">Removes the last author.</div>
 </li>
 </ul>
 <a name="getRevNumber()">
@@ -853,7 +861,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getRevNumber</h4>
 <pre>public&nbsp;java.lang.String&nbsp;getRevNumber()</pre>
-<div class="block"><p>Returns the revision number (or <code>null</code>). </p></div>
+<div class="block">Returns the revision number (or <code>null</code>).</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The revision number or <code>null</code></dd></dl>
 </li>
 </ul>
@@ -864,7 +872,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>setRevNumber</h4>
 <pre>public&nbsp;void&nbsp;setRevNumber(java.lang.String&nbsp;revNumber)</pre>
-<div class="block"><p>Sets the revision number.</p></div>
+<div class="block">Sets the revision number.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>revNumber</code> - The revision number to set.</dd></dl>
 </li>
 </ul>
@@ -875,7 +883,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>removeRevNumber</h4>
 <pre>public&nbsp;void&nbsp;removeRevNumber()</pre>
-<div class="block"><p>Removes the revision number.</p></div>
+<div class="block">Removes the revision number.</div>
 </li>
 </ul>
 <a name="getEditTime()">
@@ -885,8 +893,8 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getEditTime</h4>
 <pre>public&nbsp;long&nbsp;getEditTime()</pre>
-<div class="block"><p>Returns the total time spent in editing the document (or
- <code>0</code>).</p></div>
+<div class="block">Returns the total time spent in editing the document (or
+ <code>0</code>).</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The total time spent in editing the document or 0 if the <a href="../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf"><code>SummaryInformation</code></a> does not contain this information.</dd></dl>
 </li>
 </ul>
@@ -897,7 +905,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>setEditTime</h4>
 <pre>public&nbsp;void&nbsp;setEditTime(long&nbsp;time)</pre>
-<div class="block"><p>Sets the total time spent in editing the document.</p></div>
+<div class="block">Sets the total time spent in editing the document.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>time</code> - The time to set.</dd></dl>
 </li>
 </ul>
@@ -908,7 +916,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>removeEditTime</h4>
 <pre>public&nbsp;void&nbsp;removeEditTime()</pre>
-<div class="block"><p>Remove the total time spent in editing the document.</p></div>
+<div class="block">Remove the total time spent in editing the document.</div>
 </li>
 </ul>
 <a name="getLastPrinted()">
@@ -918,7 +926,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getLastPrinted</h4>
 <pre>public&nbsp;java.util.Date&nbsp;getLastPrinted()</pre>
-<div class="block"><p>Returns the last printed time (or <code>null</code>).</p></div>
+<div class="block">Returns the last printed time (or <code>null</code>).</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The last printed time or <code>null</code></dd></dl>
 </li>
 </ul>
@@ -929,7 +937,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>setLastPrinted</h4>
 <pre>public&nbsp;void&nbsp;setLastPrinted(java.util.Date&nbsp;lastPrinted)</pre>
-<div class="block"><p>Sets the lastPrinted.</p></div>
+<div class="block">Sets the lastPrinted.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>lastPrinted</code> - The lastPrinted to set.</dd></dl>
 </li>
 </ul>
@@ -940,7 +948,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>removeLastPrinted</h4>
 <pre>public&nbsp;void&nbsp;removeLastPrinted()</pre>
-<div class="block"><p>Removes the lastPrinted.</p></div>
+<div class="block">Removes the lastPrinted.</div>
 </li>
 </ul>
 <a name="getCreateDateTime()">
@@ -950,7 +958,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getCreateDateTime</h4>
 <pre>public&nbsp;java.util.Date&nbsp;getCreateDateTime()</pre>
-<div class="block"><p>Returns the creation time (or <code>null</code>).</p></div>
+<div class="block">Returns the creation time (or <code>null</code>).</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The creation time or <code>null</code></dd></dl>
 </li>
 </ul>
@@ -961,7 +969,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>setCreateDateTime</h4>
 <pre>public&nbsp;void&nbsp;setCreateDateTime(java.util.Date&nbsp;createDateTime)</pre>
-<div class="block"><p>Sets the creation time.</p></div>
+<div class="block">Sets the creation time.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>createDateTime</code> - The creation time to set.</dd></dl>
 </li>
 </ul>
@@ -972,7 +980,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>removeCreateDateTime</h4>
 <pre>public&nbsp;void&nbsp;removeCreateDateTime()</pre>
-<div class="block"><p>Removes the creation time.</p></div>
+<div class="block">Removes the creation time.</div>
 </li>
 </ul>
 <a name="getLastSaveDateTime()">
@@ -982,7 +990,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getLastSaveDateTime</h4>
 <pre>public&nbsp;java.util.Date&nbsp;getLastSaveDateTime()</pre>
-<div class="block"><p>Returns the last save time (or <code>null</code>).</p></div>
+<div class="block">Returns the last save time (or <code>null</code>).</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The last save time or <code>null</code></dd></dl>
 </li>
 </ul>
@@ -993,7 +1001,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>setLastSaveDateTime</h4>
 <pre>public&nbsp;void&nbsp;setLastSaveDateTime(java.util.Date&nbsp;time)</pre>
-<div class="block"><p>Sets the total time spent in editing the document.</p></div>
+<div class="block">Sets the total time spent in editing the document.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>time</code> - The time to set.</dd></dl>
 </li>
 </ul>
@@ -1004,7 +1012,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>removeLastSaveDateTime</h4>
 <pre>public&nbsp;void&nbsp;removeLastSaveDateTime()</pre>
-<div class="block"><p>Remove the total time spent in editing the document.</p></div>
+<div class="block">Remove the total time spent in editing the document.</div>
 </li>
 </ul>
 <a name="getPageCount()">
@@ -1014,8 +1022,8 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getPageCount</h4>
 <pre>public&nbsp;int&nbsp;getPageCount()</pre>
-<div class="block"><p>Returns the page count or 0 if the <a href="../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf"><code>SummaryInformation</code></a> does
- not contain a page count.</p></div>
+<div class="block">Returns the page count or 0 if the <a href="../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf"><code>SummaryInformation</code></a> does
+ not contain a page count.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The page count or 0 if the <a href="../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf"><code>SummaryInformation</code></a> does not
          contain a page count.</dd></dl>
 </li>
@@ -1027,7 +1035,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>setPageCount</h4>
 <pre>public&nbsp;void&nbsp;setPageCount(int&nbsp;pageCount)</pre>
-<div class="block"><p>Sets the page count.</p></div>
+<div class="block">Sets the page count.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>pageCount</code> - The page count to set.</dd></dl>
 </li>
 </ul>
@@ -1038,7 +1046,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>removePageCount</h4>
 <pre>public&nbsp;void&nbsp;removePageCount()</pre>
-<div class="block"><p>Removes the page count.</p></div>
+<div class="block">Removes the page count.</div>
 </li>
 </ul>
 <a name="getWordCount()">
@@ -1048,8 +1056,8 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getWordCount</h4>
 <pre>public&nbsp;int&nbsp;getWordCount()</pre>
-<div class="block"><p>Returns the word count or 0 if the <a href="../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf"><code>SummaryInformation</code></a> does
- not contain a word count.</p></div>
+<div class="block">Returns the word count or 0 if the <a href="../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf"><code>SummaryInformation</code></a> does
+ not contain a word count.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The word count or <code>null</code></dd></dl>
 </li>
 </ul>
@@ -1060,7 +1068,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>setWordCount</h4>
 <pre>public&nbsp;void&nbsp;setWordCount(int&nbsp;wordCount)</pre>
-<div class="block"><p>Sets the word count.</p></div>
+<div class="block">Sets the word count.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>wordCount</code> - The word count to set.</dd></dl>
 </li>
 </ul>
@@ -1071,7 +1079,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>removeWordCount</h4>
 <pre>public&nbsp;void&nbsp;removeWordCount()</pre>
-<div class="block"><p>Removes the word count.</p></div>
+<div class="block">Removes the word count.</div>
 </li>
 </ul>
 <a name="getCharCount()">
@@ -1081,8 +1089,8 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getCharCount</h4>
 <pre>public&nbsp;int&nbsp;getCharCount()</pre>
-<div class="block"><p>Returns the character count or 0 if the <a href="../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf"><code>SummaryInformation</code></a>
- does not contain a char count.</p></div>
+<div class="block">Returns the character count or 0 if the <a href="../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf"><code>SummaryInformation</code></a>
+ does not contain a char count.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The character count or <code>null</code></dd></dl>
 </li>
 </ul>
@@ -1093,7 +1101,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>setCharCount</h4>
 <pre>public&nbsp;void&nbsp;setCharCount(int&nbsp;charCount)</pre>
-<div class="block"><p>Sets the character count.</p></div>
+<div class="block">Sets the character count.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>charCount</code> - The character count to set.</dd></dl>
 </li>
 </ul>
@@ -1104,7 +1112,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>removeCharCount</h4>
 <pre>public&nbsp;void&nbsp;removeCharCount()</pre>
-<div class="block"><p>Removes the character count.</p></div>
+<div class="block">Removes the character count.</div>
 </li>
 </ul>
 <a name="getThumbnail()">
@@ -1114,13 +1122,13 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getThumbnail</h4>
 <pre>public&nbsp;byte[]&nbsp;getThumbnail()</pre>
-<div class="block"><p>Returns the thumbnail (or <code>null</code>) <strong>when this
+<div class="block">Returns the thumbnail (or <code>null</code>) <strong>when this
  method is implemented. Please note that the return type is likely to
- change!</strong></p>
+ change!</strong><p>
 
- <p>To process this data, you may wish to make use of the
+ To process this data, you may wish to make use of the
   <a href="../../../../org/apache/poi/hpsf/Thumbnail.html" title="class in org.apache.poi.hpsf"><code>Thumbnail</code></a> class. The raw data is generally 
-  an image in WMF or Clipboard (BMP?) format</p></div>
+  an image in WMF or Clipboard (BMP?) format</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The thumbnail or <code>null</code></dd></dl>
 </li>
 </ul>
@@ -1131,9 +1139,9 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getThumbnailThumbnail</h4>
 <pre>public&nbsp;<a href="../../../../org/apache/poi/hpsf/Thumbnail.html" title="class in org.apache.poi.hpsf">Thumbnail</a>&nbsp;getThumbnailThumbnail()</pre>
-<div class="block"><p>Returns the thumbnail (or <code>null</code>), processed
+<div class="block">Returns the thumbnail (or <code>null</code>), processed
   as an object which is (largely) able to unpack the thumbnail
-  image data.</p></div>
+  image data.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The thumbnail or <code>null</code></dd></dl>
 </li>
 </ul>
@@ -1144,7 +1152,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>setThumbnail</h4>
 <pre>public&nbsp;void&nbsp;setThumbnail(byte[]&nbsp;thumbnail)</pre>
-<div class="block"><p>Sets the thumbnail.</p></div>
+<div class="block">Sets the thumbnail.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>thumbnail</code> - The thumbnail to set.</dd></dl>
 </li>
 </ul>
@@ -1155,7 +1163,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>removeThumbnail</h4>
 <pre>public&nbsp;void&nbsp;removeThumbnail()</pre>
-<div class="block"><p>Removes the thumbnail.</p></div>
+<div class="block">Removes the thumbnail.</div>
 </li>
 </ul>
 <a name="getApplicationName()">
@@ -1165,7 +1173,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getApplicationName</h4>
 <pre>public&nbsp;java.lang.String&nbsp;getApplicationName()</pre>
-<div class="block"><p>Returns the application name (or <code>null</code>).</p></div>
+<div class="block">Returns the application name (or <code>null</code>).</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The application name or <code>null</code></dd></dl>
 </li>
 </ul>
@@ -1176,7 +1184,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>setApplicationName</h4>
 <pre>public&nbsp;void&nbsp;setApplicationName(java.lang.String&nbsp;applicationName)</pre>
-<div class="block"><p>Sets the application name.</p></div>
+<div class="block">Sets the application name.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>applicationName</code> - The application name to set.</dd></dl>
 </li>
 </ul>
@@ -1187,7 +1195,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>removeApplicationName</h4>
 <pre>public&nbsp;void&nbsp;removeApplicationName()</pre>
-<div class="block"><p>Removes the application name.</p></div>
+<div class="block">Removes the application name.</div>
 </li>
 </ul>
 <a name="getSecurity()">
@@ -1197,22 +1205,22 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>getSecurity</h4>
 <pre>public&nbsp;int&nbsp;getSecurity()</pre>
-<div class="block"><p>Returns a security code which is one of the following values:</p>
+<div class="block">Returns a security code which is one of the following values:
 
  <ul>
 
- <li><p>0 if the <a href="../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf"><code>SummaryInformation</code></a> does not contain a
+ <li>0 if the <a href="../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf"><code>SummaryInformation</code></a> does not contain a
  security field or if there is no security on the document. Use
  <a href="../../../../org/apache/poi/hpsf/PropertySet.html#wasNull()"><code>PropertySet.wasNull()</code></a> to distinguish between the two
- cases!</p></li>
+ cases!
 
- <li><p>1 if the document is password protected</p></li>
+ <li>1 if the document is password protected
 
- <li><p>2 if the document is read-only recommended</p></li>
+ <li>2 if the document is read-only recommended
 
- <li><p>4 if the document is read-only enforced</p></li>
+ <li>4 if the document is read-only enforced
 
- <li><p>8 if the document is locked for annotations</p></li>
+ <li>8 if the document is locked for annotations
 
  </ul></div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The security code or <code>null</code></dd></dl>
@@ -1225,7 +1233,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>setSecurity</h4>
 <pre>public&nbsp;void&nbsp;setSecurity(int&nbsp;security)</pre>
-<div class="block"><p>Sets the security code.</p></div>
+<div class="block">Sets the security code.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>security</code> - The security code to set.</dd></dl>
 </li>
 </ul>
@@ -1236,7 +1244,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>removeSecurity</h4>
 <pre>public&nbsp;void&nbsp;removeSecurity()</pre>
-<div class="block"><p>Removes the security code.</p></div>
+<div class="block">Removes the security code.</div>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/Util.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/Util.html?rev=1771763&r1=1771762&r2=1771763&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/Util.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/Util.html Mon Nov 28 15:43:45 2016
@@ -98,7 +98,8 @@
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <span class="strong">Util</span>
+<pre><a href="../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
+public class <span class="strong">Util</span>
 extends java.lang.Object</pre>
 <div class="block"><p>Provides various static utility methods.</p></div>
 </li>
@@ -160,94 +161,39 @@ extends java.lang.Object</pre>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static byte[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#cat(byte[][])">cat</a></strong>(byte[][]&nbsp;byteArrays)</code>
-<div class="block">Concatenates the contents of several byte arrays into a
- single one.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static byte[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#copy(byte[],%20int,%20int)">copy</a></strong>(byte[]&nbsp;src,
-    int&nbsp;offset,
-    int&nbsp;length)</code>
-<div class="block">Copies bytes from a source byte array into a new byte
- array.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#copy(byte[],%20int,%20int,%20byte[],%20int)">copy</a></strong>(byte[]&nbsp;src,
-    int&nbsp;srcOffset,
-    int&nbsp;length,
-    byte[]&nbsp;dst,
-    int&nbsp;dstOffset)</code>
-<div class="block">Copies a part of a byte array into another byte array.</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><code>static long</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#dateToFileTime(java.util.Date)">dateToFileTime</a></strong>(java.util.Date&nbsp;date)</code>
 <div class="block">Converts a <code>Date</code> into a filetime.</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code>static boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#equal(byte[],%20byte[])">equal</a></strong>(byte[]&nbsp;a,
-     byte[]&nbsp;b)</code>
-<div class="block">Checks whether two byte arrays <var>a</var> and <var>b</var>
- are equal.</div>
-</td>
-</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#equals(java.util.Collection,%20java.util.Collection)">equals</a></strong>(java.util.Collection&lt;?&gt;&nbsp;c1,
-      java.util.Collection&lt;?&gt;&nbsp;c2)</code>
-<div class="block">Checks whether two collections are equal.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#equals(java.lang.Object[],%20java.lang.Object[])">equals</a></strong>(java.lang.Object[]&nbsp;c1,
       java.lang.Object[]&nbsp;c2)</code>
 <div class="block">Compares to object arrays with regarding the objects' order.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static java.util.Date</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#filetimeToDate(int,%20int)">filetimeToDate</a></strong>(int&nbsp;high,
               int&nbsp;low)</code>
 <div class="block">Converts a Windows FILETIME into a <code>Date</code>.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static java.util.Date</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#filetimeToDate(long)">filetimeToDate</a></strong>(long&nbsp;filetime)</code>
 <div class="block">Converts a Windows FILETIME into a <code>Date</code>.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static byte[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#pad4(byte[])">pad4</a></strong>(byte[]&nbsp;ba)</code>
 <div class="block">Pads a byte array with 0x00 bytes so that its length is a multiple of
  4.</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code>static char[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#pad4(char[])">pad4</a></strong>(char[]&nbsp;ca)</code>
-<div class="block">Pads a character array with 0x0000 characters so that its length is a
- multiple of 4.</div>
-</td>
-</tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static char[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#pad4(java.lang.String)">pad4</a></strong>(java.lang.String&nbsp;s)</code>
-<div class="block">Pads a string with 0x0000 characters so that its length is a
- multiple of 4.</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#toString(java.lang.Throwable)">toString</a></strong>(java.lang.Throwable&nbsp;t)</code>
 <div class="block">Returns a textual representation of a <code>Throwable</code>, including a
@@ -317,76 +263,6 @@ extends java.lang.Object</pre>
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="equal(byte[], byte[])">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>equal</h4>
-<pre>public static&nbsp;boolean&nbsp;equal(byte[]&nbsp;a,
-            byte[]&nbsp;b)</pre>
-<div class="block"><p>Checks whether two byte arrays <var>a</var> and <var>b</var>
- are equal. They are equal</p>
-
- <ul>
-
-  <li><p>if they have the same length and</p></li>
-
-  <li><p>if for each <var>i</var> with
-  <var>i</var>&nbsp;&gt;=&nbsp;0 and
-  <var>i</var>&nbsp;&lt;&nbsp;<var>a.length</var> holds
-  <var>a</var>[<var>i</var>]&nbsp;== <var>b</var>[<var>i</var>].</p></li>
-
- </ul></div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>a</code> - The first byte array</dd><dd><code>b</code> - The first byte array</dd>
-<dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the byte arrays are equal, else
- <code>false</code></dd></dl>
-</li>
-</ul>
-<a name="copy(byte[], int, int, byte[], int)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>copy</h4>
-<pre>public static&nbsp;void&nbsp;copy(byte[]&nbsp;src,
-        int&nbsp;srcOffset,
-        int&nbsp;length,
-        byte[]&nbsp;dst,
-        int&nbsp;dstOffset)</pre>
-<div class="block"><p>Copies a part of a byte array into another byte array.</p></div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>src</code> - The source byte array.</dd><dd><code>srcOffset</code> - Offset in the source byte array.</dd><dd><code>length</code> - The number of bytes to copy.</dd><dd><code>dst</code> - The destination byte array.</dd><dd><code>dstOffset</code> - Offset in the destination byte array.</dd></dl>
-</li>
-</ul>
-<a name="cat(byte[][])">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>cat</h4>
-<pre>public static&nbsp;byte[]&nbsp;cat(byte[][]&nbsp;byteArrays)</pre>
-<div class="block"><p>Concatenates the contents of several byte arrays into a
- single one.</p></div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>byteArrays</code> - The byte arrays to be concatened.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>A new byte array containing the concatenated byte
- arrays.</dd></dl>
-</li>
-</ul>
-<a name="copy(byte[], int, int)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>copy</h4>
-<pre>public static&nbsp;byte[]&nbsp;copy(byte[]&nbsp;src,
-          int&nbsp;offset,
-          int&nbsp;length)</pre>
-<div class="block"><p>Copies bytes from a source byte array into a new byte
- array.</p></div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>src</code> - Copy from this byte array.</dd><dd><code>offset</code> - Start copying here.</dd><dd><code>length</code> - Copy this many bytes.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>The new byte array. Its length is number of copied bytes.</dd></dl>
-</li>
-</ul>
 <a name="filetimeToDate(int, int)">
 <!--   -->
 </a>
@@ -434,34 +310,6 @@ extends java.lang.Object</pre>
 <a href="../../../../org/apache/poi/hpsf/Util.html#filetimeToDate(int,%20int)"><code>filetimeToDate(int, int)</code></a></dd></dl>
 </li>
 </ul>
-<a name="equals(java.util.Collection, java.util.Collection)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>equals</h4>
-<pre>public static&nbsp;boolean&nbsp;equals(java.util.Collection&lt;?&gt;&nbsp;c1,
-             java.util.Collection&lt;?&gt;&nbsp;c2)</pre>
-<div class="block"><p>Checks whether two collections are equal. Two collections
- C<sub>1</sub> and C<sub>2</sub> are equal, if the following conditions
- are true:</p>
-
- <ul>
-
- <li><p>For each c<sub>1<em>i</em></sub> (element of C<sub>1</sub>) there
- is a c<sub>2<em>j</em></sub> (element of C<sub>2</sub>), and
- c<sub>1<em>i</em></sub> equals c<sub>2<em>j</em></sub>.</p></li>
-
- <li><p>For each c<sub>2<em>i</em></sub> (element of C<sub>2</sub>) there
- is a c<sub>1<em>j</em></sub> (element of C<sub>1</sub>) and
- c<sub>2<em>i</em></sub> equals c<sub>1<em>j</em></sub>.</p></li>
-
- </ul></div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>c1</code> - the first collection</dd><dd><code>c2</code> - the second collection</dd>
-<dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the collections are equal, else
- <code>false</code>.</dd></dl>
-</li>
-</ul>
 <a name="equals(java.lang.Object[], java.lang.Object[])">
 <!--   -->
 </a>
@@ -490,32 +338,6 @@ extends java.lang.Object</pre>
 <dt><span class="strong">Returns:</span></dt><dd>The padded byte array.</dd></dl>
 </li>
 </ul>
-<a name="pad4(char[])">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>pad4</h4>
-<pre>public static&nbsp;char[]&nbsp;pad4(char[]&nbsp;ca)</pre>
-<div class="block"><p>Pads a character array with 0x0000 characters so that its length is a
- multiple of 4.</p></div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ca</code> - The character array to pad.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>The padded character array.</dd></dl>
-</li>
-</ul>
-<a name="pad4(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>pad4</h4>
-<pre>public static&nbsp;char[]&nbsp;pad4(java.lang.String&nbsp;s)</pre>
-<div class="block"><p>Pads a string with 0x0000 characters so that its length is a
- multiple of 4.</p></div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>s</code> - The string to pad.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>The padded string as a character array.</dd></dl>
-</li>
-</ul>
 <a name="toString(java.lang.Throwable)">
 <!--   -->
 </a>

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=1771763&r1=1771762&r2=1771763&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/VariantSupport.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/VariantSupport.html Mon Nov 28 15:43:45 2016
@@ -105,18 +105,18 @@
 <br>
 <pre>public class <span class="strong">VariantSupport</span>
 extends <a href="../../../../org/apache/poi/hpsf/Variant.html" title="class in org.apache.poi.hpsf">Variant</a></pre>
-<div class="block"><p>Supports reading and writing of variant data.</p>
+<div class="block">Supports reading and writing of variant data.<p>
 
- <p><strong>FIXME (3):</strong> Reading and writing should be made more
- uniform than it is now. The following items should be resolved:
+ <strong>FIXME (3):</strong> Reading and writing should be made more
+ uniform than it is now. The following items should be resolved:<p>
 
  <ul>
 
- <li><p>Reading requires a length parameter that is 4 byte greater than the
- actual data, because the variant type field is included. </p></li>
+ <li>Reading requires a length parameter that is 4 byte greater than the
+ actual data, because the variant type field is included.
 
- <li><p>Reading reads from a byte array while writing writes to an byte array
- output stream.</p></li>
+ <li>Reading reads from a byte array while writing writes to an byte array
+ output stream.
 
  </ul></div>
 </li>
@@ -192,8 +192,9 @@ extends <a href="../../../../org/apache/
 <tr class="altColor">
 <td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/VariantSupport.html#codepageToEncoding(int)">codepageToEncoding</a></strong>(int&nbsp;codepage)</code>
-<div class="block">Turns a codepage number into the equivalent character encoding's
- name.</div>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.16 - use <a href="../../../../org/apache/poi/util/CodePageUtil.html#codepageToEncoding(int)"><code>CodePageUtil.codepageToEncoding(int)</code></a></i></div>
+</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -271,25 +272,25 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a>
 <h3>Field Detail</h3>
-<a name="unsupportedMessage">
+<a name="SUPPORTED_TYPES">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>unsupportedMessage</h4>
-<pre>protected static&nbsp;java.util.List&lt;java.lang.Long&gt; unsupportedMessage</pre>
-<div class="block"><p>Keeps a list of the variant types an "unsupported" message has already
- been issued for.</p></div>
+<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="SUPPORTED_TYPES">
+<a name="unsupportedMessage">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>SUPPORTED_TYPES</h4>
-<pre>public static final&nbsp;int[] SUPPORTED_TYPES</pre>
-<div class="block"><p>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.</p></div>
+<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>
@@ -324,8 +325,8 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>setLogUnsupportedTypes</h4>
 <pre>public static&nbsp;void&nbsp;setLogUnsupportedTypes(boolean&nbsp;logUnsupportedTypes)</pre>
-<div class="block"><p>Specifies whether warnings about unsupported variant types are to be
- written to <code>System.err</code> or not.</p></div>
+<div class="block">Specifies whether warnings about unsupported variant types are to be
+ written to <code>System.err</code> or not.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>logUnsupportedTypes</code> - If <code>true</code> warnings will be written,
  if <code>false</code> they won't.</dd></dl>
 </li>
@@ -337,8 +338,8 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>isLogUnsupportedTypes</h4>
 <pre>public static&nbsp;boolean&nbsp;isLogUnsupportedTypes()</pre>
-<div class="block"><p>Checks whether logging of unsupported variant types warning is turned
- on or off.</p></div>
+<div class="block">Checks whether logging of unsupported variant types warning is turned
+ on or off.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if logging is turned on, else
  <code>false</code>.</dd></dl>
 </li>
@@ -350,9 +351,9 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>writeUnsupportedTypeMessage</h4>
 <pre>protected static&nbsp;void&nbsp;writeUnsupportedTypeMessage(<a href="../../../../org/apache/poi/hpsf/UnsupportedVariantTypeException.html" title="class in org.apache.poi.hpsf">UnsupportedVariantTypeException</a>&nbsp;ex)</pre>
-<div class="block"><p>Writes a warning to <code>System.err</code> that a variant type is
+<div class="block">Writes a warning to <code>System.err</code> that a variant type is
  unsupported by HPSF. Such a warning is written only once for each variant
- type. Log messages can be turned on or off by </p></div>
+ type. Log messages can be turned on or off by</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>ex</code> - The exception to log</dd></dl>
 </li>
 </ul>
@@ -363,9 +364,9 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>isSupportedType</h4>
 <pre>public&nbsp;boolean&nbsp;isSupportedType(int&nbsp;variantType)</pre>
-<div class="block"><p>Checks whether HPSF supports the specified variant type. Unsupported
+<div class="block">Checks whether HPSF supports the specified variant type. Unsupported
  types should be implemented included in the <a href="../../../../org/apache/poi/hpsf/VariantSupport.html#SUPPORTED_TYPES"><code>SUPPORTED_TYPES</code></a>
- array.</p></div>
+ array.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>variantType</code> - the variant type to check</dd>
 <dt><span class="strong">Returns:</span></dt><dd><code>true</code> if HPFS supports this type, else
          <code>false</code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/poi/hpsf/Variant.html" title="class in org.apache.poi.hpsf"><code>Variant</code></a></dd></dl>
@@ -384,7 +385,7 @@ extends <a href="../../../../org/apache/
                     int&nbsp;codepage)
                              throws <a href="../../../../org/apache/poi/hpsf/ReadingNotSupportedException.html" title="class in org.apache.poi.hpsf">ReadingNotSupportedException</a>,
                                     java.io.UnsupportedEncodingException</pre>
-<div class="block"><p>Reads a variant type from a byte array.</p></div>
+<div class="block">Reads a variant type from a byte array.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>src</code> - The byte array</dd><dd><code>offset</code> - The offset in the byte array where the variant starts</dd><dd><code>length</code> - The length of the variant including the variant type field</dd><dd><code>type</code> - The variant type to read</dd><dd><code>codepage</code> - The codepage to use for non-wide strings</dd>
 <dt><span class="strong">Returns:</span></dt><dd>A Java object that corresponds best to the variant field. For
          example, a VT_I4 is returned as a <code>Long</code>, a VT_LPSTR as a
@@ -402,10 +403,12 @@ extends <a href="../../../../org/apache/
 <ul class="blockList">
 <li class="blockList">
 <h4>codepageToEncoding</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;codepageToEncoding(int&nbsp;codepage)
+<pre><a href="../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">@Removal</a>(<a href="../../../../org/apache/poi/util/Removal.html#version()">version</a>="3.18")
+public static&nbsp;java.lang.String&nbsp;codepageToEncoding(int&nbsp;codepage)
                                            throws java.io.UnsupportedEncodingException</pre>
-<div class="block"><p>Turns a codepage number into the equivalent character encoding's
- name.</p></div>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.16 - use <a href="../../../../org/apache/poi/util/CodePageUtil.html#codepageToEncoding(int)"><code>CodePageUtil.codepageToEncoding(int)</code></a></i></div>
+<div class="block">Turns a codepage number into the equivalent character encoding's
+ name.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>codepage</code> - The codepage number</dd>
 <dt><span class="strong">Returns:</span></dt><dd>The character encoding's name. If the codepage number is 65001,
  the encoding name is "UTF-8". All other positive numbers are mapped to
@@ -428,13 +431,13 @@ extends <a href="../../../../org/apache/
         int&nbsp;codepage)
                  throws java.io.IOException,
                         <a href="../../../../org/apache/poi/hpsf/WritingNotSupportedException.html" title="class in org.apache.poi.hpsf">WritingNotSupportedException</a></pre>
-<div class="block"><p>Writes a variant value to an output stream. This method ensures that
- always a multiple of 4 bytes is written.</p>
+<div class="block">Writes a variant value to an output stream. This method ensures that
+ always a multiple of 4 bytes is written.<p>
 
- <p>If the codepage is UTF-16, which is encouraged, strings
+ If the codepage is UTF-16, which is encouraged, strings
  <strong>must</strong> always be written as <a href="../../../../org/apache/poi/hpsf/Variant.html#VT_LPWSTR"><code>Variant.VT_LPWSTR</code></a>
  strings, not as <a href="../../../../org/apache/poi/hpsf/Variant.html#VT_LPSTR"><code>Variant.VT_LPSTR</code></a> strings. This method ensure this
- by converting strings appropriately, if needed.</p></div>
+ by converting strings appropriately, if needed.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>out</code> - The stream to write the value to.</dd><dd><code>type</code> - The variant's type.</dd><dd><code>value</code> - The variant's value.</dd><dd><code>codepage</code> - The codepage to use to write non-wide strings</dd>
 <dt><span class="strong">Returns:</span></dt><dd>The number of entities that have been written. In many cases an
  "entity" is a byte but this is not always the case.</dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/ClassID.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/ClassID.html?rev=1771763&r1=1771762&r2=1771763&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/ClassID.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/ClassID.html Mon Nov 28 15:43:45 2016
@@ -122,29 +122,17 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a></code></td>
-<td class="colLast"><span class="strong">PropertySet.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/PropertySet.html#classID">classID</a></strong></code>
-<div class="block">Specifies this <a href="../../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a>'s "classID" field.</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a></code></td>
 <td class="colLast"><span class="strong">ClassID.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/ClassID.html#EQUATION30">EQUATION30</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a></code></td>
 <td class="colLast"><span class="strong">ClassID.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/ClassID.html#EXCEL95">EXCEL95</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a></code></td>
 <td class="colLast"><span class="strong">ClassID.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/ClassID.html#EXCEL97">EXCEL97</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected <a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a></code></td>
-<td class="colLast"><span class="strong">Section.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/Section.html#formatID">formatID</a></strong></code>
-<div class="block">The section's format ID, <a href="../../../../../org/apache/poi/hpsf/Section.html#getFormatID()"><code>Section.getFormatID()</code></a>.</div>
-</td>
-</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a></code></td>
 <td class="colLast"><span class="strong">ClassID.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/ClassID.html#OLE10_PACKAGE">OLE10_PACKAGE</a></strong></code>&nbsp;</td>
@@ -188,17 +176,10 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a></code></td>
-<td class="colLast"><span class="strong">SpecialPropertySet.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getClassID()">getClassID</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">PropertySet.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/PropertySet.html#getClassID()">getClassID</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a></code></td>
-<td class="colLast"><span class="strong">PropertySet.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/PropertySet.html#getClassID()">getClassID</a></strong>()</code>
-<div class="block">Returns the property set stream's low-level "class ID"
- field.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a></code></td>
 <td class="colLast"><span class="strong">Section.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/Section.html#getFormatID()">getFormatID</a></strong>()</code>
 <div class="block">Returns the format ID.</div>
 </td>
@@ -214,22 +195,17 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SpecialPropertySet.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/SpecialPropertySet.html#setClassID(org.apache.poi.hpsf.ClassID)">setClassID</a></strong>(<a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a>&nbsp;classID)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">MutablePropertySet.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/MutablePropertySet.html#setClassID(org.apache.poi.hpsf.ClassID)">setClassID</a></strong>(<a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a>&nbsp;classID)</code>
-<div class="block">Sets the property set stream's low-level "class ID"
- field.</div>
+<td class="colLast"><span class="strong">PropertySet.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/PropertySet.html#setClassID(org.apache.poi.hpsf.ClassID)">setClassID</a></strong>(<a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a>&nbsp;classID)</code>
+<div class="block">Sets the property set stream's low-level "class ID" field.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">MutableSection.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/MutableSection.html#setFormatID(org.apache.poi.hpsf.ClassID)">setFormatID</a></strong>(<a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a>&nbsp;formatID)</code>
+<td class="colLast"><span class="strong">Section.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/Section.html#setFormatID(org.apache.poi.hpsf.ClassID)">setFormatID</a></strong>(<a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a>&nbsp;formatID)</code>
 <div class="block">Sets the section's format ID.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static int</code></td>
 <td class="colLast"><span class="strong">TypeWriter.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/TypeWriter.html#writeToStream(java.io.OutputStream,%20org.apache.poi.hpsf.ClassID)">writeToStream</a></strong>(java.io.OutputStream&nbsp;out,
              <a href="../../../../../org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf">ClassID</a>&nbsp;n)</code>

Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/HPSFRuntimeException.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/HPSFRuntimeException.html?rev=1771763&r1=1771762&r2=1771763&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/HPSFRuntimeException.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/HPSFRuntimeException.html Mon Nov 28 15:43:45 2016
@@ -116,9 +116,9 @@
 <tr class="altColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hpsf/NoFormatIDException.html" title="class in org.apache.poi.hpsf">NoFormatIDException</a></strong></code>
-<div class="block">This exception is thrown if a <a href="../../../../../org/apache/poi/hpsf/MutablePropertySet.html" title="class in org.apache.poi.hpsf"><code>MutablePropertySet</code></a> is to be written
- but does not have a formatID set (see <a href="../../../../../org/apache/poi/hpsf/MutableSection.html#setFormatID(org.apache.poi.hpsf.ClassID)"><code>MutableSection.setFormatID(ClassID)</code></a> or
- <a href="../../../../../org/apache/poi/hpsf/MutableSection.html#setFormatID(byte[])"><code>MutableSection.setFormatID(byte[])</code></a>.</div>
+<div class="block">This exception is thrown if a <a href="../../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> is to be written
+ but does not have a formatID set (see <a href="../../../../../org/apache/poi/hpsf/Section.html#setFormatID(org.apache.poi.hpsf.ClassID)"><code>Section.setFormatID(ClassID)</code></a> or
+ <a href="../../../../../org/apache/poi/hpsf/Section.html#setFormatID(byte[])"><code>Section.setFormatID(byte[])</code></a>.</div>
 </td>
 </tr>
 <tr class="rowColor">

Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/IllegalPropertySetDataException.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/IllegalPropertySetDataException.html?rev=1771763&r1=1771762&r2=1771763&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/IllegalPropertySetDataException.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/IllegalPropertySetDataException.html Mon Nov 28 15:43:45 2016
@@ -101,7 +101,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">MutableSection.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/MutableSection.html#setDictionary(java.util.Map)">setDictionary</a></strong>(java.util.Map&lt;java.lang.Long,java.lang.String&gt;&nbsp;dictionary)</code>
+<td class="colLast"><span class="strong">Section.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/Section.html#setDictionary(java.util.Map)">setDictionary</a></strong>(java.util.Map&lt;java.lang.Long,java.lang.String&gt;&nbsp;dictionary)</code>
 <div class="block">Sets the section's dictionary.</div>
 </td>
 </tr>

Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/MutablePropertySet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/MutablePropertySet.html?rev=1771763&r1=1771762&r2=1771763&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/MutablePropertySet.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/MutablePropertySet.html Mon Nov 28 15:43:45 2016
@@ -109,7 +109,9 @@
 <tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hpsf/SpecialPropertySet.html" title="class in org.apache.poi.hpsf">SpecialPropertySet</a></strong></code>
-<div class="block">Abstract superclass for the convenience classes <a href="../../../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf"><code>SummaryInformation</code></a> and <a href="../../../../../org/apache/poi/hpsf/DocumentSummaryInformation.html" title="class in org.apache.poi.hpsf"><code>DocumentSummaryInformation</code></a>.</div>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.16 - use PropertySet as base class instead</i></div>
+</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -120,19 +122,6 @@
 </td>
 </tr>
 </tbody>
-</table>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
-<caption><span>Constructors in <a href="../../../../../org/apache/poi/hpsf/package-summary.html">org.apache.poi.hpsf</a> with parameters of type <a href="../../../../../org/apache/poi/hpsf/MutablePropertySet.html" title="class in org.apache.poi.hpsf">MutablePropertySet</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hpsf/SpecialPropertySet.html#SpecialPropertySet(org.apache.poi.hpsf.MutablePropertySet)">SpecialPropertySet</a></strong>(<a href="../../../../../org/apache/poi/hpsf/MutablePropertySet.html" title="class in org.apache.poi.hpsf">MutablePropertySet</a>&nbsp;ps)</code>
-<div class="block">Creates a <code>SpecialPropertySet</code>.</div>
-</td>
-</tr>
-</tbody>
 </table>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/NoPropertySetStreamException.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/NoPropertySetStreamException.html?rev=1771763&r1=1771762&r2=1771763&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/NoPropertySetStreamException.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/NoPropertySetStreamException.html Mon Nov 28 15:43:45 2016
@@ -124,17 +124,15 @@
 <tr class="altColor">
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hpsf/PropertySet.html#PropertySet(byte[])">PropertySet</a></strong>(byte[]&nbsp;stream)</code>
 <div class="block">Creates a <a href="../../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> instance from a byte array
- that represents a stream in the Horrible Property Set
- Format.</div>
+ that represents a stream in the Horrible Property Set Format.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hpsf/PropertySet.html#PropertySet(byte[],%20int,%20int)">PropertySet</a></strong>(byte[]&nbsp;stream,
            int&nbsp;offset,
            int&nbsp;length)</code>
-<div class="block">Creates a <a href="../../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> instance from a byte array
- that represents a stream in the Horrible Property Set
- Format.</div>
+<div class="block">Creates a <a href="../../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf"><code>PropertySet</code></a> instance from a byte array that
+ represents a stream in the Horrible Property Set Format.</div>
 </td>
 </tr>
 <tr class="altColor">

Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/NoSingleSectionException.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/NoSingleSectionException.html?rev=1771763&r1=1771762&r2=1771763&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/NoSingleSectionException.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/NoSingleSectionException.html Mon Nov 28 15:43:45 2016
@@ -101,41 +101,24 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hpsf/Property.html" title="class in org.apache.poi.hpsf">Property</a>[]</code></td>
-<td class="colLast"><span class="strong">SpecialPropertySet.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getProperties()">getProperties</a></strong>()</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/poi/hpsf/Property.html" title="class in org.apache.poi.hpsf">Property</a>[]</code></td>
 <td class="colLast"><span class="strong">PropertySet.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/PropertySet.html#getProperties()">getProperties</a></strong>()</code>
-<div class="block">Convenience method returning the <a href="../../../../../org/apache/poi/hpsf/Property.html" title="class in org.apache.poi.hpsf"><code>Property</code></a> array
- contained in this property set.</div>
+<div class="block">Convenience method returning the <a href="../../../../../org/apache/poi/hpsf/Property.html" title="class in org.apache.poi.hpsf"><code>Property</code></a> array contained in this
+ property set.</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected java.lang.Object</code></td>
-<td class="colLast"><span class="strong">SpecialPropertySet.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getProperty(int)">getProperty</a></strong>(int&nbsp;id)</code>&nbsp;</td>
-</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected java.lang.Object</code></td>
 <td class="colLast"><span class="strong">PropertySet.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/PropertySet.html#getProperty(int)">getProperty</a></strong>(int&nbsp;id)</code>
-<div class="block">Convenience method returning the value of the property with
- the specified ID.</div>
+<div class="block">Convenience method returning the value of the property with the specified ID.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected boolean</code></td>
-<td class="colLast"><span class="strong">SpecialPropertySet.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getPropertyBooleanValue(int)">getPropertyBooleanValue</a></strong>(int&nbsp;id)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected boolean</code></td>
 <td class="colLast"><span class="strong">PropertySet.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/PropertySet.html#getPropertyBooleanValue(int)">getPropertyBooleanValue</a></strong>(int&nbsp;id)</code>
-<div class="block">Convenience method returning the value of a boolean property
- with the specified ID.</div>
+<div class="block">Convenience method returning the value of a boolean property with the
+ specified ID.</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected int</code></td>
-<td class="colLast"><span class="strong">SpecialPropertySet.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/SpecialPropertySet.html#getPropertyIntValue(int)">getPropertyIntValue</a></strong>(int&nbsp;id)</code>&nbsp;</td>
-</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected int</code></td>
 <td class="colLast"><span class="strong">PropertySet.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/PropertySet.html#getPropertyIntValue(int)">getPropertyIntValue</a></strong>(int&nbsp;id)</code>
@@ -145,10 +128,6 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="strong">SpecialPropertySet.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/SpecialPropertySet.html#wasNull()">wasNull</a></strong>()</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><span class="strong">PropertySet.</span><code><strong><a href="../../../../../org/apache/poi/hpsf/PropertySet.html#wasNull()">wasNull</a></strong>()</code>
 <div class="block">Checks whether the property which the last call to <a href="../../../../../org/apache/poi/hpsf/PropertySet.html#getPropertyIntValue(int)"><code>PropertySet.getPropertyIntValue(int)</code></a> or <a href="../../../../../org/apache/poi/hpsf/PropertySet.html#getProperty(int)"><code>PropertySet.getProperty(int)</code></a> tried to access
  was available or not.</div>



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