Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.01 KB

File metadata and controls

42 lines (31 loc) · 1.01 KB

GetTextVerticalAlign

Description

Function GetTextVerticalAlign returns the vertical alignment of the referenced text object.

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
FUNCTION GetTextVerticalAlign(TextHd : HANDLE): INTEGER;
def vs.GetTextVerticalAlign(TextHd):
    return INTEGER

Parameters

Name Type Description
TextHd HANDLE Handle to text object.

See Also

VS Functions:

Version

Availability: from VectorWorks 8.0

Category