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

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

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

This class is an enumeration of font effects.


Field Summary
static Font.Alignment NORMAL
           
static Font.Alignment SUBSCRIPT
           
static Font.Alignment SUPERSCRIPT
           
 
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

NORMAL

public static final Font.Alignment NORMAL

SUBSCRIPT

public static final Font.Alignment SUBSCRIPT

SUPERSCRIPT

public static final Font.Alignment SUPERSCRIPT
Method Detail

toString

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