ClassListCollection
Class
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:
cs-api-definition
public class ListCollection
Inheritance: objectListCollection
Methods
AddList()
Creates a list, adds it to the collection, and returns it.
AddList(ListTemplateType)
Creates a list using the specified template, adds it to the collection, and returns it.
Declaration
cs-api-definition
public List AddList(ListTemplateType listTemplateType)
Parameters
listTemplateType
The type of list template to use for formatting and numbering.
Returns
The newly created and added list with the specified template applied.