com.silverpeas.converter.openoffice
Class OpenOfficeToPDFConverter
java.lang.Object
   com.silverpeas.converter.openoffice.OpenOfficeConverter
com.silverpeas.converter.openoffice.OpenOfficeConverter
       com.silverpeas.converter.openoffice.OpenOfficeToPDFConverter
com.silverpeas.converter.openoffice.OpenOfficeToPDFConverter
- All Implemented Interfaces: 
- DocumentFormatConversion, ToPDFConverter
- @Named(value="toPDFConverter")
public class OpenOfficeToPDFConverter 
- extends OpenOfficeConverter- implements ToPDFConverter
Implementation of the ToPDFConverter interface by using the OpenOffice API to perform its job.
- Author:
- Yohann Chastagnier
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
OpenOfficeToPDFConverter
public OpenOfficeToPDFConverter()
getSupportedFormats
public DocumentFormat[] getSupportedFormats()
- Description copied from interface: DocumentFormatConversion
- Gets the formats of documents supported by the converter.
 
- 
- Specified by:
- getSupportedFormatsin interface- DocumentFormatConversion
 
- 
- Returns:
- an array with the different formats into which the object implementing this interface
         can convert a document.
 
isDocumentSupported
public boolean isDocumentSupported(File document)
- Description copied from class: OpenOfficeConverter
- Is the specified document in the format on which the converter works?
 
- 
- Specified by:
- isDocumentSupportedin class- OpenOfficeConverter
 
- 
- Parameters:
- document- the document to check its format is supported.
- Returns:
- true if the format of the document is supported by this converter, false otherwise.
 
Copyright © 2016 Silverpeas. All Rights Reserved.