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

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

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

This class is an enumaration of contants that specify the fragment of a Border.


Field Summary
static Border.Kind DIAGONALDOWN
           
static Border.Kind DIAGONALUP
           
static Border.Kind EDGEBOTTOM
           
static Border.Kind EDGELEFT
           
static Border.Kind EDGERIGHT
           
static Border.Kind EDGETOP
           
static Border.Kind INSIDEHORIZONTAL
           
static Border.Kind INSIDEVERTICAL
           
 
Method Summary
 java.lang.String toString()
           
 com.jniwrapper.win32.excel.XlBordersIndex toXlBordersIndex()
           
 
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

INSIDEHORIZONTAL

public static final Border.Kind INSIDEHORIZONTAL

INSIDEVERTICAL

public static final Border.Kind INSIDEVERTICAL

DIAGONALDOWN

public static final Border.Kind DIAGONALDOWN

DIAGONALUP

public static final Border.Kind DIAGONALUP

EDGEBOTTOM

public static final Border.Kind EDGEBOTTOM

EDGELEFT

public static final Border.Kind EDGELEFT

EDGERIGHT

public static final Border.Kind EDGERIGHT

EDGETOP

public static final Border.Kind EDGETOP
Method Detail

toXlBordersIndex

public com.jniwrapper.win32.excel.XlBordersIndex toXlBordersIndex()

toString

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