java.lang.Object
com.aspose.words.OfficeMathJustification
public class OfficeMathJustification
| Field Summary | ||
|---|---|---|
static final 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 final int | CENTER | |
| Centers each instance of mathematical text individually with respect to margins. | ||
static final int | LEFT | |
| Left justification of Math Paragraph. | ||
static final int | RIGHT | |
| Right Justification of Math Paragraph. | ||
static final int | INLINE | |
| Inline position of Math. | ||
static final int | DEFAULT | |
|
Default value |
||
| Field Detail |
|---|
CENTER_GROUP = 1 | |
public static final int CENTER_GROUP | |
CENTER = 2 | |
public static final int CENTER | |
LEFT = 3 | |
public static final int LEFT | |
RIGHT = 4 | |
public static final int RIGHT | |
INLINE = 7 | |
public static final int INLINE | |
DEFAULT = 1 | |
public static final int DEFAULT | |