Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 863 Bytes

File metadata and controls

50 lines (38 loc) · 863 Bytes

TextVerticalAlign

Description

Procedure TextVerticalAlign sets the active text vertical alignment of a VectorWorks document.

{| class="wikitable_c" |+ Table - Text Vertical Justification

! Justification !! Constant
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"
}

[[Image:textlocus.gif]]

PROCEDURE TextVerticalAlign(verticalAlignment : INTEGER);
def vs.TextVerticalAlign(verticalAlignment):
    return None

Parameters

Name Type Description
verticalAlignment INTEGER Vertical alignment setting for document.

Version

Availability: from VectorWorks 8.0

Category

  • Objects - Text