Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.15 KB

File metadata and controls

44 lines (34 loc) · 1.15 KB

SetTextVertAlignN

Description

Procedure SetTextVertAlignN sets the vertical alignment of the referenced text object without changing its location.

Text Locus

Table - Text Vertical Justification

Justification Constant
Top of text box 1
Top baseline 2
Text centerline 3
Bottom baseline 4
Bottom of text box 5
PROCEDURE SetTextVertAlignN(
				TextHd            : HANDLE;
				verticalAlignment : INTEGER);
def vs.SetTextVertAlignN(TextHd, verticalAlignment):
    return None

Parameters

Name Type Description
TextHd HANDLE Handle to the text object.
verticalAlignment INTEGER Vertical alignment setting for text.

See Also

VS Functions:

Version

Availability: from Vectorworks 2011

Category