Interface ICustomFormatter
- All Known Implementing Classes:
FieldReplacementFormatter
public interface ICustomFormatter
Custom formatter field which is used to format input/mergefield while preprocessing step.
- Author:
- azerr
-
Method Summary
Modifier and TypeMethodDescriptionformat(String content, IDocumentFormatter formatter) returns the result of the format of teh given content coming from input/merge field.
-
Method Details
-
format
returns the result of the format of teh given content coming from input/merge field.- Parameters:
content-formatter-- Returns:
-