TemplateAbstractNumberingList Interface
Defines the template used for creating abstract numbering lists in a document.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Related API Members
The following members return TemplateAbstractNumberingList objects:
Remarks
Use the AbstractNumberingListCollection.BulletedListTemplate, AbstractNumberingListCollection.NumberedListTemplate or the AbstractNumberingListCollection.MultiLevelListTemplate properties to gets access to templates for different list types. Use the TemplateAbstractNumberingList.CreateNew method to create an instance of the abstract list based on a template.
See Also