WmfSelectObject
Contents
[
Hide
]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
Constructor | Description |
---|---|
WmfSelectObject(WmfGraphicObject wmfObject) | Initializes a new instance of the WmfSelectObject class. |
WmfSelectObject() | Initializes a new instance of the WmfSelectObject class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
wmfObject | WmfGraphicObject | The 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:
Parameter | Type | Description |
---|---|---|
value | int |