Package org.apache.poi.hwmf.record
Class HwmfEscape.WmfEscapeEMF
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfEscape.WmfEscapeEMF
-
- All Implemented Interfaces:
GenericRecord
,HwmfEscape.HwmfEscapeData
- Enclosing class:
- HwmfEscape
public static class HwmfEscape.WmfEscapeEMF extends java.lang.Object implements HwmfEscape.HwmfEscapeData, GenericRecord
-
-
Constructor Summary
Constructors Constructor Description WmfEscapeEMF()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCommentRecordCount()
int
getCurrentRecordSize()
byte[]
getEmfData()
int
getEmfRecordSize()
java.util.Map<java.lang.String,java.util.function.Supplier<?>>
getGenericProperties()
int
getRemainingBytes()
int
init(LittleEndianInputStream leis, long recordSize, HwmfEscape.EscapeFunction escapeFunction)
boolean
isValid()
-
Methods inherited from class java.lang.Object
equals, 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, long recordSize, HwmfEscape.EscapeFunction escapeFunction) throws java.io.IOException
- Specified by:
init
in interfaceHwmfEscape.HwmfEscapeData
- Throws:
java.io.IOException
-
isValid
public boolean isValid()
-
getCommentRecordCount
public int getCommentRecordCount()
-
getCurrentRecordSize
public int getCurrentRecordSize()
-
getRemainingBytes
public int getRemainingBytes()
-
getEmfRecordSize
public int getEmfRecordSize()
-
getEmfData
public byte[] getEmfData()
-
getGenericProperties
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
- Specified by:
getGenericProperties
in interfaceGenericRecord
-
-