ImageEn, unit iexRichEdit |
|
TIERichEdit.Paragraph
Declaration
property Paragraph: TIEParaAttributes;
Description
Specifies the attributes of the paragraph.
// Center the current paragraph
IERichEdit1.Paragraph.Alignment := paCenter;
See Also
◼DefAttributes◼SelAttributes◼WordAttributes