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

ConstructorDescription
WmfSelectPalette()

Methods

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

ParameterTypeDescription
valueint