com.moyosoft.connector.ms.excel
Class UnderlineStyle

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

public class UnderlineStyle
extends AbstractType

See Also:
Serialized Form

Field Summary
static UnderlineStyle UNDERLINE_STYLE_DOUBLE
           
static UnderlineStyle UNDERLINE_STYLE_DOUBLE_ACCOUNTING
           
static UnderlineStyle UNDERLINE_STYLE_NONE
           
static UnderlineStyle UNDERLINE_STYLE_SINGLE
           
static UnderlineStyle UNDERLINE_STYLE_SINGLE_ACCOUNTING
           
 
Method Summary
static UnderlineStyle getById(int pId)
           
 boolean isUnderlineStyleDouble()
           
 boolean isUnderlineStyleDoubleAccounting()
           
 boolean isUnderlineStyleNone()
           
 boolean isUnderlineStyleSingle()
           
 boolean isUnderlineStyleSingleAccounting()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNDERLINE_STYLE_DOUBLE

public static final UnderlineStyle UNDERLINE_STYLE_DOUBLE

UNDERLINE_STYLE_DOUBLE_ACCOUNTING

public static final UnderlineStyle UNDERLINE_STYLE_DOUBLE_ACCOUNTING

UNDERLINE_STYLE_NONE

public static final UnderlineStyle UNDERLINE_STYLE_NONE

UNDERLINE_STYLE_SINGLE

public static final UnderlineStyle UNDERLINE_STYLE_SINGLE

UNDERLINE_STYLE_SINGLE_ACCOUNTING

public static final UnderlineStyle UNDERLINE_STYLE_SINGLE_ACCOUNTING
Method Detail

getById

public static UnderlineStyle getById(int pId)

isUnderlineStyleDouble

public boolean isUnderlineStyleDouble()

isUnderlineStyleDoubleAccounting

public boolean isUnderlineStyleDoubleAccounting()

isUnderlineStyleNone

public boolean isUnderlineStyleNone()

isUnderlineStyleSingle

public boolean isUnderlineStyleSingle()

isUnderlineStyleSingleAccounting

public boolean isUnderlineStyleSingleAccounting()