Class TextBulletNumberingFormat
Represents the text bullet numbering format.
Inheritance
System.Object
TextBulletNumberingFormat
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 method for getting text bullet representation from number. |
Methods
GetBulletNumberingElement(IListLevelsIndexer)
Gets the bullet numbering element.
Declaration
public PositionContentElement GetBulletNumberingElement(IListLevelsIndexer listLevelsIndexer)
Parameters
IListLevelsIndexer
listLevelsIndexer
The list levels indexer. |
Returns
PositionContentElement
The bullet numbering element. |