Class HemfPlusHeader.EmfPlusGraphicsVersion
- java.lang.Object
-
- org.apache.poi.hemf.record.emfplus.HemfPlusHeader.EmfPlusGraphicsVersion
-
- All Implemented Interfaces:
GenericRecord
- Enclosing class:
- HemfPlusHeader
public static class HemfPlusHeader.EmfPlusGraphicsVersion extends Object implements GenericRecord
-
-
Constructor Summary
Constructors Constructor Description EmfPlusGraphicsVersion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Supplier<?>>getGenericProperties()HemfPlusHeader.GraphicsVersiongetGraphicsVersion()intgetMetafileSignature()longinit(LittleEndianInputStream leis)StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
-
-
-
Method Detail
-
getMetafileSignature
public int getMetafileSignature()
-
getGraphicsVersion
public HemfPlusHeader.GraphicsVersion getGraphicsVersion()
-
init
public long init(LittleEndianInputStream leis) throws IOException
- Throws:
IOException
-
getGenericProperties
public Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
-