ImageEn, unit iexRichEdit

TIEParaAttributes

TIEParaAttributes

Declaration

TIEParaAttributes = class(TPersistent);

Description

Properties of paragraph.

Example

// Center the current paragraph
IERichEdit1.Paragraph.Alignment := paCenter;

// Specify a left-margin for the current paragraph of 1 inch
// const Points_Per_Inch = 72;
IERichEdit1.Paragraph.LeftIndent := 1 * Points_Per_Inch;

Properties

Public Property  Alignment
Public Property  FirstIndent
Public Property  HeadingStyle
Public Property  LeftIndent
Public Property  LineSpacing
Public Property  LineSpacingRule
Public Property  Numbering
Public Property  NumberingStart
Public Property  NumberingStyle
Public Property  NumberingTab
Public Property  RightIndent
Public Property  SpaceAfter
Public Property  SpaceBefore
Public Property  Tab
Public Property  TabAlignment
Public Property  TabCount
Public Property  TabLeader
Public Property  TableStyle

Methods
Public Method  Assign
Public Method  AssignTo