Interface IAutoFormatter
Provides the functionality for custom autoformatters.
Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public interface IAutoFormatter
Methods
Format(IList)
Formats the given list of lexem wrappers.
Declaration
string Format(IList lexems)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.IList | lexems | List of ILexemWrapper instances. |
Returns
| Type | Description |
|---|---|
| System.String | String with formatted text. |