Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 818 Bytes

File metadata and controls

38 lines (28 loc) · 818 Bytes

TextJust

Description

Procedure TextJust sets the active text justification for a VectorWorks document.

Text Locus

Table - Text Justification

Justification Constant
Left 1
Center 2
Right 3
Justify 4
PROCEDURE TextJust(justify : INTEGER);
def vs.TextJust(justify):
    return None

Parameters

Name Type Description
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

Category