com.moyosoft.connector.ms.excel
Class ColorIndex

java.lang.Object
  |
  +--AbstractType
        |
        +--com.moyosoft.connector.ms.excel.ColorIndex

public class ColorIndex
extends AbstractType

See Also:
Serialized Form

Field Summary
static ColorIndex COLOR_INDEX_AUTOMATIC
           
static ColorIndex COLOR_INDEX_NONE
           
 
Method Summary
static ColorIndex getById(int pId)
           
 boolean isColorIndexAutomatic()
           
 boolean isColorIndexNone()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLOR_INDEX_AUTOMATIC

public static final ColorIndex COLOR_INDEX_AUTOMATIC

COLOR_INDEX_NONE

public static final ColorIndex COLOR_INDEX_NONE
Method Detail

getById

public static ColorIndex getById(int pId)

isColorIndexAutomatic

public boolean isColorIndexAutomatic()

isColorIndexNone

public boolean isColorIndexNone()