TDrawingAlignment Enumeration
Specifies the alignment types for text in a drawing.
Syntax
Unit: FlexCel.Core
Members
Name |
Value |
Description |
Left |
0 |
Align text to the left margin.
|
Center |
1 |
Align text in the center.
|
Right |
2 |
Align text to the right margin.
|
Justified |
3 |
Align text so that it is justified across the whole line. It is smart in the sense that it does not justify sentences which are short.
|
JustLow |
4 |
Aligns the text with an adjusted kashida length for Arabic text.
|
Distributed |
5 |
Distributes the text words across an entire text line.
|
ThaiDist |
6 |
Distributes Thai text specially, because each character is treated as a word.
|