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 Object implements HwmfEscape.HwmfEscapeData, GenericRecord
-
-
Constructor Summary
Constructors Constructor Description WmfEscapeEMF()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCommentRecordCount()intgetCurrentRecordSize()byte[]getEmfData()intgetEmfRecordSize()Map<String,Supplier<?>>getGenericProperties()intgetRemainingBytes()intinit(LittleEndianInputStream leis, long recordSize, HwmfEscape.EscapeFunction escapeFunction)booleanisValid()-
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, long recordSize, HwmfEscape.EscapeFunction escapeFunction) throws IOException
- Specified by:
initin interfaceHwmfEscape.HwmfEscapeData- Throws:
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 Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
-