VS:TextVerticalAlign

From Vectorworks Developer
Revision as of 18:43, 5 May 2020 by MKlaers (talk | contribs) (~~~~ page was showing description for TextSpace.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

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



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 TextVerticalAlign(
verticalAlignment :INTEGER);
def vs.TextVerticalAlign(verticalAlignment):
    return None

Parameters

verticalAlignment INTEGER Vertical alignment setting for document.

Version

Availability: from VectorWorks 8.0