public final class ScriptStyle
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ScriptStyle |
NORMAL_SCRIPT |
static ScriptStyle |
SUBSCRIPT |
static ScriptStyle |
SUPERSCRIPT |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final ScriptStyle NORMAL_SCRIPT
public static final ScriptStyle SUPERSCRIPT
public static final ScriptStyle SUBSCRIPT
public int getValue()
public java.lang.String getDescription()
public static ScriptStyle getStyle(int val)
val
-