Interface HTMLConverter
-
- All Superinterfaces:
DocumentFormatConversion
- All Known Implementing Classes:
OpenOfficeHTMLConverter
public interface HTMLConverter extends DocumentFormatConversion
A converter of HTML document into a text format. The converter supports the following text formats: OpenDocument Text. The converter is managed by the IoC container and can be retrieving under the name 'htmlConverter'.
-
-
Method Summary
-
Methods inherited from interface org.silverpeas.core.contribution.converter.DocumentFormatConversion
convert, convert, convert, getSupportedFormats
-
-