You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2015/12/21 17:36:08 UTC

svn commit: r1721208 [3/30] - in /poi/site/publish/apidocs: ./ org/apache/poi/ org/apache/poi/class-use/ org/apache/poi/extractor/ org/apache/poi/hdgf/extractor/ org/apache/poi/hpbf/extractor/ org/apache/poi/hpsf/extractor/ org/apache/poi/hslf/extracto...

Modified: poi/site/publish/apidocs/org/apache/poi/POIOLE2TextExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/POIOLE2TextExtractor.html?rev=1721208&r1=1721207&r2=1721208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/POIOLE2TextExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/POIOLE2TextExtractor.html Mon Dec 21 16:36:04 2015
@@ -216,7 +216,7 @@ extends <a href="../../../org/apache/poi
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.<a href="../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a></h3>
-<code><a href="../../../org/apache/poi/POITextExtractor.html#close()">close</a>, <a href="../../../org/apache/poi/POITextExtractor.html#getText()">getText</a></code></li>
+<code><a href="../../../org/apache/poi/POITextExtractor.html#close()">close</a>, <a href="../../../org/apache/poi/POITextExtractor.html#getText()">getText</a>, <a href="../../../org/apache/poi/POITextExtractor.html#setFilesystem(java.io.Closeable)">setFilesystem</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/POITextExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/POITextExtractor.html?rev=1721208&r1=1721207&r2=1721208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/POITextExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/POITextExtractor.html Mon Dec 21 16:36:04 2015
@@ -170,6 +170,12 @@ implements java.io.Closeable</pre>
 <div class="block">Retrieves all the text from the document.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../org/apache/poi/POITextExtractor.html#setFilesystem(java.io.Closeable)">setFilesystem</a></strong>(java.io.Closeable&nbsp;fs)</code>
+<div class="block">Used to ensure file handle cleanup.</div>
+</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -235,6 +241,16 @@ implements java.io.Closeable</pre>
   metadata / properties, such as author and title.</div>
 </li>
 </ul>
+<a name="setFilesystem(java.io.Closeable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setFilesystem</h4>
+<pre>public&nbsp;void&nbsp;setFilesystem(java.io.Closeable&nbsp;fs)</pre>
+<div class="block">Used to ensure file handle cleanup.</div>
+</li>
+</ul>
 <a name="close()">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/POIXMLPropertiesTextExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/POIXMLPropertiesTextExtractor.html?rev=1721208&r1=1721207&r2=1721208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/POIXMLPropertiesTextExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/POIXMLPropertiesTextExtractor.html Mon Dec 21 16:36:04 2015
@@ -200,6 +200,13 @@ extends <a href="../../../org/apache/poi
 <code><a href="../../../org/apache/poi/POIXMLTextExtractor.html#checkMaxTextSize(java.lang.StringBuffer,%20java.lang.String)">checkMaxTextSize</a>, <a href="../../../org/apache/poi/POIXMLTextExtractor.html#close()">close</a>, <a href="../../../org/apache/poi/POIXMLTextExtractor.html#getCoreProperties()">getCoreProperties</a>, <a href="../../../org/apache/poi/POIXMLTextExtractor.html#getCustomProperties()">getCustomProperties</a>, <a href="../../../org/apache/poi/POIXMLTextExtractor.html#getDocument()">getDocument</a>, <a href="../../../org/apache/poi/POIXMLTextExtractor.html#getExtendedProperties()">getExtendedProperties</a>, <a href="../../../org/apache/poi/POIXMLTextExtractor.html#getPackage()">getPackage</a></code></li>
 </ul>
 <ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.POITextExtractor">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.poi.<a href="../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a></h3>
