TextAlignment
TextAlignment enumeration
Represents different text alignment styles.
public enum TextAlignment
Values
| Name | Value | Description | 
|---|---|---|
| NotDefined | -1 | Default aligment. | 
| Left | 0 | Left alignment. | 
| Center | 1 | Center alignment. | 
| Right | 2 | Right alignment. | 
| Justify | 3 | Justify alignment. | 
| JustifyLow | 4 | Kashida justify low. | 
| Distributed | 5 | Distributed alignment. | 
See Also
- namespace Aspose.Slides
 - assembly Aspose.Slides