Procedure SetTextVertAlignN sets the vertical alignment of the referenced text object without changing its location.
Table - Text Vertical Justification
| Justification | Constant |
|---|---|
| Top of text box | 1 |
| Top baseline | 2 |
| Text centerline | 3 |
| Bottom baseline | 4 |
| Bottom of text box | 5 |
PROCEDURE SetTextVertAlignN(
TextHd : HANDLE;
verticalAlignment : INTEGER);def vs.SetTextVertAlignN(TextHd, verticalAlignment):
return None| Name | Type | Description |
|---|---|---|
| TextHd | HANDLE | Handle to the text object. |
| verticalAlignment | INTEGER | Vertical alignment setting for text. |
VS Functions:
Availability: from Vectorworks 2011
