Aspose::Words::Drawing::TextPathAlignment enum
TextPathAlignment enum
WordArt alignment.
enum class TextPathAlignment
Values
Name | Value | Description |
---|---|---|
Stretch | 0 | Stretch each line of text to fit width. |
Center | 1 | Center text on width. |
Left | 2 | Left justify. |
Right | 3 | Right justify. |
LetterJustify | 4 | Spread letters out to fit width. |
WordJustify | 5 | Spread words out to fit width. |
See Also
- Namespace Aspose::Words::Drawing
- Library Aspose.Words for C++