Constructor and Description |
---|
WmfEscape() |
Modifier and Type | Method and Description |
---|---|
WmfEscapeRecordBase |
getEscapeRecord()
Gets or sets the escape record.
|
int |
getEscapeType()
Gets or sets the type of the escape.
|
void |
setEscapeRecord(WmfEscapeRecordBase value)
Gets or sets the escape record.
|
void |
setEscapeType(int value)
Gets or sets the type of the escape.
|
public int getEscapeType()
Gets or sets the type of the escape.
Value: The type of the escape.public void setEscapeType(int value)
Gets or sets the type of the escape.
Value: The type of the escape.public WmfEscapeRecordBase getEscapeRecord()
Gets or sets the escape record.
Value: The escape record.public void setEscapeRecord(WmfEscapeRecordBase value)
Gets or sets the escape record.
Value: The escape record.