EmfDeleteObject
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord
public final class EmfDeleteObject extends EmfRecord
The EMR_DELETEOBJECT record deletes a graphics object, which is specified by its index in the EMF Object Table(section 3.1.1.1).
Constructors
| Constructor | Description |
|---|---|
| EmfDeleteObject(EmfRecord record) | Initializes a new instance of the EmfDeleteObject class. |
| EmfDeleteObject() | Initializes a new instance of the EmfDeleteObject class. |
Methods
| Method | Description |
|---|---|
| getObjectHandle() | Gets or sets 32-bit unsigned integer that specifies either the index of a graphics object in the EMF Object Table or the index of a stock object from the StockObject enumeration. |
| setObjectHandle(int value) | Gets or sets 32-bit unsigned integer that specifies either the index of a graphics object in the EMF Object Table or the index of a stock object from the StockObject enumeration. |
EmfDeleteObject(EmfRecord record)
public EmfDeleteObject(EmfRecord record)
Initializes a new instance of the EmfDeleteObject class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| record | EmfRecord | The record. |
EmfDeleteObject()
public EmfDeleteObject()
Initializes a new instance of the EmfDeleteObject class.
getObjectHandle()
public int getObjectHandle()
Gets or sets 32-bit unsigned integer that specifies either the index of a graphics object in the EMF Object Table or the index of a stock object from the StockObject enumeration.
Returns: int
setObjectHandle(int value)
public void setObjectHandle(int value)
Gets or sets 32-bit unsigned integer that specifies either the index of a graphics object in the EMF Object Table or the index of a stock object from the StockObject enumeration.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |