Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.03 KB

File metadata and controls

53 lines (42 loc) · 1.03 KB

GetTextVerticalAlign

Description

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

[[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"
}
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

  • Objects - Text