Package org.apache.poi.hwmf.record
Class HwmfPlaceableHeader
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfPlaceableHeader
-
public class HwmfPlaceableHeader extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intWMF_HEADER_MAGIC
-
Constructor Summary
Constructors Modifier Constructor Description protectedHwmfPlaceableHeader(LittleEndianInputStream leis)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Rectangle2DgetBounds()intgetUnitsPerInch()static HwmfPlaceableHeaderreadHeader(LittleEndianInputStream leis)
-
-
-
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 IOException
- Throws:
IOException
-
-
Method Detail
-
readHeader
public static HwmfPlaceableHeader readHeader(LittleEndianInputStream leis) throws IOException
- Throws:
IOException
-
getBounds
public Rectangle2D getBounds()
-
getUnitsPerInch
public int getUnitsPerInch()
-
-