Interface
INumberingStyleConverter

Defines a converter that transforms numeric list item values into formatted text for custom numbering styles.

Definition

Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.Utils

Assembly:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll

Syntax:

cs-api-definition
public interface INumberingStyleConverter

Methods

ConvertNumberToText(int)

Converts the specified number to its text representation according to the custom numbering style and returns the formatted string.

Declaration

cs-api-definition
string ConvertNumberToText(int number)

Parameters

number

int

The number.

Returns

string

The text representation of the given number.

In this article
DefinitionMethodsConvertNumberToText(int)
Not finding the help you need?
Contact Support