MathJustification

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class MathJustification extends System.Enum

Specifies justification of the math paragraph (a series of adjacent instances of mathematical text within the same paragraph)

Fields

FieldDescription
LeftJustifiedAlign mathematical text to the left
RightJustifiedAlign mathematical text to the right
CenteredAlign mathematical text to the center
CenteredAsGroupCenter on the page the entire group of math blocks as a single unit.

LeftJustified

public static final int LeftJustified

Align mathematical text to the left

RightJustified

public static final int RightJustified

Align mathematical text to the right

Centered

public static final int Centered

Align mathematical text to the center

CenteredAsGroup

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.