jxl.format
Class ScriptStyle
public final class ScriptStyle
extends java.lang.Object
Enumeration class which contains the various script styles available
within the standard Excel ScriptStyle palette
NORMAL_SCRIPT
public static final ScriptStyle NORMAL_SCRIPT
getDescription
public String getDescription()
Gets the string description for display purposes
getStyle
public static ScriptStyle getStyle(int val)
Gets the ScriptStyle from the value
- the ScriptStyle with that value
getValue
public int getValue()
Gets the value of this style. This is the value that is written to
the generated Excel file