|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hslf.blip.WMF.AldusHeader
public static class WMF.AldusHeader
Aldus Placeable Metafile header - 22 byte structure before WMF data.
Field Summary | |
---|---|
static int |
APMHEADER_KEY
|
int |
bottom
|
int |
checksum
|
int |
handle
|
int |
inch
|
int |
left
|
int |
reserved
|
int |
right
|
int |
top
|
Constructor Summary | |
---|---|
WMF.AldusHeader()
|
Method Summary | |
---|---|
int |
getChecksum()
Returns a checksum value for the previous 10 shorts in the header. |
int |
getSize()
|
void |
read(byte[] data,
int offset)
|
void |
write(java.io.OutputStream out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int APMHEADER_KEY
public int handle
public int left
public int top
public int right
public int bottom
public int inch
public int reserved
public int checksum
Constructor Detail |
---|
public WMF.AldusHeader()
Method Detail |
---|
public void read(byte[] data, int offset)
public int getChecksum()
public void write(java.io.OutputStream out) throws java.io.IOException
java.io.IOException
public int getSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |