public final class HtmlOfficeMathOutputMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
IMAGE
OfficeMath is converted to HTML as image specified by
|
static int |
length |
static int |
MATH_ML
OfficeMath is converted to HTML using MathML.
|
static int |
TEXT
OfficeMath is converted to HTML as sequence of runs specified by tags.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String htmlOfficeMathOutputModeName) |
static java.lang.String |
getName(int htmlOfficeMathOutputMode) |
static int[] |
getValues() |
static java.lang.String |
toString(int htmlOfficeMathOutputMode) |
public static final int IMAGE
public static final int MATH_ML
public static final int TEXT
public static final int length