Uses of Class
net.sf.jooreports.converter.DocumentFormat

Packages that use DocumentFormat
net.sf.jooreports.converter   
net.sf.jooreports.openoffice.converter   
 

Uses of DocumentFormat in net.sf.jooreports.converter
 

Methods in net.sf.jooreports.converter that return DocumentFormat
 DocumentFormat DocumentFormatRegistry.getFormatByFileExtension(String extension)
           
 DocumentFormat DocumentFormatRegistry.getFormatByMimeType(String extension)
           
 DocumentFormat BasicDocumentFormatRegistry.getFormatByFileExtension(String extension)
           
 DocumentFormat BasicDocumentFormatRegistry.getFormatByMimeType(String mimeType)
           
 

Methods in net.sf.jooreports.converter with parameters of type DocumentFormat
 void BasicDocumentFormatRegistry.addDocumentFormat(DocumentFormat documentFormat)
           
 void DocumentConverter.convert(InputStream inputStream, DocumentFormat inputFormat, OutputStream outputStream, DocumentFormat outputFormat)
          Convert a document.
 void DocumentConverter.convert(File inputFile, DocumentFormat inputFormat, File outputFile, DocumentFormat outputFormat)
          Convert a document.
 void DocumentConverter.convert(File inputDocument, File outputDocument, DocumentFormat outputFormat)
          Convert a document.
 boolean DocumentFormat.isExportableTo(DocumentFormat otherFormat)
           
 

Uses of DocumentFormat in net.sf.jooreports.openoffice.converter
 

Methods in net.sf.jooreports.openoffice.converter with parameters of type DocumentFormat
 void AbstractOpenOfficeDocumentConverter.convert(File inputFile, File outputFile, DocumentFormat outputFormat)
           
 void AbstractOpenOfficeDocumentConverter.convert(InputStream inputStream, DocumentFormat inputFormat, OutputStream outputStream, DocumentFormat outputFormat)
           
 void AbstractOpenOfficeDocumentConverter.convert(File inputFile, DocumentFormat inputFormat, File outputFile, DocumentFormat outputFormat)