Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 816 Bytes

File metadata and controls

46 lines (37 loc) · 816 Bytes

TextJust

Description

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

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

  • Objects - Text