com.aspose.cells

Class ColorType

  • java.lang.Object
    • com.aspose.cells.ColorType
public class ColorType 
extends java.lang.Object

Utility class containing constants. Represents all color type

Field Summary
static final intAUTOMATIC
Automatic color.
static final intAUTOMATIC_INDEX
It's automatic 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 automatic 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.