WmfSelectObject

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject

public class WmfSelectObject extends WmfObject

The select object.

Constructors

ConstructorDescription
WmfSelectObject(WmfGraphicObject wmfObject)Initializes a new instance of the WmfSelectObject class.
WmfSelectObject()Initializes a new instance of the WmfSelectObject class.

Methods

MethodDescription
getObjectIndex()Gets or sets the index of the object.
setObjectIndex(int value)Gets or sets the index of the object.

WmfSelectObject(WmfGraphicObject wmfObject)

public WmfSelectObject(WmfGraphicObject wmfObject)

Initializes a new instance of the WmfSelectObject class.

Parameters:

ParameterTypeDescription
wmfObjectWmfGraphicObjectThe WMF object.

WmfSelectObject()

public WmfSelectObject()

Initializes a new instance of the WmfSelectObject 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