Class ListLevelCollection
Represents a collection of list levels that define the hierarchy and formatting properties for a list.
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
Constructors
ListLevelCollection()
Declaration
public ListLevelCollection()
Methods
AddListLevel()
Adds a new list level to the collection.
Declaration
public ListLevel AddListLevel()
Returns
ListLevel
The newly created and added list level. |