officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-156f1b6b.md
Defines the template used for creating abstract numbering lists in a document.
Namespace : DevExpress.XtraRichEdit.API.Native
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
[ComVisible(true)]
public interface TemplateAbstractNumberingList :
NumberingListBase
<ComVisible(True)>
Public Interface TemplateAbstractNumberingList
Inherits NumberingListBase
The following members return TemplateAbstractNumberingList objects:
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