Procedure TextJust sets the active text justification for a VectorWorks document.
[[Image:textlocus.gif]] {| class="wikitable_c" |+ Table - Text Justification
| ! Justification !! Constant |
|---|
| Left |
| style="text-align:center" |
| - |
| Center |
| style="text-align:center" |
| - |
| Right |
| style="text-align:center" |
| - |
| Justify |
| style="text-align:center" |
| } |
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
- Objects - Text