Back to Devexpress

TemplateAbstractNumberingList Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-156f1b6b.md

latest2.4 KB
Original Source

TemplateAbstractNumberingList Interface

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

Declaration

csharp
[ComVisible(true)]
public interface TemplateAbstractNumberingList :
    NumberingListBase
vb
<ComVisible(True)>
Public Interface TemplateAbstractNumberingList
    Inherits NumberingListBase

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

TemplateAbstractNumberingList Members

DevExpress.XtraRichEdit.API.Native Namespace