Click or drag to resize

TextAlignment Enumeration

Represents different text alignment styles.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum TextAlignment
Members
  Member nameValueDescription
NotDefined-1 Default aligment.
Left0 Left alignment.
Center1 Center alignment.
Right2 Right alignment.
Justify3 Justify alignment.
JustifyLow4 Kashida justify low.
Distributed5 Distributed alignment.
See Also