IFieldResultFormatter
Overview
IFieldResultFormatter is a interface in Aspose.Words FOSS for .NET.
Implement this interface if you want to control how the field result is formatted.
This interface provides 3 methods for working with IFieldResultFormatter objects in .NET programs.
Available methods include: Format, FormatNumeric.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
FormatNumeric(value: double, format: string) | Called when Aspose.Words applies a numeric format switch, i.e. |
Format(value: string, format: GeneralFormat) | Called when Aspose.Words applies a capitalization format switch, i.e. |
Format(value: double, format: GeneralFormat) | Called when Aspose.Words applies a number format switch, i.e. |