Procedure SetTextVertAlignN sets the vertical alignment of the referenced text object without changing its location.
[[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" |
| } |
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
- Objects - Text