New to Telerik UI for WinFormsStart a free 30-day trial

Contract for generating bullet or number content for list items based on the current list level state.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Editing.Lists

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public interface IBulletNumberingFormat

Derived Classes: TextBulletNumberingFormat

Methods

Build the bullet or number for the current item and return it as a positioned content element.

C#
PositionContentElement GetBulletNumberingElement(IListLevelsIndexer listLevelsIndexer)
Parameters:listLevelsIndexerIListLevelsIndexer

The list levels indexer that provides current index information for each list level.

Returns:

PositionContentElement

The position content element representing the bullet numbering.