ImageEn, unit iexRichEdit

TIETextAttributes

TIETextAttributes

Declaration

TIETextAttributes = class(TPersistent);

Description

Properties of text.

Example

// Bold the selected text
IERichEdit1.SelAttributes.Bold := True;

// Set the default size of the text
IERichEdit1.DefAttributes.Size := 12;

Methods and Properties

Properties
Public Property  BackColor
Public Property  Bold
Public Property  Charset
Public Property  Color
Public Property  ConsistentAttributes
Public Property  Disabled
Public Property  Height
Public Property  Hidden
Public Property  Italic
Public Property  Link
Public Property  Name
Public Property  Offset
Public Property  Pitch
Public Property  Protected
Public Property  Size
Public Property  StrikeOut
Public Property  Style
Public Property  SubscriptStyle
Public Property  Underline
Public Property  UnderlineColor
Public Property  UnderlineType

Methods
Public Method  Assign
Public Method  AssignTo