+<code><a href="../../../org/apache/poi/POITextExtractor.html#setFilesystem(java.io.Closeable)">setFilesystem</a></code></li>
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/POIXMLTextExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/POIXMLTextExtractor.html?rev=1721208&r1=1721207&r2=1721208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/POIXMLTextExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/POIXMLTextExtractor.html Mon Dec 21 16:36:04 2015
@@ -201,7 +201,7 @@ extends <a href="../../../org/apache/poi
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.<a href="../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a></h3>
-<code><a href="../../../org/apache/poi/POITextExtractor.html#getText()">getText</a></code></li>
+<code><a href="../../../org/apache/poi/POITextExtractor.html#getText()">getText</a>, <a href="../../../org/apache/poi/POITextExtractor.html#setFilesystem(java.io.Closeable)">setFilesystem</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/class-use/POIXMLTextExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/class-use/POIXMLTextExtractor.html?rev=1721208&r1=1721207&r2=1721208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/class-use/POIXMLTextExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/class-use/POIXMLTextExtractor.html Mon Dec 21 16:36:04 2015
@@ -152,7 +152,9 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../org/apache/poi/POIXMLTextExtractor.html" title="class in org.apache.poi">POIXMLTextExtractor</a></code></td>
-<td class="colLast"><span class="strong">ExtractorFactory.</span><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(org.apache.poi.openxml4j.opc.OPCPackage)">createExtractor</a></strong>(<a href="../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a>&nbsp;pkg)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ExtractorFactory.</span><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(org.apache.poi.openxml4j.opc.OPCPackage)">createExtractor</a></strong>(<a href="../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a>&nbsp;pkg)</code>
+<div class="block">Tries to determine the actual type of file and produces a matching text-extractor for it.</div>
+</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/extractor/ExtractorFactory.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/extractor/ExtractorFactory.html?rev=1721208&r1=1721207&r2=1721208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/extractor/ExtractorFactory.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/extractor/ExtractorFactory.html Mon Dec 21 16:36:04 2015
@@ -178,7 +178,9 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../org/apache/poi/POIXMLTextExtractor.html" title="class in org.apache.poi">POIXMLTextExtractor</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(org.apache.poi.openxml4j.opc.OPCPackage)">createExtractor</a></strong>(<a href="../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a>&nbsp;pkg)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(org.apache.poi.openxml4j.opc.OPCPackage)">createExtractor</a></strong>(<a href="../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a>&nbsp;pkg)</code>
+<div class="block">Tries to determine the actual type of file and produces a matching text-extractor for it.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../org/apache/poi/POIOLE2TextExtractor.html" title="class in org.apache.poi">POIOLE2TextExtractor</a></code></td>
@@ -419,10 +421,14 @@ extends java.lang.Object</pre>
                                            throws java.io.IOException,
                                                   <a href="../../../../org/apache/poi/openxml4j/exceptions/OpenXML4JException.html" title="class in org.apache.poi.openxml4j.exceptions">OpenXML4JException</a>,
                                                   org.apache.xmlbeans.XmlException</pre>
-<dl><dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code></dd>
-<dd><code><a href="../../../../org/apache/poi/openxml4j/exceptions/OpenXML4JException.html" title="class in org.apache.poi.openxml4j.exceptions">OpenXML4JException</a></code></dd>
-<dd><code>org.apache.xmlbeans.XmlException</code></dd></dl>
+<div class="block">Tries to determine the actual type of file and produces a matching text-extractor for it.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>pkg</code> - An <a href="../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc"><code>OPCPackage</code></a>.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>A <a href="../../../../org/apache/poi/POIXMLTextExtractor.html" title="class in org.apache.poi"><code>POIXMLTextExtractor</code></a> for the given file.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - If an error occurs while reading the file</dd>
+<dd><code><a href="../../../../org/apache/poi/openxml4j/exceptions/OpenXML4JException.html" title="class in org.apache.poi.openxml4j.exceptions">OpenXML4JException</a></code> - If an error parsing the OpenXML file format is found.</dd>
+<dd><code>org.apache.xmlbeans.XmlException</code> - If an XML parsing error occurs.</dd>
+<dd><code>java.lang.IllegalArgumentException</code> - If no matching file type could be found.</dd></dl>
 </li>
 </ul>
 <a name="createExtractor(org.apache.poi.poifs.filesystem.POIFSFileSystem)">

Modified: poi/site/publish/apidocs/org/apache/poi/hdgf/extractor/VisioTextExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hdgf/extractor/VisioTextExtractor.html?rev=1721208&r1=1721207&r2=1721208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hdgf/extractor/VisioTextExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hdgf/extractor/VisioTextExtractor.html Mon Dec 21 16:36:04 2015
@@ -213,7 +213,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.<a href="../../../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a></h3>
-<code><a href="../../../../../org/apache/poi/POITextExtractor.html#close()">close</a></code></li>
+<code><a href="../../../../../org/apache/poi/POITextExtractor.html#close()">close</a>, <a href="../../../../../org/apache/poi/POITextExtractor.html#setFilesystem(java.io.Closeable)">setFilesystem</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/hpbf/extractor/PublisherTextExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpbf/extractor/PublisherTextExtractor.html?rev=1721208&r1=1721207&r2=1721208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpbf/extractor/PublisherTextExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpbf/extractor/PublisherTextExtractor.html Mon Dec 21 16:36:04 2015
@@ -204,7 +204,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.<a href="../../../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a></h3>
-<code><a href="../../../../../org/apache/poi/POITextExtractor.html#close()">close</a></code></li>
+<code><a href="../../../../../org/apache/poi/POITextExtractor.html#close()">close</a>, <a href="../../../../../org/apache/poi/POITextExtractor.html#setFilesystem(java.io.Closeable)">setFilesystem</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/hpsf/extractor/HPSFPropertiesExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/extractor/HPSFPropertiesExtractor.html?rev=1721208&r1=1721207&r2=1721208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/extractor/HPSFPropertiesExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/extractor/HPSFPropertiesExtractor.html Mon Dec 21 16:36:04 2015
@@ -212,6 +212,13 @@ extends <a href="../../../../../org/apac
 <code><a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getDocSummaryInformation()">getDocSummaryInformation</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getRoot()">getRoot</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getSummaryInformation()">getSummaryInformation</a></code></li>
 </ul>
 <ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.POITextExtractor">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.poi.<a href="../../../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a></h3>
+<code><a href="../../../../../org/apache/poi/POITextExtractor.html#setFilesystem(java.io.Closeable)">setFilesystem</a></code></li>
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/hslf/extractor/PowerPointExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/extractor/PowerPointExtractor.html?rev=1721208&r1=1721207&r2=1721208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hslf/extractor/PowerPointExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hslf/extractor/PowerPointExtractor.html Mon Dec 21 16:36:04 2015
@@ -274,7 +274,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.<a href="../../../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a></h3>
-<code><a href="../../../../../org/apache/poi/POITextExtractor.html#close()">close</a></code></li>
+<code><a href="../../../../../org/apache/poi/POITextExtractor.html#close()">close</a>, <a href="../../../../../org/apache/poi/POITextExtractor.html#setFilesystem(java.io.Closeable)">setFilesystem</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/hsmf/extractor/OutlookTextExtactor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hsmf/extractor/OutlookTextExtactor.html?rev=1721208&r1=1721207&r2=1721208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hsmf/extractor/OutlookTextExtactor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hsmf/extractor/OutlookTextExtactor.html Mon Dec 21 16:36:04 2015
@@ -217,7 +217,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.<a href="../../../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a></h3>
-<code><a href="../../../../../org/apache/poi/POITextExtractor.html#close()">close</a></code></li>
+<code><a href="../../../../../org/apache/poi/POITextExtractor.html#close()">close</a>, <a href="../../../../../org/apache/poi/POITextExtractor.html#setFilesystem(java.io.Closeable)">setFilesystem</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/hssf/extractor/EventBasedExcelExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/extractor/EventBasedExcelExtractor.html?rev=1721208&r1=1721207&r2=1721208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/extractor/EventBasedExcelExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/extractor/EventBasedExcelExtractor.html Mon Dec 21 16:36:04 2015
@@ -246,7 +246,7 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.<a href="../../../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a></h3>
-<code><a href="../../../../../org/apache/poi/POITextExtractor.html#close()">close</a></code></li>
+<code><a href="../../../../../org/apache/poi/POITextExtractor.html#close()">close</a>, <a href="../../../../../org/apache/poi/POITextExtractor.html#setFilesystem(java.io.Closeable)">setFilesystem</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/hssf/extractor/ExcelExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/extractor/ExcelExtractor.html?rev=1721208&r1=1721207&r2=1721208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/extractor/ExcelExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/extractor/ExcelExtractor.html Mon Dec 21 16:36:04 2015
@@ -250,7 +250,7 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.<a href="../../../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a></h3>
-<code><a href="../../../../../org/apache/poi/POITextExtractor.html#close()">close</a></code></li>
+<code><a href="../../../../../org/apache/poi/POITextExtractor.html#close()">close</a>, <a href="../../../../../org/apache/poi/POITextExtractor.html#setFilesystem(java.io.Closeable)">setFilesystem</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/hssf/util/package-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/util/package-summary.html?rev=1721208&r1=1721207&r2=1721208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/util/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/util/package-summary.html Mon Dec 21 16:36:04 2015
@@ -35,7 +35,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/hssf/usermodel/package-summary.html">Prev Package</a></li>
-<li><a href="../../../../../org/apache/poi/hwpf/package-summary.html">Next Package</a></li>
+<li><a href="../../../../../org/apache/poi/hwmf/record/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/hssf/util/package-summary.html" target="_top">Frames</a></li>
@@ -479,7 +479,7 @@ For overviews, tutorials, examples, guid
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/hssf/usermodel/package-summary.html">Prev Package</a></li>
-<li><a href="../../../../../org/apache/poi/hwpf/package-summary.html">Next Package</a></li>
+<li><a href="../../../../../org/apache/poi/hwmf/record/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/hssf/util/package-summary.html" target="_top">Frames</a></li>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/util/package-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/util/package-tree.html?rev=1721208&r1=1721207&r2=1721208&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/util/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/util/package-tree.html Mon Dec 21 16:36:04 2015
@@ -35,7 +35,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/hssf/usermodel/package-tree.html">Prev</a></li>
-<li><a href="../../../../../org/apache/poi/hwpf/package-tree.html">Next</a></li>
+<li><a href="../../../../../org/apache/poi/hwmf/record/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/hssf/util/package-tree.html" target="_top">Frames</a></li>
@@ -183,7 +183,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/hssf/usermodel/package-tree.html">Prev</a></li>
-<li><a href="../../../../../org/apache/poi/hwpf/package-tree.html">Next</a></li>
+<li><a href="../../../../../org/apache/poi/hwmf/record/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/hssf/util/package-tree.html" target="_top">Frames</a></li>

Added: poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfBitmap16.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfBitmap16.html?rev=1721208&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfBitmap16.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfBitmap16.html Mon Dec 21 16:36:04 2015
@@ -0,0 +1,273 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>HwmfBitmap16 (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="HwmfBitmap16 (POI API Documentation)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/HwmfBitmap16.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Class</li>
+<li><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.html" title="class in org.apache.poi.hwmf.record"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/hwmf/record/HwmfBitmap16.html" target="_top">Frames</a></li>
+<li><a href="HwmfBitmap16.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&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>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.poi.hwmf.record</div>
+<h2 title="Class HwmfBitmap16" class="title">Class HwmfBitmap16</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.hwmf.record.HwmfBitmap16</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="strong">HwmfBitmap16</span>
+extends java.lang.Object</pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmap16.html#HwmfBitmap16()">HwmfBitmap16</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmap16.html#HwmfBitmap16(boolean)">HwmfBitmap16</a></strong>(boolean&nbsp;isPartial)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmap16.html#init(org.apache.poi.util.LittleEndianInputStream)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis)</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="HwmfBitmap16()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>HwmfBitmap16</h4>
+<pre>public&nbsp;HwmfBitmap16()</pre>
+</li>
+</ul>
+<a name="HwmfBitmap16(boolean)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>HwmfBitmap16</h4>
+<pre>public&nbsp;HwmfBitmap16(boolean&nbsp;isPartial)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="init(org.apache.poi.util.LittleEndianInputStream)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>init</h4>
+<pre>public&nbsp;int&nbsp;init(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis)
+         throws java.io.IOException</pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/HwmfBitmap16.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Class</li>
+<li><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.html" title="class in org.apache.poi.hwmf.record"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/hwmf/record/HwmfBitmap16.html" target="_top">Frames</a></li>
+<li><a href="HwmfBitmap16.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&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>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2015 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Added: poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html?rev=1721208&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html Mon Dec 21 16:36:04 2015
@@ -0,0 +1,449 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>HwmfBitmapDib.BitCount (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="HwmfBitmapDib.BitCount (POI API Documentation)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/HwmfBitmapDib.BitCount.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.html" title="class in org.apache.poi.hwmf.record"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html" title="enum in org.apache.poi.hwmf.record"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html" target="_top">Frames</a></li>
+<li><a href="HwmfBitmapDib.BitCount.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.poi.hwmf.record</div>
+<h2 title="Enum HwmfBitmapDib.BitCount" class="title">Enum HwmfBitmapDib.BitCount</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Enum&lt;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.BitCount</a>&gt;</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.hwmf.record.HwmfBitmapDib.BitCount</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.BitCount</a>&gt;</dd>
+</dl>
+<dl>
+<dt>Enclosing class:</dt>
+<dd><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.html" title="class in org.apache.poi.hwmf.record">HwmfBitmapDib</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public static enum <span class="strong">HwmfBitmapDib.BitCount</span>
+extends java.lang.Enum&lt;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.BitCount</a>&gt;</pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== ENUM CONSTANT SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum_constant_summary">
+<!--   -->
+</a>
+<h3>Enum Constant Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
+<caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Enum Constant and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html#BI_BITCOUNT_0">BI_BITCOUNT_0</a></strong></code>
+<div class="block">The image SHOULD be in either JPEG or PNG format.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html#BI_BITCOUNT_1">BI_BITCOUNT_1</a></strong></code>
+<div class="block">Each pixel in the bitmap is represented by a single bit.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html#BI_BITCOUNT_2">BI_BITCOUNT_2</a></strong></code>
+<div class="block">Each pixel in the bitmap is represented by a 4-bit index into the color table, and each byte
+  contains 2 pixels.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html#BI_BITCOUNT_3">BI_BITCOUNT_3</a></strong></code>
+<div class="block">Each pixel in the bitmap is represented by an 8-bit index into the color table, and each byte
+  contains 1 pixel.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html#BI_BITCOUNT_4">BI_BITCOUNT_4</a></strong></code>
+<div class="block">Each pixel in the bitmap is represented by a 16-bit value.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html#BI_BITCOUNT_5">BI_BITCOUNT_5</a></strong></code>
+<div class="block">The bitmap has a maximum of 2^24 colors, and the Colors field of DIB is 
+  NULL.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html#BI_BITCOUNT_6">BI_BITCOUNT_6</a></strong></code>
+<div class="block">The bitmap has a maximum of 2^24 colors.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.BitCount</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code>
+<div class="block">Returns the enum constant of this type with the specified name.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.BitCount</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html#values()">values</a></strong>()</code>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Enum</h3>
+<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ ENUM CONSTANT DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum_constant_detail">
+<!--   -->
+</a>
+<h3>Enum Constant Detail</h3>
+<a name="BI_BITCOUNT_0">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>BI_BITCOUNT_0</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.BitCount</a> BI_BITCOUNT_0</pre>
+<div class="block">The image SHOULD be in either JPEG or PNG format. <6> Neither of these formats includes
+  a color table, so this value specifies that no color table is present. See [JFIF] and [RFC2083]
+  for more information concerning JPEG and PNG compression formats.</div>
+</li>
+</ul>
+<a name="BI_BITCOUNT_1">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>BI_BITCOUNT_1</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.BitCount</a> BI_BITCOUNT_1</pre>
+<div class="block">Each pixel in the bitmap is represented by a single bit. If the bit is clear, the pixel is displayed
+  with the color of the first entry in the color table; if the bit is set, the pixel has the color of the
+  second entry in the table.</div>
+</li>
+</ul>
+<a name="BI_BITCOUNT_2">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>BI_BITCOUNT_2</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.BitCount</a> BI_BITCOUNT_2</pre>
+<div class="block">Each pixel in the bitmap is represented by a 4-bit index into the color table, and each byte
+  contains 2 pixels.</div>
+</li>
+</ul>
+<a name="BI_BITCOUNT_3">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>BI_BITCOUNT_3</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.BitCount</a> BI_BITCOUNT_3</pre>
+<div class="block">Each pixel in the bitmap is represented by an 8-bit index into the color table, and each byte
+  contains 1 pixel.</div>
+</li>
+</ul>
+<a name="BI_BITCOUNT_4">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>BI_BITCOUNT_4</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.BitCount</a> BI_BITCOUNT_4</pre>
+<div class="block">Each pixel in the bitmap is represented by a 16-bit value.
+ <br/>
+ If the Compression field of the BitmapInfoHeader Object is BI_RGB, the Colors field of DIB
+  is NULL. Each WORD in the bitmap array represents a single pixel. The relative intensities of 
+  red, green, and blue are represented with 5 bits for each color component. The value for blue 
+  is in the least significant 5 bits, followed by 5 bits each for green and red. The most significant 
+  bit is not used. The color table is used for optimizing colors on palette-based devices, and 
+  contains the number of entries specified by the ColorUsed field of the BitmapInfoHeader 
+  Object.
+ <br/>
+ If the Compression field of the BitmapInfoHeader Object is BI_BITFIELDS, the Colors field 
+  contains three DWORD color masks that specify the red, green, and blue components,
+  respectively, of each pixel. Each WORD in the bitmap array represents a single pixel.
+ <br/>
+ When the Compression field is set to BI_BITFIELDS, bits set in each DWORD mask MUST be 
+  contiguous and SHOULD NOT overlap the bits of another mask.</div>
+</li>
+</ul>
+<a name="BI_BITCOUNT_5">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>BI_BITCOUNT_5</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.BitCount</a> BI_BITCOUNT_5</pre>
+<div class="block">The bitmap has a maximum of 2^24 colors, and the Colors field of DIB is 
+  NULL. Each 3-byte triplet in the bitmap array represents the relative intensities of blue, green, 
+  and red, respectively, for a pixel. The Colors color table is used for optimizing colors used on 
+  palette-based devices, and MUST contain the number of entries specified by the ColorUsed
+  field of the BitmapInfoHeader Object.</div>
+</li>
+</ul>
+<a name="BI_BITCOUNT_6">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>BI_BITCOUNT_6</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.BitCount</a> BI_BITCOUNT_6</pre>
+<div class="block">The bitmap has a maximum of 2^24 colors.
+ <br/>
+ If the Compression field of the BitmapInfoHeader Object is set to BI_RGB, the Colors field 
+  of DIB is set to NULL. Each DWORD in the bitmap array represents the relative intensities of 
+  blue, green, and red, respectively, for a pixel. The high byte in each DWORD is not used. The 
+  Colors color table is used for optimizing colors used on palette-based devices, and MUST 
+  contain the number of entries specified by the ColorUsed field of the BitmapInfoHeader 
+  Object.
+ <br/>
+ If the Compression field of the BitmapInfoHeader Object is set to BI_BITFIELDS, the Colors
+  field contains three DWORD color masks that specify the red, green, and blue components, 
+  respectively, of each pixel. Each DWORD in the bitmap array represents a single pixel.
+ <br/>
+ When the Compression field is set to BI_BITFIELDS, bits set in each DWORD mask must be 
+  contiguous and should not overlap the bits of another mask. All the bits in the pixel do not 
+  need to be used.</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="values()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>values</h4>
+<pre>public static&nbsp;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.BitCount</a>[]&nbsp;values()</pre>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.  This method may be used to iterate
+over the constants as follows:
+<pre>
+for (HwmfBitmapDib.BitCount c : HwmfBitmapDib.BitCount.values())
+&nbsp;   System.out.println(c);
+</pre></div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl>
+</li>
+</ul>
+<a name="valueOf(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>valueOf</h4>
+<pre>public static&nbsp;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.BitCount</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre>
+<div class="block">Returns the enum constant of this type with the specified name.
+The string must match <i>exactly</i> an identifier used to declare an
+enum constant in this type.  (Extraneous whitespace characters are 
+not permitted.)</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd>
+<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/HwmfBitmapDib.BitCount.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.html" title="class in org.apache.poi.hwmf.record"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html" title="enum in org.apache.poi.hwmf.record"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html" target="_top">Frames</a></li>
+<li><a href="HwmfBitmapDib.BitCount.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2015 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Added: poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html?rev=1721208&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html Mon Dec 21 16:36:04 2015
@@ -0,0 +1,458 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>HwmfBitmapDib.Compression (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="HwmfBitmapDib.Compression (POI API Documentation)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/HwmfBitmapDib.Compression.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html" title="enum in org.apache.poi.hwmf.record"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/hwmf/record/HwmfBrushStyle.html" title="enum in org.apache.poi.hwmf.record"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html" target="_top">Frames</a></li>
+<li><a href="HwmfBitmapDib.Compression.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.poi.hwmf.record</div>
+<h2 title="Enum HwmfBitmapDib.Compression" class="title">Enum HwmfBitmapDib.Compression</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Enum&lt;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.Compression</a>&gt;</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.hwmf.record.HwmfBitmapDib.Compression</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.Compression</a>&gt;</dd>
+</dl>
+<dl>
+<dt>Enclosing class:</dt>
+<dd><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.html" title="class in org.apache.poi.hwmf.record">HwmfBitmapDib</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public static enum <span class="strong">HwmfBitmapDib.Compression</span>
+extends java.lang.Enum&lt;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.Compression</a>&gt;</pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== ENUM CONSTANT SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum_constant_summary">
+<!--   -->
+</a>
+<h3>Enum Constant Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
+<caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Enum Constant and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html#BI_BITFIELDS">BI_BITFIELDS</a></strong></code>
+<div class="block">The bitmap is not compressed and the color table consists of three DWORD
+ color masks that specify the red, green, and blue components, respectively, of each pixel.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html#BI_CMYK">BI_CMYK</a></strong></code>
+<div class="block">The image is an uncompressed CMYK format.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html#BI_CMYKRLE4">BI_CMYKRLE4</a></strong></code>
+<div class="block">A CMYK format that uses RLE compression for bitmaps with 4 bits per pixel.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html#BI_CMYKRLE8">BI_CMYKRLE8</a></strong></code>
+<div class="block">A CMYK format that uses RLE compression for bitmaps with 8 bits per pixel.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html#BI_JPEG">BI_JPEG</a></strong></code>
+<div class="block">The image is a JPEG image, as specified in [JFIF].</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html#BI_PNG">BI_PNG</a></strong></code>
+<div class="block">The image is a PNG image, as specified in [RFC2083].</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html#BI_RGB">BI_RGB</a></strong></code>
+<div class="block">The bitmap is in uncompressed red green blue (RGB) format that is not compressed
+ and does not use color masks.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html#BI_RLE4">BI_RLE4</a></strong></code>
+<div class="block">An RGB format that uses RLE compression for bitmaps with 4 bits per pixel.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html#BI_RLE8">BI_RLE8</a></strong></code>
+<div class="block">An RGB format that uses run-length encoding (RLE) compression for bitmaps
+ with 8 bits per pixel.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.Compression</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code>
+<div class="block">Returns the enum constant of this type with the specified name.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.Compression</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html#values()">values</a></strong>()</code>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Enum</h3>
+<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ ENUM CONSTANT DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum_constant_detail">
+<!--   -->
+</a>
+<h3>Enum Constant Detail</h3>
+<a name="BI_RGB">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>BI_RGB</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.Compression</a> BI_RGB</pre>
+<div class="block">The bitmap is in uncompressed red green blue (RGB) format that is not compressed
+ and does not use color masks.</div>
+</li>
+</ul>
+<a name="BI_RLE8">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>BI_RLE8</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.Compression</a> BI_RLE8</pre>
+<div class="block">An RGB format that uses run-length encoding (RLE) compression for bitmaps
+ with 8 bits per pixel. The compression uses a 2-byte format consisting of a count byte
+ followed by a byte containing a color index.</div>
+</li>
+</ul>
+<a name="BI_RLE4">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>BI_RLE4</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.Compression</a> BI_RLE4</pre>
+<div class="block">An RGB format that uses RLE compression for bitmaps with 4 bits per pixel. The
+ compression uses a 2-byte format consisting of a count byte followed by two word-length
+ color indexes.</div>
+</li>
+</ul>
+<a name="BI_BITFIELDS">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>BI_BITFIELDS</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.Compression</a> BI_BITFIELDS</pre>
+<div class="block">The bitmap is not compressed and the color table consists of three DWORD
+ color masks that specify the red, green, and blue components, respectively, of each pixel.
+ This is valid when used with 16 and 32-bits per pixel bitmaps.</div>
+</li>
+</ul>
+<a name="BI_JPEG">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>BI_JPEG</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.Compression</a> BI_JPEG</pre>
+<div class="block">The image is a JPEG image, as specified in [JFIF]. This value SHOULD only be used in 
+ certain bitmap operations, such as JPEG pass-through. The application MUST query for the 
+ pass-through support, since not all devices support JPEG pass-through. Using non-RGB 
+ bitmaps MAY limit the portability of the metafile to other devices. For instance, display device 
+ contexts generally do not support this pass-through.</div>
+</li>
+</ul>
+<a name="BI_PNG">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>BI_PNG</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.Compression</a> BI_PNG</pre>
+<div class="block">The image is a PNG image, as specified in [RFC2083]. This value SHOULD only be 
+ used certain bitmap operations, such as JPEG/PNG pass-through. The application MUST query 
+ for the pass-through support, because not all devices support JPEG/PNG pass-through. Using 
+ non-RGB bitmaps MAY limit the portability of the metafile to other devices. For instance, 
+ display device contexts generally do not support this pass-through.</div>
+</li>
+</ul>
+<a name="BI_CMYK">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>BI_CMYK</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.Compression</a> BI_CMYK</pre>
+<div class="block">The image is an uncompressed CMYK format.</div>
+</li>
+</ul>
+<a name="BI_CMYKRLE8">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>BI_CMYKRLE8</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.Compression</a> BI_CMYKRLE8</pre>
+<div class="block">A CMYK format that uses RLE compression for bitmaps with 8 bits per pixel.
+ The compression uses a 2-byte format consisting of a count byte followed by a byte containing
+ a color index.</div>
+</li>
+</ul>
+<a name="BI_CMYKRLE4">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>BI_CMYKRLE4</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.Compression</a> BI_CMYKRLE4</pre>
+<div class="block">A CMYK format that uses RLE compression for bitmaps with 4 bits per pixel.
+ The compression uses a 2-byte format consisting of a count byte followed by two word-length
+ color indexes.</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="values()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>values</h4>
+<pre>public static&nbsp;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.Compression</a>[]&nbsp;values()</pre>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.  This method may be used to iterate
+over the constants as follows:
+<pre>
+for (HwmfBitmapDib.Compression c : HwmfBitmapDib.Compression.values())
+&nbsp;   System.out.println(c);
+</pre></div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl>
+</li>
+</ul>
+<a name="valueOf(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>valueOf</h4>
+<pre>public static&nbsp;<a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.Compression</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre>
+<div class="block">Returns the enum constant of this type with the specified name.
+The string must match <i>exactly</i> an identifier used to declare an
+enum constant in this type.  (Extraneous whitespace characters are 
+not permitted.)</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd>
+<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/HwmfBitmapDib.Compression.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html" title="enum in org.apache.poi.hwmf.record"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/hwmf/record/HwmfBrushStyle.html" title="enum in org.apache.poi.hwmf.record"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html" target="_top">Frames</a></li>
+<li><a href="HwmfBitmapDib.Compression.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2015 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Added: poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfBitmapDib.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfBitmapDib.html?rev=1721208&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfBitmapDib.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfBitmapDib.html Mon Dec 21 16:36:04 2015
@@ -0,0 +1,367 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>HwmfBitmapDib (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="HwmfBitmapDib (POI API Documentation)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/HwmfBitmapDib.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmap16.html" title="class in org.apache.poi.hwmf.record"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html" title="enum in org.apache.poi.hwmf.record"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/hwmf/record/HwmfBitmapDib.html" target="_top">Frames</a></li>
+<li><a href="HwmfBitmapDib.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a href="#nested_class_summary">Nested</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>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.poi.hwmf.record</div>
+<h2 title="Class HwmfBitmapDib" class="title">Class HwmfBitmapDib</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.hwmf.record.HwmfBitmapDib</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="strong">HwmfBitmapDib</span>
+extends java.lang.Object</pre>
+<div class="block">The DeviceIndependentBitmap Object defines an image in device-independent bitmap (DIB) format.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested_class_summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
+<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.BitCount</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.Compression.html" title="enum in org.apache.poi.hwmf.record">HwmfBitmapDib.Compression</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.html#HwmfBitmapDib()">HwmfBitmapDib</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.html#init(org.apache.poi.util.LittleEndianInputStream)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.html#readBitmapDirect(org.apache.poi.util.LittleEndianInputStream)">readBitmapDirect</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.html#readBitmapIndexed(org.apache.poi.util.LittleEndianInputStream)">readBitmapIndexed</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.html#readColors(org.apache.poi.util.LittleEndianInputStream)">readColors</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.html#readHeader(org.apache.poi.util.LittleEndianInputStream)">readHeader</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.html#readRGBQuad(org.apache.poi.util.LittleEndianInputStream,%20int)">readRGBQuad</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+           int&nbsp;count)</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="HwmfBitmapDib()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>HwmfBitmapDib</h4>
+<pre>public&nbsp;HwmfBitmapDib()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="init(org.apache.poi.util.LittleEndianInputStream)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>init</h4>
+<pre>public&nbsp;int&nbsp;init(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis)
+         throws java.io.IOException</pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd></dl>
+</li>
+</ul>
+<a name="readHeader(org.apache.poi.util.LittleEndianInputStream)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readHeader</h4>
+<pre>protected&nbsp;int&nbsp;readHeader(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis)
+                  throws java.io.IOException</pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd></dl>
+</li>
+</ul>
+<a name="readColors(org.apache.poi.util.LittleEndianInputStream)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readColors</h4>
+<pre>protected&nbsp;int&nbsp;readColors(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis)
+                  throws java.io.IOException</pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd></dl>
+</li>
+</ul>
+<a name="readRGBQuad(org.apache.poi.util.LittleEndianInputStream, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readRGBQuad</h4>
+<pre>protected&nbsp;int&nbsp;readRGBQuad(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+              int&nbsp;count)
+                   throws java.io.IOException</pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd></dl>
+</li>
+</ul>
+<a name="readBitmapIndexed(org.apache.poi.util.LittleEndianInputStream)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readBitmapIndexed</h4>
+<pre>protected&nbsp;int&nbsp;readBitmapIndexed(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis)
+                         throws java.io.IOException</pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd></dl>
+</li>
+</ul>
+<a name="readBitmapDirect(org.apache.poi.util.LittleEndianInputStream)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>readBitmapDirect</h4>
+<pre>protected&nbsp;int&nbsp;readBitmapDirect(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis)
+                        throws java.io.IOException</pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/HwmfBitmapDib.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmap16.html" title="class in org.apache.poi.hwmf.record"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/hwmf/record/HwmfBitmapDib.BitCount.html" title="enum in org.apache.poi.hwmf.record"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/hwmf/record/HwmfBitmapDib.html" target="_top">Frames</a></li>
+<li><a href="HwmfBitmapDib.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a href="#nested_class_summary">Nested</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>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2015 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>




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