TextAlignment Enumeration |
Represents different text alignment styles.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum TextAlignment
Public Enumeration TextAlignment
public enum class TextAlignment
Members
| Member 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