| ImageEn, unit iexRichEdit |
|
TIEParaAttributes.Numbering
Declaration
property Numbering: TIENumbering;
Description
Specify the numbering style for the paragraph (none, bullets, numbers, etc.).
Example
// Apply bullet points to the current paragraph
IERichEdit1.Paragraph.Numbering := nsBullet;