Interface INumberingStyleConverter
Represents a numbering style converter.
Namespace: Telerik.Windows.Documents.Flow.FormatProviders.Pdf.Utils
Assembly: Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll
Syntax
public interface INumberingStyleConverter
Methods
ConvertNumberToText(Int32)
Converts the number to text.
Declaration
string ConvertNumberToText(int number)
Parameters
System.Int32
number
The number. |
Returns
System.String
The text representation of the given number. |