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.HeaderCHECKSUM_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, waitcreate, draw, getChecksum, getHeader, getImagePainter, getOffset, getRawData, getSize, getUID, setImagePainter, setOffset, setRawData, writepublic byte[] getData()
getData in class PictureDatapublic void setData(byte[] data)
throws java.io.IOException
PictureDatasetData in class PictureDatajava.io.IOExceptionpublic int getType()
Picture.WMFgetType in class PictureDatapublic int getSignature()
0x2160getSignature in class PictureDataCopyright 2018 The Apache Software Foundation or its licensors, as applicable.