Interface ODTConverter
-
- All Superinterfaces:
DocumentFormatConversion
- All Known Implementing Classes:
OpenOfficeODTConverter
public interface ODTConverter extends DocumentFormatConversion
A converter of ODT documents (OpenDocument Text) into another specified formats. The converter supports the following text formats: MS-Word 97/200/XP, OpenDocument Text, PDF and RTF. The converter is managed by the IoC container and can be retrieving under the name 'odtConverter'.
-
-
Method Summary
-
Methods inherited from interface org.silverpeas.core.contribution.converter.DocumentFormatConversion
convert, convert, convert, getSupportedFormats
-
-