VS:TextJust

From Vectorworks Developer
Revision as of 19:01, 5 May 2020 by MKlaers (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

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

Parameters

justify INTEGER Justification setting for document.

Remarks

There doesn't seem to be a way to get the document DEFAULT text justification like FUNCTION GetDefaultTextJust : INTEGER;

Version

Availability: from All Versions