com.moyosoft.connector.ms.excel
Class Background

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

public class Background
extends AbstractType

See Also:
Serialized Form

Field Summary
static Background BACKGROUND_AUTOMATIC
           
static Background BACKGROUND_OPAQUE
           
static Background BACKGROUND_TRANSPARENT
           
 
Method Summary
static Background getById(int pId)
           
 boolean isBackgroundAutomatic()
           
 boolean isBackgroundOpaque()
           
 boolean isBackgroundTransparent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BACKGROUND_AUTOMATIC

public static final Background BACKGROUND_AUTOMATIC

BACKGROUND_OPAQUE

public static final Background BACKGROUND_OPAQUE

BACKGROUND_TRANSPARENT

public static final Background BACKGROUND_TRANSPARENT
Method Detail

getById

public static Background getById(int pId)

isBackgroundAutomatic

public boolean isBackgroundAutomatic()

isBackgroundOpaque

public boolean isBackgroundOpaque()

isBackgroundTransparent

public boolean isBackgroundTransparent()