New to Telerik Document ProcessingStart a free 30-day trial

Collection for creating and managing numbered or bulleted lists in a document, including factory methods for template-based lists.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Editing.Collections

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public class ListCollection

Inheritance: objectListCollection

Methods

Creates a list, adds it to the collection, and returns it.

C#
public List AddList()
Returns:

List

The newly created and added list.

Creates a list using the specified template, adds it to the collection, and returns it.

C#
public List AddList(ListTemplateType listTemplateType)
Parameters:listTemplateTypeListTemplateType

The type of list template to use for formatting and numbering.

Returns:

List

The newly created and added list with the specified template applied.

In this article
DefinitionMethodsAddList()AddList(ListTemplateType)
Not finding the help you need?
Contact Support