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
Alignment
FirstIndent
HeadingStyle
LeftIndent
LineSpacing
LineSpacingRule
Numbering
NumberingStart
NumberingStyle
NumberingTab
RightIndent
SpaceAfter
SpaceBefore
Tab
TabAlignment
TabCount
TabLeader
TableStyle
Methods
Assign
AssignTo