ListLevelCollection

ListLevelCollection

Overview

ListLevelCollection is a class in Aspose.Words FOSS for .NET. Inherits from: IEnumerable<ListLevel>.

A collection of list formatting for each level in a list.

This class provides 1 method for working with ListLevelCollection objects in .NET programs. Available methods include: GetEnumerator. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: Count.

Properties

NameTypeAccessDescription
CountintReadGets the number of levels in this list.

Methods

SignatureDescription
GetEnumerator()Gets the enumerator object that will enumerate levels in this list.

See Also