WmfDeleteObject

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

ConstructorDescription
WmfDeleteObject(WmfGraphicObject deletedObject)Initializes a new instance of the WmfDeleteObject class.
WmfDeleteObject()Initializes a new instance of the WmfDeleteObject class.

Methods

MethodDescription
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:

ParameterTypeDescription
deletedObjectWmfGraphicObjectThe 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:

ParameterTypeDescription
valueint