com.moyosoft.connector.ms.excel
Class BorderWeight

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

public class BorderWeight
extends AbstractType

See Also:
Serialized Form

Field Summary
static BorderWeight HAIRLINE
           
static BorderWeight MEDIUM
           
static BorderWeight THICK
           
static BorderWeight THIN
           
 
Method Summary
static BorderWeight getById(int pId)
           
 boolean isHairline()
           
 boolean isMedium()
           
 boolean isThick()
           
 boolean isThin()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HAIRLINE

public static final BorderWeight HAIRLINE

MEDIUM

public static final BorderWeight MEDIUM

THICK

public static final BorderWeight THICK

THIN

public static final BorderWeight THIN
Method Detail

getById

public static BorderWeight getById(int pId)

isHairline

public boolean isHairline()

isMedium

public boolean isMedium()

isThick

public boolean isThick()

isThin

public boolean isThin()