Package org.apache.poi.hwmf.record
Class HwmfWindowing.WmfScanObject
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfWindowing.WmfScanObject
-
- All Implemented Interfaces:
GenericRecord
- Enclosing class:
- HwmfWindowing
public static class HwmfWindowing.WmfScanObject extends Object implements GenericRecord
-
-
Constructor Summary
Constructors Constructor Description WmfScanObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Supplier<?>>getGenericProperties()intinit(LittleEndianInputStream leis)-
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
-
-
-
-
Method Detail
-
init
public int init(LittleEndianInputStream leis)
-
getGenericProperties
public Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
-