Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TemplateAbstractNumberingList Interface

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

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

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