Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 740 Bytes

File metadata and controls

33 lines (26 loc) · 740 Bytes

SetClTextStyleRef

Description

Function SetClTextStyleRef sets the text style of the specified class. The integer style is the internal index of the text style.

PROCEDURE SetClTextStyleRef(
				className    : STRING;
				textStyleRef : LONGINT);
def vs.SetClTextStyleRef(className, textStyleRef):
    return None

Parameters

Name Type Description
className STRING Name of class
textStyleRef LONGINT text style reference id

See Also

VS Functions: SetClUseTextStyle | GetClUseTextStyle | GetClTextStyleRef

Version

Availability: from Vectorworks 2015

Category