public static class HwmfEscape.WmfEscapeEMF extends java.lang.Object implements HwmfEscape.HwmfEscapeData, GenericRecord
Constructor and Description |
---|
WmfEscapeEMF() |
Modifier and Type | Method and 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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGenericChildren, getGenericRecordType
public int init(LittleEndianInputStream leis, long recordSize, HwmfEscape.EscapeFunction escapeFunction) throws java.io.IOException
init
in interface HwmfEscape.HwmfEscapeData
java.io.IOException
public boolean isValid()
public int getCommentRecordCount()
public int getCurrentRecordSize()
public int getRemainingBytes()
public int getEmfRecordSize()
public byte[] getEmfData()
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.