VS:TextJust: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
(No difference)

Revision as of 14:39, 12 August 2013

.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
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