ImageEn, unit iexRichEdit

TIEParaAttributes.Numbering

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;