VS:SetStaticTextStyle

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Description

Sets the style for the Layout Manager static Text


Plain 0
Bold 1
Italic 2
Underline 4

Can combine styles (bold + italic = 3)

PROCEDURE SetStaticTextStyle(
dialogID :LONGINT;
componentID :LONGINT;
style :INTEGER);
def vs.SetStaticTextStyle(dialogID, componentID, style):
    return None

Parameters

dialogID LONGINT
componentID LONGINT
style INTEGER

Version

Availability: from Vectorworks 2010