WmfDeleteObject
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject
public class WmfDeleteObject extends WmfObject
The Delete object
Constructors
Constructor | Description |
---|---|
WmfDeleteObject(WmfGraphicObject deletedObject) | Initializes a new instance of the WmfDeleteObject class. |
WmfDeleteObject() | Initializes a new instance of the WmfDeleteObject class. |
Methods
Method | Description |
---|---|
getObjectIndex() | Gets or sets the index of the object. |
setObjectIndex(int value) | Gets or sets the index of the object. |
WmfDeleteObject(WmfGraphicObject deletedObject)
public WmfDeleteObject(WmfGraphicObject deletedObject)
Initializes a new instance of the WmfDeleteObject
class.
Parameters:
Parameter | Type | Description |
---|---|---|
deletedObject | WmfGraphicObject | The deleted object. |
WmfDeleteObject()
public WmfDeleteObject()
Initializes a new instance of the WmfDeleteObject
class.
getObjectIndex()
public int getObjectIndex()
Gets or sets the index of the object.
Value: The index of the object.
Returns: int
setObjectIndex(int value)
public void setObjectIndex(int value)
Gets or sets the index of the object.
Value: The index of the object.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |