WmfSetTextColor

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

public class WmfSetTextColor extends WmfObject

The Set text color.

Constructors

ConstructorDescription
WmfSetTextColor()

Methods

MethodDescription
getColorRef()Gets or sets the color reference.
setColorRef(int value)Gets or sets the color reference.
getExtendedByte()Gets or sets the extended byte.
setExtendedByte(byte value)Gets or sets the extended byte.

WmfSetTextColor()

public WmfSetTextColor()

getColorRef()

public int getColorRef()

Gets or sets the color reference.

Value: The color reference.

Returns: int

setColorRef(int value)

public void setColorRef(int value)

Gets or sets the color reference.

Value: The color reference.

Parameters:

ParameterTypeDescription
valueint

getExtendedByte()

public byte getExtendedByte()

Gets or sets the extended byte.

Value: The extended byte.

Returns: byte

setExtendedByte(byte value)

public void setExtendedByte(byte value)

Gets or sets the extended byte.

Value: The extended byte.

Parameters:

ParameterTypeDescription
valuebyte