WmfGraphicObject
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject
public class WmfGraphicObject extends WmfObject
The WMF Graphics Objects specify parameters for graphics output.
Constructors
| Constructor | Description |
|---|---|
| WmfGraphicObject() |
Methods
| Method | Description |
|---|---|
| getIndex() | Gets or sets the index. |
| setIndex(int value) | Gets or sets the index. |
WmfGraphicObject()
public WmfGraphicObject()
getIndex()
public int getIndex()
Gets or sets the index.
Value: The index.
Returns: int
setIndex(int value)
public void setIndex(int value)
Gets or sets the index.
Value: The index.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |