Interface IListLevelsIndexer
Represents a class that manages and provides indexing information for list levels in a list hierarchy.
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing.Lists
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public interface IListLevelsIndexer
Methods
GetCurrentIndex(Int32)
Gets the current index of the specified list level for numbering purposes.
Declaration
int GetCurrentIndex(int listLevel)
Parameters
System.Int32
listLevel
The zero-based list level index. |
Returns
System.Int32
The current numbering index for the specified list level. |