Class ListCollection
Represents a collection of lists within a RadFixedDocument, providing methods to add and manage lists with different templates and formatting styles.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing.Collections
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class ListCollection
Methods
AddList()
Adds a new list to the collection.
Declaration
public List AddList()
Returns
List
The newly created and added list. |
AddList(ListTemplateType)
Adds a new list to the collection using the specified list template.
Declaration
public List AddList(ListTemplateType listTemplateType)
Parameters
ListTemplateType
listTemplateType
The type of list template to use for formatting and numbering. |
Returns
List
The newly created and added list with the specified template applied. |