Package org.apache.poi.hwmf.record
Class HwmfPlaceableHeader
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfPlaceableHeader
-
public class HwmfPlaceableHeader extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
WMF_HEADER_MAGIC
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.geom.Rectangle2D
getBounds()
int
getUnitsPerInch()
static HwmfPlaceableHeader
readHeader(LittleEndianInputStream leis)
-
-
-
Field Detail
-
WMF_HEADER_MAGIC
public static final int WMF_HEADER_MAGIC
- See Also:
- Constant Field Values
-
-
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()
-
-