public final class WMF extends Metafile
Metafile.HeaderPictureData.PictureTypeCHECKSUM_SIZE| Constructor and Description |
|---|
WMF() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Returns the binary data of this Picture
(返回此图片的二进制数据)
|
int |
getSignature()
WMF signature is either
0x2160 or
0x2170
(WMF 签名为 0x2160 或 0x2170)
|
PictureData.PictureType |
getType() |
void |
setData(byte[] data)
Sets the binary picture data
(设置二进制图片数据)
|
void |
setSignature(int signature)
Sets the WMF signature - either
0x2160 or
0x2170
(设置 WMF 签名 - 0x2160 或 0x2170)
|
compress, getImageDimensioncreate, getChecksum, getChecksum, getContentType, getGenericProperties, getHeader, getImageDimensionInPixels, getIndex, getOffset, getRawData, getUID, getUIDInstanceCount, setIndex, setOffset, setRawData, setUIDInstanceCount, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGenericChildren, getGenericRecordTypepublic byte[] getData()
PictureData
public void setData(byte[] data)
throws java.io.IOException
PictureData
data - picture data
(数据 - 图片数据)
java.io.IOException
(java.io.IOException)
public PictureData.PictureType getType()
public int getSignature()
0x2160 or
0x2170
(WMF 签名为 0x2160 或 0x2170)
getSignature in class
HSLFPictureData
(HSLFPictureData 类中的 getSignature)
public void setSignature(int signature)
0x2160 or
0x2170
(设置 WMF 签名 - 0x2160 或 0x2170)
setSignature in class
HSLFPictureData
(HSLFPictureData 类中的 setSignature)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.