VS:SetClTextStyleRef/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

指定したクラスの文字スタイルを設定します。 textStyleRefに文字スタイルのインデックスを指定します。

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

Parameters

className STRING クラスの名前
textStyleRef LONGINT 文字スタイルのインデックス

Version

Availability: from Vectorworks 2015

See Also

VS Functions:

VS:SetClUseTextStyle | VS:GetClUseTextStyle | VS:GetClTextStyleRef

VS Functions:

[[VS:SetClUseTextStyle]] | [[VS:GetClUseTextStyle]]

| [[VS:GetClTextStyleRef]]