Interface
IBulletNumberingFormat

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:

cs-api-definition
public interface IBulletNumberingFormat

Methods

GetBulletNumberingElement(IListLevelsIndexer)

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

Declaration

cs-api-definition
PositionContentElement GetBulletNumberingElement(IListLevelsIndexer listLevelsIndexer)

Parameters

listLevelsIndexer

IListLevelsIndexer

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

Returns

PositionContentElement

The position content element representing the bullet numbering.