org.apache.poi.hwmf.record
Class HwmfPlaceableHeader

java.lang.Object
  extended by org.apache.poi.hwmf.record.HwmfPlaceableHeader

public class HwmfPlaceableHeader
extends java.lang.Object


Field Summary
static int WMF_HEADER_MAGIC
           
 
Constructor Summary
protected HwmfPlaceableHeader(LittleEndianInputStream leis)
           
 
Method Summary
 java.awt.geom.Rectangle2D getBounds()
           
 int getUnitsPerInch()
           
static HwmfPlaceableHeader readHeader(LittleEndianInputStream leis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WMF_HEADER_MAGIC

public static final int WMF_HEADER_MAGIC
See Also:
Constant Field Values
Constructor Detail

HwmfPlaceableHeader

protected HwmfPlaceableHeader(LittleEndianInputStream leis)
                       throws java.io.IOException
Throws:
java.io.IOException
Method Detail

readHeader

public static HwmfPlaceableHeader readHeader(LittleEndianInputStream leis)
                                      throws java.io.IOException
Throws:
java.io.IOException

getBounds

public java.awt.geom.Rectangle2D getBounds()

getUnitsPerInch

public int getUnitsPerInch()


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.