|
||||||||||
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.EMF
public class EMF
Represents EMF (Windows Enhanced Metafile) picture data.
Nested Class Summary |
---|
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 | |
---|---|
EMF()
|
Method Summary | |
---|---|
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 |
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 EMF()
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()
PictureData
Picture class.
- Specified by:
getType
in class PictureData
- Returns:
- type of this picture.
public int getSignature()
0x3D40
getSignature
in class PictureData
0x3D40
)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |