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 Type
    Method
    Description
    format(String content, IDocumentFormatter formatter)
    returns the result of the format of teh given content coming from input/merge field.
  • Method Details

    • format

      String format(String content, IDocumentFormatter formatter)
      returns the result of the format of teh given content coming from input/merge field.
      Parameters:
      content -
      formatter -
      Returns: