Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 445 Bytes

File metadata and controls

24 lines (18 loc) · 445 Bytes

GetTextWrap

Description

Procedure GetTextWrap returns the text wrap mode of the referenced text object.

FUNCTION GetTextWrap(theText : HANDLE): BOOLEAN;
def vs.GetTextWrap(theText):
    return BOOLEAN

Parameters

Name Type Description
theText HANDLE Handle to text object.

Version

Availability: from VectorWorks8.0

Category