WmfEscape

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

public class WmfEscape extends WmfObject

The wmf escape object.

Constructors

ConstructorDescription
WmfEscape()

Methods

MethodDescription
getEscapeType()Gets or sets the type of the escape.
setEscapeType(int value)Gets or sets the type of the escape.
getEscapeRecord()Gets or sets the escape record.
setEscapeRecord(WmfEscapeRecordBase value)Gets or sets the escape record.

WmfEscape()

public WmfEscape()

getEscapeType()

public int getEscapeType()

Gets or sets the type of the escape.

Value: The type of the escape.

Returns: int

setEscapeType(int value)

public void setEscapeType(int value)

Gets or sets the type of the escape.

Value: The type of the escape.

Parameters:

ParameterTypeDescription
valueint

getEscapeRecord()

public WmfEscapeRecordBase getEscapeRecord()

Gets or sets the escape record.

Value: The escape record.

Returns: WmfEscapeRecordBase

setEscapeRecord(WmfEscapeRecordBase value)

public void setEscapeRecord(WmfEscapeRecordBase value)

Gets or sets the escape record.

Value: The escape record.

Parameters:

ParameterTypeDescription
valueWmfEscapeRecordBase