Procedure TextJust sets the active text justification for a VectorWorks document.
Table - Text Justification
| Justification | Constant |
|---|---|
| Left | 1 |
| Center | 2 |
| Right | 3 |
| Justify | 4 |
PROCEDURE TextJust(justify : INTEGER);def vs.TextJust(justify):
return None| Name | Type | Description |
|---|---|---|
| justify | INTEGER | Justification setting for document. |
There doesn't seem to be a way to get the document DEFAULT text justification like FUNCTION GetDefaultTextJust : INTEGER;
Availability: from All Versions
