|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hslf.usermodel.PictureData
org.apache.poi.hslf.blip.Metafile
public abstract class Metafile
Represents a metafile picture which can be one of the following types: EMF, WMF, or PICT. A metafile is stored compressed using the ZIP deflate/inflate algorithm.
Nested Class Summary | |
---|---|
static class |
Metafile.Header
A structure which represents a 34-byte header preceeding the compressed metafile data |
Constructor Summary | |
---|---|
Metafile()
|
Method Summary |
---|
Methods inherited from class org.apache.poi.hslf.usermodel.PictureData |
---|
create, draw, getChecksum, getData, getHeader, getImagePainter, getOffset, getRawData, getSize, getType, getUID, setData, setImagePainter, setOffset, setRawData, write |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Metafile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |