public final class OfficeMathJustification
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CENTER
Centers each instance of mathematical text individually with respect to margins.
|
static int |
CENTER_GROUP
Justifies instances of mathematical text to the left with respect to each other, and centers the group of mathematical text (the Math Paragraph) with respect to the page.
|
static int |
DEFAULT
Default value
CENTER_GROUP. |
static int |
INLINE
Inline position of Math.
|
static int |
LEFT
Left justification of Math Paragraph.
|
static int |
length |
static int |
RIGHT
Right Justification of Math Paragraph.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String officeMathJustificationName) |
static java.lang.String |
getName(int officeMathJustification) |
static int[] |
getValues() |
static java.lang.String |
toString(int officeMathJustification) |
public static final int CENTER_GROUP
public static final int CENTER
public static final int LEFT
public static final int RIGHT
public static final int INLINE
public static final int DEFAULT
CENTER_GROUP.public static final int length