com.moyosoft.connector.ms.excel
Class CommandUnderlines

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

public class CommandUnderlines
extends AbstractType

See Also:
Serialized Form

Field Summary
static CommandUnderlines COMMAND_UNDERLINES_AUTOMATIC
           
static CommandUnderlines COMMAND_UNDERLINES_OFF
           
static CommandUnderlines COMMAND_UNDERLINES_ON
           
 
Method Summary
static CommandUnderlines getById(int pId)
           
 boolean isCommandUnderlinesAutomatic()
           
 boolean isCommandUnderlinesOff()
           
 boolean isCommandUnderlinesOn()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMAND_UNDERLINES_AUTOMATIC

public static final CommandUnderlines COMMAND_UNDERLINES_AUTOMATIC

COMMAND_UNDERLINES_OFF

public static final CommandUnderlines COMMAND_UNDERLINES_OFF

COMMAND_UNDERLINES_ON

public static final CommandUnderlines COMMAND_UNDERLINES_ON
Method Detail

getById

public static CommandUnderlines getById(int pId)

isCommandUnderlinesAutomatic

public boolean isCommandUnderlinesAutomatic()

isCommandUnderlinesOff

public boolean isCommandUnderlinesOff()

isCommandUnderlinesOn

public boolean isCommandUnderlinesOn()