Procedure TextVerticalAlign sets the active text vertical alignment of a VectorWorks document.
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 TextVerticalAlign(verticalAlignment : INTEGER);def vs.TextVerticalAlign(verticalAlignment):
return None| Name | Type | Description |
|---|---|---|
| verticalAlignment | INTEGER | Vertical alignment setting for document. |
Availability: from VectorWorks 8.0
