Package org.apache.poi.hwmf.record
Class HwmfHeader
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfHeader
-
- All Implemented Interfaces:
GenericRecord
public class HwmfHeader extends Object implements GenericRecord
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHwmfHeader.HwmfHeaderMetaType
-
Constructor Summary
Constructors Constructor Description HwmfHeader(LittleEndianInputStream leis)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Supplier<?>>getGenericProperties()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
-
-
-
Constructor Detail
-
HwmfHeader
public HwmfHeader(LittleEndianInputStream leis) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getGenericProperties
public Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
-