public class WmfEscapeRecordBase extends WmfObject
The escape record base.
Constructor and Description |
---|
WmfEscapeRecordBase() |
Modifier and Type | Method and Description |
---|---|
int |
getByteCount()
Gets or sets the byte count.
|
boolean |
getChecked()
Gets a value indicating whether this
WmfEscapeRecordBase is checked. |
byte[] |
getData()
Gets or sets the data.
|
void |
setByteCount(int value)
Gets or sets the byte count.
|
void |
setChecked(boolean value)
Gets a value indicating whether this
WmfEscapeRecordBase is checked. |
void |
setData(byte[] value)
Gets or sets the data.
|
public int getByteCount()
Gets or sets the byte count.
Value: A 16-bit unsigned integer that specifies the size, in bytes, of the record data that follows. This value MUST be 34 plus the value of the EnhancedMetafileDataSize field.public void setByteCount(int value)
Gets or sets the byte count.
Value: A 16-bit unsigned integer that specifies the size, in bytes, of the record data that follows. This value MUST be 34 plus the value of the EnhancedMetafileDataSize field.public byte[] getData()
Gets or sets the data.
Value: The data.public void setData(byte[] value)
Gets or sets the data.
Value: The data.public boolean getChecked()
Gets a value indicating whether this WmfEscapeRecordBase
is checked.
true
if checked; otherwise, false
.public void setChecked(boolean value)
Gets a value indicating whether this WmfEscapeRecordBase
is checked.
true
if checked; otherwise, false
.