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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HAIRLINE
public static final BorderWeight HAIRLINE
MEDIUM
public static final BorderWeight MEDIUM
THICK
public static final BorderWeight THICK
THIN
public static final BorderWeight THIN
getById
public static BorderWeight getById(int pId)
isHairline
public boolean isHairline()
isMedium
public boolean isMedium()
isThick
public boolean isThick()
isThin
public boolean isThin()