VS:BeginText

From Vectorworks Developer
Revision as of 13:47, 15 January 2015 by Root (talk | contribs)
Jump to navigation Jump to search

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

Description

Procedures BeginText creates a new text object in a VectorWorks document. All text specified between calls to BeginText and EndText will be part of the new text object.

Text may be specified in single quotes, or variables may be used..

To specify the insertion point of the new text object, use TextOrigin.

Note: This function is not available in Python. Use VS:CreateText instead.

PROCEDURE BeginText;

Version

Availability: from All Versions

See Also

VS Functions:

VS:EndText | VS:CreateText

VS Functions:

[[VS:EndText]]

| [[VS:CreateText]]