MathJustification

MathJustification enumeration

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

public enum MathJustification

Values

NameValueDescription
LeftJustified1Align mathematical text to the left
RightJustified2Align mathematical text to the right
Centered3Align mathematical text to the center
CenteredAsGroup4Center 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.

See Also