| ImageEn, unit iexRichEdit |
|
TIERichEdit.Paragraph
Declaration
property Paragraph: TIEParaAttributes;
Description
Specifies the attributes of the 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;
See Also
◼DefAttributes
◼SelAttributes
◼WordAttributes