Class ListLevelCollection
Collection of list levels defining hierarchy and formatting for multilevel lists.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing.Collections
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class ListLevelCollection : CollectionBase<ListLevel>, IEnumerable<ListLevel>, IEnumerable
Methods
AddListLevel()
Creates a list level, adds it to the collection, and returns it.
Declaration
public ListLevel AddListLevel()
Returns
|
ListLevel
The newly created and added list level. |