WmfSetTextColor
Contents
[
Hide
]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
Constructor | Description |
---|---|
WmfSetTextColor() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | int |
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:
Parameter | Type | Description |
---|---|---|
value | byte |