Aspose::Words::Drawing::TextPathAlignment enum

TextPathAlignment enum

WordArt alignment.

enum class TextPathAlignment

Values

NameValueDescription
Stretch0Stretch each line of text to fit width.
Center1Center text on width.
Left2Left justify.
Right3Right justify.
LetterJustify4Spread letters out to fit width.
WordJustify5Spread words out to fit width.

See Also