Function GetTextVerticalAlign returns the vertical alignment of the referenced text object.
[[Image:textlocus.gif| left]]
{| class="wikitable_c" ! Justification !! Constant
| + Table - Text Vertical Justification |
|---|
| Top of text box |
| style="text-align:center" |
| - |
| Top baseline |
| style="text-align:center" |
| - |
| Text centerline |
| style="text-align:center" |
| - |
| Bottom baseline |
| style="text-align:center" |
| - |
| Bottom of text box |
| style="text-align:center" |
| } |
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
- Objects - Text