org.apache.poi.hssf.usermodel
Interface HSSFColorConstants

All Known Implementing Classes:
HSSFCellStyle, HSSFFont

Deprecated. use org.apache.poi.hssf.util.HSSFColor instead

public interface HSSFColorConstants

contains constants representing colors in the file. NOTE WILL MOST LIKELY BE DEPRECATED BY THE END OF THE 2.0 CYCLE IN FAVOR OF nsph.util.HSSFColor...

Author:
Andrew C. Oliver (acoliver at apache dot org)
See Also:
HSSFColor

Field Summary
static short AQUA
          Deprecated.  
static short AUTOMATIC
          Deprecated.  
static short BLACK
          Deprecated.  
static short BLUE
          Deprecated.  
static short BLUE_GREY
          Deprecated.  
static short BRIGHT_GREEN
          Deprecated.  
static short BROWN
          Deprecated.  
static short DARK_BLUE
          Deprecated.  
static short DARK_GREEN
          Deprecated.  
static short DARK_RED
          Deprecated.  
static short DARK_TEAL
          Deprecated.  
static short DARK_YELLOW
          Deprecated.  
static short GOLD
          Deprecated.  
static short GREEN
          Deprecated.  
static short GREY_25_PERCENT
          Deprecated.  
static short GREY_40_PERCENT
          Deprecated.  
static short GREY_50_PERCENT
          Deprecated.  
static short GREY_80_PERCENT
          Deprecated.  
static short INDIGO
          Deprecated.  
static short LAVENDER
          Deprecated.  
static short LIGHT_BLUE
          Deprecated.  
static short LIGHT_GREEN
          Deprecated.  
static short LIGHT_ORANGE
          Deprecated.  
static short LIGHT_TURQUOISE
          Deprecated.  
static short LIGHT_YELLOW
          Deprecated.  
static short LIME
          Deprecated.  
static short OLIVE_GREEN
          Deprecated.  
static short ORANGE
          Deprecated.  
static short PALE_BLUE
          Deprecated.  
static short PINK
          Deprecated.  
static short PLUM
          Deprecated.  
static short RED
          Deprecated.  
static short ROSE
          Deprecated.  
static short SEA_GREEN
          Deprecated.  
static short SKY_BLUE
          Deprecated.  
static short TAN
          Deprecated.  
static short TEAL
          Deprecated.  
static short TURQUOISE
          Deprecated.  
static short VIOLET
          Deprecated.  
static short WHITE
          Deprecated.  
static short YELLOW
          Deprecated.  
 

Field Detail

AUTOMATIC

public static final short AUTOMATIC
Deprecated. 

BLACK

public static final short BLACK
Deprecated. 

BROWN

public static final short BROWN
Deprecated. 

OLIVE_GREEN

public static final short OLIVE_GREEN
Deprecated. 

DARK_GREEN

public static final short DARK_GREEN
Deprecated. 

DARK_TEAL

public static final short DARK_TEAL
Deprecated. 

DARK_BLUE

public static final short DARK_BLUE
Deprecated. 

INDIGO

public static final short INDIGO
Deprecated. 

GREY_80_PERCENT

public static final short GREY_80_PERCENT
Deprecated. 

DARK_RED

public static final short DARK_RED
Deprecated. 

ORANGE

public static final short ORANGE
Deprecated. 

DARK_YELLOW

public static final short DARK_YELLOW
Deprecated. 

GREEN

public static final short GREEN
Deprecated. 

TEAL

public static final short TEAL
Deprecated. 

BLUE

public static final short BLUE
Deprecated. 

BLUE_GREY

public static final short BLUE_GREY
Deprecated. 

GREY_50_PERCENT

public static final short GREY_50_PERCENT
Deprecated. 

RED

public static final short RED
Deprecated. 

LIGHT_ORANGE

public static final short LIGHT_ORANGE
Deprecated. 

LIME

public static final short LIME
Deprecated. 

SEA_GREEN

public static final short SEA_GREEN
Deprecated. 

AQUA

public static final short AQUA
Deprecated. 

LIGHT_BLUE

public static final short LIGHT_BLUE
Deprecated. 

VIOLET

public static final short VIOLET
Deprecated. 

GREY_40_PERCENT

public static final short GREY_40_PERCENT
Deprecated. 

PINK

public static final short PINK
Deprecated. 

GOLD

public static final short GOLD
Deprecated. 

YELLOW

public static final short YELLOW
Deprecated. 

BRIGHT_GREEN

public static final short BRIGHT_GREEN
Deprecated. 

TURQUOISE

public static final short TURQUOISE
Deprecated. 

SKY_BLUE

public static final short SKY_BLUE
Deprecated. 

PLUM

public static final short PLUM
Deprecated. 

GREY_25_PERCENT

public static final short GREY_25_PERCENT
Deprecated. 

ROSE

public static final short ROSE
Deprecated. 

TAN

public static final short TAN
Deprecated. 

LIGHT_YELLOW

public static final short LIGHT_YELLOW
Deprecated. 

LIGHT_GREEN

public static final short LIGHT_GREEN
Deprecated. 

LIGHT_TURQUOISE

public static final short LIGHT_TURQUOISE
Deprecated. 

PALE_BLUE

public static final short PALE_BLUE
Deprecated. 

LAVENDER

public static final short LAVENDER
Deprecated. 

WHITE

public static final short WHITE
Deprecated. 


Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.