Prototype

TAutoOrderedList = (olNo, olSingle, olPath);

Description

Numbering option for ordered lists.


olNo

Lists are not renumbered.

olSingle

All levels are renumbered starting from 1 with a single number.


1. Item

      1. Sub-item

olPath

All levels are renumbered starting from 1. Sublevels include the numbering of the parent levels.


1. Item

      1.1. Sub-item

See also

TListStyle.Numbering