WmfEscapeRecordBase

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject

public class WmfEscapeRecordBase extends WmfObject

The escape record base.

Constructors

ConstructorDescription
WmfEscapeRecordBase()

Methods

MethodDescription
getByteCount()Gets or sets the byte count.
setByteCount(int value)Gets or sets the byte count.
getData()Gets or sets the data.
setData(byte[] value)Gets or sets the data.
getChecked()Gets a value indicating whether this WmfEscapeRecordBase is checked.
setChecked(boolean value)Gets a value indicating whether this WmfEscapeRecordBase is checked.

WmfEscapeRecordBase()

public WmfEscapeRecordBase()

getByteCount()

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.

Returns: int

setByteCount(int value)

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.

Parameters:

ParameterTypeDescription
valueint

getData()

public byte[] getData()

Gets or sets the data.

Value: The data.

Returns: byte[]

setData(byte[] value)

public void setData(byte[] value)

Gets or sets the data.

Value: The data.

Parameters:

ParameterTypeDescription
valuebyte[]

getChecked()

public boolean getChecked()

Gets a value indicating whether this WmfEscapeRecordBase is checked.

Value: true if checked; otherwise, false.

Returns: boolean

setChecked(boolean value)

public void setChecked(boolean value)

Gets a value indicating whether this WmfEscapeRecordBase is checked.

Value: true if checked; otherwise, false.

Parameters:

ParameterTypeDescription
valueboolean