com.auxilii.msgparser.rtf
Interface RTF2HTMLConverter
- All Known Implementing Classes:
- JEditorPaneRTF2HTMLConverter, SimpleRTF2HTMLConverter
public interface RTF2HTMLConverter
This interface defines the structure of the conversion class to be used for extracting HTML code out of an RTF body
in case no pure HTML body was found. By default the msgparser uses the built-in SimpleRTF2HTMLConverter
class
but it can be replaced by a custom implementation.
- Author:
- thomas.misar
Method Summary |
String |
rtf2html(String rtf)
|
rtf2html
String rtf2html(String rtf)
throws Exception
- Throws:
Exception
Copyright © 2007 Roman Kurmanowytsch