Description:
Enumerates the various text alignment modes when setting AttrTextAlign Property. When setting lkj, combine a vertical alignment value and a horizontal alignment value: e.g.:
artPage.AttrTextAlign = textAlignVCenter + textAlignCenter
Values:
textAlignLeftTop |
Vertical alignment: top; Horizontal alignment: left justify |
textAlignBottom |
Vertical alignment: bottom |
textAlignRight |
Horizontal alignment: right justify |
textAlignCenter |
Horizontal alignment: center |
textAlignVCenter |
Vertical alignment: top |