public static class HwmfEscape.WmfEscapeEMF extends Object implements HwmfEscape.HwmfEscapeData, GenericRecord
| Constructor and Description |
|---|
WmfEscapeEMF() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCommentRecordCount() |
int |
getCurrentRecordSize() |
byte[] |
getEmfData() |
int |
getEmfRecordSize() |
Map<String,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, waitgetGenericChildren, getGenericRecordTypepublic int init(LittleEndianInputStream leis, long recordSize, HwmfEscape.EscapeFunction escapeFunction) throws IOException
init in interface HwmfEscape.HwmfEscapeDataIOExceptionpublic boolean isValid()
public int getCommentRecordCount()
public int getCurrentRecordSize()
public int getRemainingBytes()
public int getEmfRecordSize()
public byte[] getEmfData()
public Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecord