org.apache.poi.hslf.blip
public final class EMF extends Metafile
Metafile.Header
CHECKSUM_SIZE, logger, offset, painters
Constructor and Description |
---|
EMF() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Extract compressed EMF data from a ppt
|
int |
getSignature()
EMF signature is
0x3D40 |
int |
getType()
Returns type of this picture.
|
void |
setData(byte[] data)
Set picture data
|
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()
PictureData
Picture class.
getType
in class PictureData
public int getSignature()
0x3D40
getSignature
in class PictureData
0x3D40
)Copyright 2014 The Apache Software Foundation or its licensors, as applicable.