Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1007 Bytes

File metadata and controls

54 lines (43 loc) · 1007 Bytes

SetTextJustN

Description

Procedure SetTextJustN sets the text justification of the referenced text object without changing its location.

[[Image:textlocus.gif| right]]

{| 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 SetTextJustN(
				TextHd   : HANDLE;
				JustFlag : INTEGER);
def vs.SetTextJustN(TextHd, JustFlag):
    return None

Parameters

Name Type Description
TextHd HANDLE Handle to text object.
JustFlag INTEGER Justification setting for text.

Remarks

([[User:Orso.b.schmid|Orso]], 2012 Mai. 26): The constant 4 "Justify" is introduced by VW 2011

See Also

VS Functions: GetTextJust | SetTextJust

Version

Availability: from Vectorworks 2011

Category

  • Objects - Text