com.aspose.cells
Class ColorType

java.lang.Object
    extended by com.aspose.cells.ColorType

public class ColorType 
extends java.lang.Object

Utility class containing constants. Indicates all color type

Field Summary
static final intAUTOMATIC
           Automatic color.
static final intAUTOMATIC_INDEX
           It's automaic color,but the displayed color depends the setting of the OS System.
static final intRGB
           The RGB color.
static final intINDEXED_COLOR
           The color index in the color palette.
static final intTHEME
           The theme color.
 

Field Detail

AUTOMATIC

public static final int AUTOMATIC
Automatic color.

AUTOMATIC_INDEX

public static final int AUTOMATIC_INDEX
It's automaic color,but the displayed color depends the setting of the OS System. Not supported.

RGB

public static final int RGB
The RGB color.

INDEXED_COLOR

public static final int INDEXED_COLOR
The color index in the color palette.

THEME

public static final int THEME
The theme color.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.