public final class WmfPlaceableFileHeader extends Object
Defines a placeable metafile. Not inheritable.
| Constructor and Description |
|---|
WmfPlaceableFileHeader() |
| Modifier and Type | Method and Description |
|---|---|
short |
getBboxBottom()
Gets the y-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.
|
short |
getBboxLeft()
Gets the x-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.
|
short |
getBboxRight()
Gets the x-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.
|
short |
getBboxTop()
Gets the y-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.
|
short |
getChecksum()
Gets the checksum value for the previous ten WORD s in the header.
|
short |
getHmf()
Gets the handle of the metafile in memory.
|
short |
getInch()
Gets the number of twips per inch.
|
int |
getKey()
Gets a value indicating the presence of a placeable metafile header.
|
int |
getReserved()
Reserved.
|
void |
setBboxBottom(short value)
Sets the y-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.
|
void |
setBboxLeft(short value)
Sets the x-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.
|
void |
setBboxRight(short value)
Sets the x-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.
|
void |
setBboxTop(short value)
Sets the y-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.
|
void |
setChecksum(short value)
Sets the checksum value for the previous ten WORD s in the header.
|
void |
setHmf(short value)
Sets the handle of the metafile in memory.
|
void |
setInch(short value)
Sets the number of twips per inch.
|
void |
setKey(int value)
Sets a value indicating the presence of a placeable metafile header.
|
void |
setReserved(int value)
Reserved.
|
public int getKey()
Gets a value indicating the presence of a placeable metafile header.
public void setKey(int value)
Sets a value indicating the presence of a placeable metafile header.
value - a value indicating the presence of a placeable metafile header.public short getHmf()
Gets the handle of the metafile in memory.
public void setHmf(short value)
Sets the handle of the metafile in memory.
value - the handle of the metafile in memory.public short getBboxLeft()
Gets the x-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.
public void setBboxLeft(short value)
Sets the x-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.
value - the x-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.public short getBboxTop()
Gets the y-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.
public void setBboxTop(short value)
Sets the y-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.
value - the y-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.public short getBboxRight()
Gets the x-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.
public void setBboxRight(short value)
Sets the x-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.
value - the x-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.public short getBboxBottom()
Gets the y-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.
public void setBboxBottom(short value)
Sets the y-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.
value - the y-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.public short getInch()
Gets the number of twips per inch.
public void setInch(short value)
Sets the number of twips per inch.
value - the number of twips per inch.public int getReserved()
Reserved. Do not use.
public void setReserved(int value)
Reserved. Do not use.
public short getChecksum()
Gets the checksum value for the previous ten WORD s in the header.
public void setChecksum(short value)
Sets the checksum value for the previous ten WORD s in the header.
value - the checksum value for the previous ten WORD s in the header.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.