WmfEscape
Contents
[
Hide
]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
| Constructor | Description |
|---|---|
| WmfEscape() |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| value | int |
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:
| Parameter | Type | Description |
|---|---|---|
| value | WmfEscapeRecordBase |