Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1011 Bytes

File metadata and controls

38 lines (31 loc) · 1011 Bytes

SetTextStyleRef

Description

Procedure SetTextStyleRef sets the text style of an object to the referenced style. Reference 0 means Un-Styled. This procedure will replace by-class styling.

PROCEDURE SetTextStyleRef(
				objectId     : HANDLE;
				textStyleRef : LONGINT);
def vs.SetTextStyleRef(objectId, textStyleRef):
    return None

Parameters

Name Type Description
objectId HANDLE handle to object
textStyleRef LONGINT text style reference id

See Also

VS Functions: SetTextStyleRef | GetTextStyleRef | SetTextStyleRefN | GetTextStyleRefN | SetTextStyleByClass | SetTextStyleByClassN | IsTextStyleByClass | IsTextStyleByClassN

Version

Availability: from Vectorworks 2015

Category