Interface RichTextConverter

  • All Known Implementing Classes:
    HtmlRichTextConverter, RtfRichTextConverter

    public interface RichTextConverter
    A worker that converts raw-objects into rich-text objects. The worker expects either a byte-array, a char-array, a string or a native Document and returns the converted value (or the value unchanged if its not a rich-text object).
    Author:
    Thomas Morgner.