public abstract class ColorantBase extends ComplexTypeBase
Represents XMP Colorant type.
Modifier and Type | Method and Description |
---|---|
int |
getColorType()
Gets or sets the type of the color.
|
int |
getMode()
Gets
ColorMode . |
String |
getSwatchName()
Gets or sets the name of the swatch.
|
String |
getXmpRepresentation()
Gets the string contained value in XMP format.
|
void |
setColorType(int value)
Gets or sets the type of the color.
|
void |
setMode(int value)
Gets
ColorMode . |
void |
setSwatchName(String value)
Gets or sets the name of the swatch.
|
add, getNamespaceUri, getPrefix
public final int getMode()
Gets ColorMode
.
public void setMode(int value)
Gets ColorMode
.
public final String getSwatchName()
Gets or sets the name of the swatch.
Value: The name of the swatch.public final void setSwatchName(String value)
Gets or sets the name of the swatch.
Value: The name of the swatch.public final int getColorType()
Gets or sets the type of the color.
Value: The type of the color.public final void setColorType(int value)
Gets or sets the type of the color.
Value: The type of the color.public String getXmpRepresentation()
Gets the string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class ComplexTypeBase
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.