com.jniwrapper.win32.jexcel.format
Class TextOrientation

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.jexcel.format.TextOrientation

public class TextOrientation
extends com.jniwrapper.util.EnumItem

This class in an enumeration of text orientation choices.


Field Summary
static TextOrientation DOWNWARD
           
static TextOrientation HORIZONTAL
           
static TextOrientation UPWARD
           
static TextOrientation VERTICAL
           
 
Constructor Summary
TextOrientation(long value)
           
 
Method Summary
 java.lang.String toString()
           
 com.jniwrapper.win32.excel.XlOrientation toXlOrientation()
           
 
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

DOWNWARD

public static final TextOrientation DOWNWARD

HORIZONTAL

public static final TextOrientation HORIZONTAL

UPWARD

public static final TextOrientation UPWARD

VERTICAL

public static final TextOrientation VERTICAL
Constructor Detail

TextOrientation

public TextOrientation(long value)
Method Detail

toXlOrientation

public com.jniwrapper.win32.excel.XlOrientation toXlOrientation()

toString

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