com.jniwrapper.win32.jexcel.format
Class Font.UnderlineStyle

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

public static class Font.UnderlineStyle
extends com.jniwrapper.util.EnumItem

This class is an enumeration of font underline styles.


Field Summary
static Font.UnderlineStyle DOUBLE
           
static Font.UnderlineStyle DOUBLEACCOUNTING
           
static Font.UnderlineStyle NONE
           
static Font.UnderlineStyle SINGLE
           
static Font.UnderlineStyle SINGLEACCOUNTING
           
 
Method Summary
 java.lang.String toString()
           
 
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

NONE

public static final Font.UnderlineStyle NONE

SINGLE

public static final Font.UnderlineStyle SINGLE

SINGLEACCOUNTING

public static final Font.UnderlineStyle SINGLEACCOUNTING

DOUBLE

public static final Font.UnderlineStyle DOUBLE

DOUBLEACCOUNTING

public static final Font.UnderlineStyle DOUBLEACCOUNTING
Method Detail

toString

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