public final class MathJustification
extends com.aspose.ms.System.Enum
Specifies justification of the math paragraph (a series of adjacent instances of mathematical text within the same paragraph)
Modifier and Type | Field and Description |
---|---|
static int |
Centered
Align mathematical text to the center
|
static int |
CenteredAsGroup
Center on the page the entire group of math blocks as a single unit.
|
static int |
LeftJustified
Align mathematical text to the left
|
static int |
RightJustified
Align mathematical text to the right
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int LeftJustified
Align mathematical text to the left
public static final int RightJustified
Align mathematical text to the right
public static final int Centered
Align mathematical text to the center
public static final int CenteredAsGroup
Center on the page the entire group of math blocks as a single unit. This means that the instances of mathematical text can be aligned with respect to each other, but the entire group of mathematical text is centered as a whole.