Class TextBulletNumberingFormat
Represents a text-based bullet numbering format that generates bullet text content based on list level indexing information.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing.Lists
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class TextBulletNumberingFormat : IBulletNumberingFormat
Constructors
TextBulletNumberingFormat(Func<IListLevelsIndexer, String>)
Initializes a new instance of the TextBulletNumberingFormat class.
Declaration
public TextBulletNumberingFormat(Func<IListLevelsIndexer, string> getTextBullet)
Parameters
System.Func<IListLevelsIndexer, System.String>
getTextBullet
The function that generates the text representation of the bullet based on the list levels indexer. |
Methods
GetBulletNumberingElement(IListLevelsIndexer)
Gets the bullet numbering element.
Declaration
public PositionContentElement GetBulletNumberingElement(IListLevelsIndexer listLevelsIndexer)
Parameters
IListLevelsIndexer
listLevelsIndexer
The list levels indexer that provides current index information for each list level. |
Returns
PositionContentElement
The position content element representing the bullet numbering, or null if no text is generated. |