This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20 R7
Multistyle Text Attributes

Multistyle Text Attributes 

 

Constant  Type Value Comment
Attribute background color  Longint 8 attribValue=Hexadecimal values or HTML color names (Windows only)
Attribute bold style  Longint 1 attribValue=0: remove bold attribute from selection
attribValue=1: apply bold attribute to selection
Attribute font name  Longint 5 attribValue=Font family name (string)
Attribute italic style  Longint 2 attribValue=0: remove italic attribute from selection
attribValue=1: apply italic attribute to selection
Attribute strikethrough style  Longint 3 attribValue=0: remove strikethrough attribute from selection
attribValue=1: apply strikethrough attribute to selection
Attribute text color  Longint 7 attribValue=Hexadecimal values or HTML color names
Attribute text size  Longint 6 attribValue=Number of points (number)
Attribute underline style  Longint 4 attribValue=0: remove underline attribute from selection
attribValue=1: apply underline attribute to selection


See also 

ST GET ATTRIBUTES
ST SET ATTRIBUTES

 
PROPERTIES 

Product: 4D
Theme: List of constant themes

 
HISTORY 

 
ARTICLE USAGE

4D Language Reference ( 4D v20 R7)