Skip to content

Latest commit

 

History

History
55 lines (45 loc) · 1.17 KB

File metadata and controls

55 lines (45 loc) · 1.17 KB

SetTextVertAlignN

Description

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

[[Image:textlocus.gif| left]]

{| class="wikitable_c" ! Justification !! Constant

+ Table - Text Vertical Justification
Top of text box
style="text-align:center"
-
Top baseline
style="text-align:center"
-
Text centerline
style="text-align:center"
-
Bottom baseline
style="text-align:center"
-
Bottom of text box
style="text-align:center"
}
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

  • Objects - Text