| 
 | ||||||||||
| 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 SUPERSCRIPT
public static final ScriptStyle SUBSCRIPT
| Method Detail | 
public int getValue()
public java.lang.String getDescription()
public static ScriptStyle getStyle(int val)
val - 
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||