public final class EMF extends Metafile
Metafile.Header
PictureData.PictureType
CHECKSUM_SIZE
Constructor and Description |
---|
EMF() |
Modifier and Type | Method and Description |
---|---|
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 |
compress, getImageDimension
create, getChecksum, getChecksum, getContentType, getGenericProperties, getHeader, getImageDimensionInPixels, getIndex, getOffset, getRawData, getUID, getUIDInstanceCount, setIndex, setOffset, setRawData, setUIDInstanceCount, write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGenericChildren, getGenericRecordType
public byte[] getData()
PictureData
public void setData(byte[] data) throws java.io.IOException
PictureData
data
- picture datajava.io.IOException
public PictureData.PictureType getType()
public int getSignature()
0x3D40
or 0x3D50
getSignature
in class HSLFPictureData
0x3D40
or 0x3D50
)public void setSignature(int signature)
0x3D40
or 0x3D50
setSignature
in class HSLFPictureData
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.