Skip to main content

TemplateAbstractNumberingList Interface

Defines the template used for creating abstract numbering lists in a document.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[ComVisible(true)]
public interface TemplateAbstractNumberingList :
    NumberingListBase

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