WmfSelectPalette
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject
public class WmfSelectPalette extends WmfObject
The META_SELECTPALETTE record defines the current logical palette with a specified Palette Object.
Constructors
Constructor | Description |
---|---|
WmfSelectPalette() |
Methods
Method | Description |
---|---|
getObjectIndex() | Gets or sets the index of the object. |
setObjectIndex(int value) | Gets or sets the index of the object. |
WmfSelectPalette()
public WmfSelectPalette()
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 |