Function GetTextVerticalAlign returns the vertical alignment of the referenced text object.
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 |
FUNCTION GetTextVerticalAlign(TextHd : HANDLE): INTEGER;def vs.GetTextVerticalAlign(TextHd):
return INTEGER| Name | Type | Description |
|---|---|---|
| TextHd | HANDLE | Handle to text object. |
VS Functions:
Availability: from VectorWorks 8.0
