java.lang.Object
com.aspose.cells.ColorType
public class ColorType
| Field Summary | ||
|---|---|---|
static final int | AUTOMATIC | |
| Automatic color. | ||
static final int | AUTOMATIC_INDEX | |
| It's automatic color,but the displayed color depends the setting of the OS System. | ||
static final int | RGB | |
| The RGB color. | ||
static final int | INDEXED_COLOR | |
| The color index in the color palette. | ||
static final int | THEME | |
| The theme color. | ||
| Field Detail |
|---|
AUTOMATIC | |
public static final int AUTOMATIC | |
AUTOMATIC_INDEX | |
public static final int AUTOMATIC_INDEX | |
RGB | |
public static final int RGB | |
INDEXED_COLOR | |
public static final int INDEXED_COLOR | |
THEME | |
public static final int THEME | |