ParagraphHorizontalAlignment

ParagraphHorizontalAlignment enumeration

Horizontal alignment

public enum ParagraphHorizontalAlignment

Values

NameValueDescription
NoAlign0Do not align text with the text frame.
Left1Align text with the left side of the text frame.
Center2Center text between the left and right sides of the text frame.
Right3Align text with the right side of the text frame.
FullJustify4Align text, excluding the last line, with the left and right sides of the text frame.
ForceJustify5Align text with both left and right sides of the text frame.

See Also