com.jniwrapper.win32.jexcel.format
Class Border.LineWeight

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.jexcel.format.Border.LineWeight
Enclosing class:
Border

public static class Border.LineWeight
extends com.jniwrapper.util.EnumItem

This class is an enumeration of line weight contants that can be applied to a cell or range border.

See Also:
Border.setWeight(Border.LineWeight), Border.getWeight()

Field Summary
static Border.LineWeight HAIRLINE
           
static Border.LineWeight MEDIUM
           
static Border.LineWeight THICK
           
static Border.LineWeight THIN
           
 
Constructor Summary
Border.LineWeight(long value)
           
 
Method Summary
 java.lang.String toString()
           
 com.jniwrapper.win32.excel.XlBorderWeight toXlBorderWeight()
           
 
Methods inherited from class com.jniwrapper.util.EnumItem
equals, getLongValue, getValue, hashCode, isOneOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

HAIRLINE

public static final Border.LineWeight HAIRLINE

THIN

public static final Border.LineWeight THIN

MEDIUM

public static final Border.LineWeight MEDIUM

THICK

public static final Border.LineWeight THICK
Constructor Detail

Border.LineWeight

public Border.LineWeight(long value)
Method Detail

toXlBorderWeight

public com.jniwrapper.win32.excel.XlBorderWeight toXlBorderWeight()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object