|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hslf.usermodel.PictureData org.apache.poi.hslf.blip.Metafile org.apache.poi.hslf.blip.WMF
public class WMF
Represents a WMF (Windows Metafile) picture data.
Nested Class Summary | |
---|---|
static class |
WMF.AldusHeader
Aldus Placeable Metafile header - 22 byte structure before WMF data. |
Nested classes/interfaces inherited from class org.apache.poi.hslf.blip.Metafile |
---|
Metafile.Header |
Field Summary |
---|
Fields inherited from class org.apache.poi.hslf.usermodel.PictureData |
---|
CHECKSUM_SIZE, logger, offset, painters |
Constructor Summary | |
---|---|
WMF()
|
Method Summary | |
---|---|
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 |
Methods inherited from class org.apache.poi.hslf.blip.Metafile |
---|
compress |
Methods inherited from class org.apache.poi.hslf.usermodel.PictureData |
---|
create, draw, getChecksum, getHeader, getImagePainter, getOffset, getRawData, getSize, getUID, setImagePainter, setOffset, setRawData, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WMF()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |