Interface IListLevelsIndexer
Provides the current numbering index for each level in a nested list during bullet or number generation.
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing.Lists
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public interface IListLevelsIndexer
Methods
GetCurrentIndex(Int32)
Get the current numbering value for the specified zero-based list level.
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. |