public final class OfficeMathDisplayType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DISPLAY
The Office Math is displayed on its own line.
|
static int |
INLINE
The Office Math is displayed inline with the text.
|
static int |
length |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String officeMathDisplayTypeName) |
static java.lang.String |
getName(int officeMathDisplayType) |
static int[] |
getValues() |
static java.lang.String |
toString(int officeMathDisplayType) |