public final class WMF extends Metafile
Modifier and Type | Class | Description |
---|---|---|
class |
WMF.AldusHeader |
Aldus Placeable Metafile header - 22 byte structure before WMF data.
|
Metafile.Header
CHECKSUM_SIZE, logger, offset, painters
Constructor | Description |
---|---|
WMF() |
Modifier and Type | Method | Description |
---|---|---|
byte[] |
getData() |
Extract compressed WMF data from a ppt
|
int |
getSignature() |
WMF signature is
0x2160 |
int |
getType() |
We are of type
Picture.WMF |
void |
setData(byte[] data) |
Set picture data
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, draw, getChecksum, getHeader, getImagePainter, getOffset, getRawData, getSize, getUID, setImagePainter, setOffset, setRawData, write
public byte[] getData()
getData
in class PictureData
public void setData(byte[] data) throws java.io.IOException
PictureData
setData
in class PictureData
java.io.IOException
public int getType()
Picture.WMF
getType
in class PictureData
public int getSignature()
0x2160
getSignature
in class PictureData
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.