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/07/11 23:02:08 UTC

svn commit: r1752230 [14/16] - in /poi/site/publish/apidocs: ./ org/apache/poi/class-use/ org/apache/poi/ddf/class-use/ org/apache/poi/extractor/ org/apache/poi/extractor/class-use/ org/apache/poi/hpsf/class-use/ org/apache/poi/hpsf/wellknown/class-use...

Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/LittleEndianInput.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/LittleEndianInput.html?rev=1752230&r1=1752229&r2=1752230&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/class-use/LittleEndianInput.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/class-use/LittleEndianInput.html Mon Jul 11 23:02:07 2016
@@ -671,16 +671,16 @@ HSSF concepts.</div>
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/ss/formula/ptg/FuncPtg.html" title="class in org.apache.poi.ss.formula.ptg">FuncPtg</a></code></td>
+<td class="colLast"><span class="strong">FuncPtg.</span><code><strong><a href="../../../../../org/apache/poi/ss/formula/ptg/FuncPtg.html#create(org.apache.poi.util.LittleEndianInput)">create</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</a>&nbsp;in)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/poi/ss/formula/ptg/FuncVarPtg.html" title="class in org.apache.poi.ss.formula.ptg">FuncVarPtg</a></code></td>
 <td class="colLast"><span class="strong">FuncVarPtg.</span><code><strong><a href="../../../../../org/apache/poi/ss/formula/ptg/FuncVarPtg.html#create(org.apache.poi.util.LittleEndianInput)">create</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</a>&nbsp;in)</code>
 <div class="block">Creates new function pointer from a byte array
  usually called while reading an excel file.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/ss/formula/ptg/FuncPtg.html" title="class in org.apache.poi.ss.formula.ptg">FuncPtg</a></code></td>
-<td class="colLast"><span class="strong">FuncPtg.</span><code><strong><a href="../../../../../org/apache/poi/ss/formula/ptg/FuncPtg.html#create(org.apache.poi.util.LittleEndianInput)">create</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</a>&nbsp;in)</code>&nbsp;</td>
-</tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a></code></td>
 <td class="colLast"><span class="strong">Ptg.</span><code><strong><a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html#createPtg(org.apache.poi.util.LittleEndianInput)">createPtg</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</a>&nbsp;in)</code>&nbsp;</td>
@@ -695,11 +695,11 @@ HSSF concepts.</div>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">RefPtgBase.</span><code><strong><a href="../../../../../org/apache/poi/ss/formula/ptg/RefPtgBase.html#readCoordinates(org.apache.poi.util.LittleEndianInput)">readCoordinates</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</a>&nbsp;in)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">AreaPtgBase.</span><code><strong><a href="../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#readCoordinates(org.apache.poi.util.LittleEndianInput)">readCoordinates</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</a>&nbsp;in)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">AreaPtgBase.</span><code><strong><a href="../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#readCoordinates(org.apache.poi.util.LittleEndianInput)">readCoordinates</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</a>&nbsp;in)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">RefPtgBase.</span><code><strong><a href="../../../../../org/apache/poi/ss/formula/ptg/RefPtgBase.html#readCoordinates(org.apache.poi.util.LittleEndianInput)">readCoordinates</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</a>&nbsp;in)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>

Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/LittleEndianInputStream.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/LittleEndianInputStream.html?rev=1752230&r1=1752229&r2=1752230&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/class-use/LittleEndianInputStream.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/class-use/LittleEndianInputStream.html Mon Jul 11 23:02:07 2016
@@ -101,19 +101,19 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfFont.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFont.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>
+<td class="colLast"><span class="strong">HwmfColorRef.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfColorRef.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>int</code></td>
-<td class="colLast"><span class="strong">HwmfPalette.PaletteEntry.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfPalette.PaletteEntry.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>
+<td class="colLast"><span class="strong">HwmfFont.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFont.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="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfBitmap16.</span><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>
+<td class="colLast"><span class="strong">HwmfPalette.PaletteEntry.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfPalette.PaletteEntry.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>int</code></td>
-<td class="colLast"><span class="strong">HwmfColorRef.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfColorRef.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>
+<td class="colLast"><span class="strong">HwmfBitmap16.</span><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>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
@@ -126,393 +126,393 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfPalette.WmfPaletteParent.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfPalette.WmfPaletteParent.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfRecord.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfRecord.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
-    int&nbsp;recordFunction)</code>&nbsp;</td>
+    int&nbsp;recordFunction)</code>
+<div class="block">Init record from stream</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfPalette.WmfResizePalette.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfPalette.WmfResizePalette.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfFill.WmfFillRegion.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfFillRegion.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfPalette.WmfSelectPalette.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfPalette.WmfSelectPalette.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfFill.WmfPaintRegion.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfPaintRegion.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfPalette.WmfRealizePalette.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfPalette.WmfRealizePalette.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfFill.WmfFloodFill.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfFloodFill.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfText.WmfSetTextCharExtra.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfText.WmfSetTextCharExtra.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfFill.WmfSetPolyfillMode.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfSetPolyfillMode.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfText.WmfSetTextColor.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfText.WmfSetTextColor.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfFill.WmfExtFloodFill.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfExtFloodFill.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfText.WmfSetTextJustification.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfText.WmfSetTextJustification.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfFill.WmfInvertRegion.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfInvertRegion.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfText.WmfTextOut.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfText.WmfTextOut.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfFill.WmfPatBlt.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfPatBlt.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfText.WmfExtTextOut.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfText.WmfExtTextOut.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfFill.WmfStretchBlt.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfStretchBlt.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfText.WmfSetTextAlign.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfText.WmfSetTextAlign.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfFill.WmfStretchDib.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfStretchDib.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfText.WmfCreateFontIndirect.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfText.WmfCreateFontIndirect.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfFill.WmfBitBlt.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfBitBlt.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfEscape.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfEscape.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfFill.WmfSetDibToDev.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfSetDibToDev.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfMisc.WmfSaveDc.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfSaveDc.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfFill.WmfDibBitBlt.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfDibBitBlt.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfMisc.WmfSetRelabs.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfSetRelabs.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfFill.WmfDibStretchBlt.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfDibStretchBlt.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfMisc.WmfRestoreDc.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfRestoreDc.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfDraw.WmfMoveTo.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfMoveTo.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfMisc.WmfSetBkColor.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfSetBkColor.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfDraw.WmfLineTo.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfLineTo.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfMisc.WmfSetBkMode.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfSetBkMode.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfDraw.WmfPolygon.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfPolygon.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfMisc.WmfSetLayout.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfSetLayout.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfDraw.WmfEllipse.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfEllipse.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfMisc.WmfSetMapMode.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfSetMapMode.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfDraw.WmfFrameRegion.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfFrameRegion.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfMisc.WmfSetMapperFlags.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfSetMapperFlags.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfDraw.WmfPolyPolygon.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfPolyPolygon.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfMisc.WmfSetRop2.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfSetRop2.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfDraw.WmfRectangle.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfRectangle.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfMisc.WmfSetStretchBltMode.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfSetStretchBltMode.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfDraw.WmfSetPixel.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfSetPixel.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfMisc.WmfDibCreatePatternBrush.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfDibCreatePatternBrush.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfDraw.WmfRoundRect.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfRoundRect.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfMisc.WmfDeleteObject.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfDeleteObject.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfDraw.WmfArc.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfArc.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfMisc.WmfCreatePatternBrush.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfCreatePatternBrush.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfDraw.WmfSelectObject.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfSelectObject.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfMisc.WmfCreatePenIndirect.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfCreatePenIndirect.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfMisc.WmfSaveDc.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfSaveDc.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfMisc.WmfCreateBrushIndirect.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfCreateBrushIndirect.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfMisc.WmfSetRelabs.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfSetRelabs.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfRecord.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfRecord.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfMisc.WmfRestoreDc.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfRestoreDc.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
-    int&nbsp;recordFunction)</code>
-<div class="block">Init record from stream</div>
-</td>
+    int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfFill.WmfFillRegion.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfFillRegion.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfMisc.WmfSetBkColor.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfSetBkColor.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfFill.WmfPaintRegion.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfPaintRegion.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfMisc.WmfSetBkMode.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfSetBkMode.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfFill.WmfFloodFill.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfFloodFill.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfMisc.WmfSetLayout.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfSetLayout.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfFill.WmfSetPolyfillMode.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfSetPolyfillMode.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfMisc.WmfSetMapMode.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfSetMapMode.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfFill.WmfExtFloodFill.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfExtFloodFill.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfMisc.WmfSetMapperFlags.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfSetMapperFlags.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfFill.WmfInvertRegion.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfInvertRegion.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfMisc.WmfSetRop2.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfSetRop2.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfFill.WmfPatBlt.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfPatBlt.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfMisc.WmfSetStretchBltMode.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfSetStretchBltMode.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfFill.WmfStretchBlt.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfStretchBlt.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfMisc.WmfDibCreatePatternBrush.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfDibCreatePatternBrush.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfFill.WmfStretchDib.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfStretchDib.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfMisc.WmfDeleteObject.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfDeleteObject.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfFill.WmfBitBlt.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfBitBlt.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfMisc.WmfCreatePatternBrush.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfCreatePatternBrush.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfFill.WmfSetDibToDev.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfSetDibToDev.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfMisc.WmfCreatePenIndirect.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfCreatePenIndirect.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfFill.WmfDibBitBlt.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfDibBitBlt.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfMisc.WmfCreateBrushIndirect.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfCreateBrushIndirect.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfFill.WmfDibStretchBlt.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfFill.WmfDibStretchBlt.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfEscape.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfEscape.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfWindowing.WmfSetViewportOrg.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfSetViewportOrg.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfPalette.WmfPaletteParent.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfPalette.WmfPaletteParent.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfWindowing.WmfSetViewportExt.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfSetViewportExt.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfPalette.WmfResizePalette.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfPalette.WmfResizePalette.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfWindowing.WmfOffsetViewportOrg.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfOffsetViewportOrg.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfPalette.WmfSelectPalette.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfPalette.WmfSelectPalette.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfWindowing.WmfSetWindowOrg.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfSetWindowOrg.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfPalette.WmfRealizePalette.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfPalette.WmfRealizePalette.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfWindowing.WmfSetWindowExt.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfSetWindowExt.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfText.WmfSetTextCharExtra.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfText.WmfSetTextCharExtra.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfWindowing.WmfOffsetWindowOrg.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfOffsetWindowOrg.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfText.WmfSetTextColor.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfText.WmfSetTextColor.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfWindowing.WmfScaleWindowExt.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfScaleWindowExt.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfText.WmfSetTextJustification.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfText.WmfSetTextJustification.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfWindowing.WmfScaleViewportExt.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfScaleViewportExt.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfText.WmfTextOut.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfText.WmfTextOut.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfWindowing.WmfOffsetClipRgn.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfOffsetClipRgn.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfText.WmfExtTextOut.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfText.WmfExtTextOut.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfWindowing.WmfExcludeClipRect.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfExcludeClipRect.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfText.WmfSetTextAlign.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfText.WmfSetTextAlign.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfWindowing.WmfIntersectClipRect.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfIntersectClipRect.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfText.WmfCreateFontIndirect.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfText.WmfCreateFontIndirect.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfWindowing.WmfSelectClipRegion.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfSelectClipRegion.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfWindowing.WmfSetViewportOrg.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfSetViewportOrg.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfWindowing.WmfCreateRegion.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfCreateRegion.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfWindowing.WmfSetViewportExt.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfSetViewportExt.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfDraw.WmfMoveTo.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfMoveTo.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfWindowing.WmfOffsetViewportOrg.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfOffsetViewportOrg.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfDraw.WmfLineTo.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfLineTo.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfWindowing.WmfSetWindowOrg.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfSetWindowOrg.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfDraw.WmfPolygon.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfPolygon.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfWindowing.WmfSetWindowExt.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfSetWindowExt.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfDraw.WmfEllipse.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfEllipse.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfWindowing.WmfOffsetWindowOrg.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfOffsetWindowOrg.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfDraw.WmfFrameRegion.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfFrameRegion.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfWindowing.WmfScaleWindowExt.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfScaleWindowExt.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfDraw.WmfPolyPolygon.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfPolyPolygon.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfWindowing.WmfScaleViewportExt.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfScaleViewportExt.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfDraw.WmfRectangle.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfRectangle.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfWindowing.WmfOffsetClipRgn.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfOffsetClipRgn.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfDraw.WmfSetPixel.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfSetPixel.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfWindowing.WmfExcludeClipRect.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfExcludeClipRect.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfDraw.WmfRoundRect.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfRoundRect.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfWindowing.WmfIntersectClipRect.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfIntersectClipRect.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfDraw.WmfArc.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfArc.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfWindowing.WmfSelectClipRegion.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfSelectClipRegion.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">HwmfDraw.WmfSelectObject.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfDraw.WmfSelectObject.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
+<td class="colLast"><span class="strong">HwmfWindowing.WmfCreateRegion.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfWindowing.WmfCreateRegion.html#init(org.apache.poi.util.LittleEndianInputStream,%20long,%20int)">init</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util">LittleEndianInputStream</a>&nbsp;leis,
     long&nbsp;recordSize,
     int&nbsp;recordFunction)</code>&nbsp;</td>
 </tr>
@@ -521,13 +521,13 @@
 <td class="colLast"><span class="strong">HwmfBitmapDib.</span><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>static <a href="../../../../../org/apache/poi/hwmf/record/HwmfPlaceableHeader.html" title="class in org.apache.poi.hwmf.record">HwmfPlaceableHeader</a></code></td>
-<td class="colLast"><span class="strong">HwmfPlaceableHeader.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfPlaceableHeader.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"><span class="strong">HwmfBitmapDib.</span><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>static <a href="../../../../../org/apache/poi/hwmf/record/HwmfPlaceableHeader.html" title="class in org.apache.poi.hwmf.record">HwmfPlaceableHeader</a></code></td>
+<td class="colLast"><span class="strong">HwmfPlaceableHeader.</span><code><strong><a href="../../../../../org/apache/poi/hwmf/record/HwmfPlaceableHeader.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="altColor">
 <td class="colFirst"><code>protected int</code></td>
 <td class="colLast"><span class="strong">HwmfBitmapDib.</span><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,



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