| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjxl.format.ScriptStyle
Enumeration class which contains the various script styles available within the standard Excel ScriptStyle palette
| Field Summary | |
static ScriptStyle | 
NORMAL_SCRIPT
 | 
static ScriptStyle | 
SUBSCRIPT
 | 
static ScriptStyle | 
SUPERSCRIPT
 | 
| Method Summary | |
 java.lang.String | 
getDescription()
Gets the string description for display purposes  | 
static ScriptStyle | 
getStyle(int val)
Gets the ScriptStyle from the value  | 
 int | 
getValue()
Gets the value of this style.  | 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final ScriptStyle NORMAL_SCRIPT
public static final ScriptStyle SUBSCRIPT
public static final ScriptStyle SUPERSCRIPT
| Method Detail | 
public java.lang.String getDescription()
public static ScriptStyle getStyle(int val)
val - 
public int getValue()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||