|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hslf.usermodel.HSLFPictureData
org.apache.poi.hslf.blip.Metafile
org.apache.poi.hslf.blip.EMF
public final 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 |
| Nested classes/interfaces inherited from interface org.apache.poi.sl.usermodel.PictureData |
|---|
PictureData.PictureType |
| Field Summary |
|---|
| Fields inherited from class org.apache.poi.hslf.usermodel.HSLFPictureData |
|---|
CHECKSUM_SIZE |
| Constructor Summary | |
|---|---|
EMF()
|
|
| Method Summary | |
|---|---|
byte[] |
getData()
Returns the binary data of this Picture |
int |
getSignature()
EMF signature is 0x3D40 or 0x3D50 |
PictureData.PictureType |
getType()
|
void |
setData(byte[] data)
Sets the binary picture data |
void |
setSignature(int signature)
Sets the EMF signature - either 0x3D40 or 0x3D50 |
| Methods inherited from class org.apache.poi.hslf.blip.Metafile |
|---|
compress, getImageDimension |
| Methods inherited from class org.apache.poi.hslf.usermodel.HSLFPictureData |
|---|
create, getChecksum, getChecksum, getContentType, getHeader, getImageDimensionInPixels, getIndex, getOffset, getRawData, getUID, getUIDInstanceCount, setIndex, setOffset, setRawData, setUIDInstanceCount, 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()
PictureData
public void setData(byte[] data)
throws java.io.IOException
PictureData
data - picture data
java.io.IOExceptionpublic PictureData.PictureType getType()
public int getSignature()
0x3D40 or 0x3D50
getSignature in class HSLFPictureData0x3D40 or 0x3D50)public void setSignature(int signature)
0x3D40 or 0x3D50
setSignature in class HSLFPictureData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||