Click or drag to resize
TextAlignment Enumeration
How text is aligned in a paragraph or cell.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public enum TextAlignment
Members
  Member nameValueDescription
Left0Text aligns with the left margin.
Center1Text is centered between the margins.
Right2Text aligns with the right margin.
Justify3 Text starts at the left margin and, if the line extends beyond the right margin, all the spaces in the line are adjusted to be even.
Undefined-9999999Text alignment is undefined.
See Also