TextAlignment
TextAlignment enum
Represents different text alignment styles.
enum class 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
- Library Aspose.Slides