Uses of Class
org.artofsolving.jodconverter.document.DocumentFormat

Packages that use DocumentFormat
org.artofsolving.jodconverter   
org.artofsolving.jodconverter.document   
 

Uses of DocumentFormat in org.artofsolving.jodconverter
 

Methods in org.artofsolving.jodconverter with parameters of type DocumentFormat
 void OfficeDocumentConverter.convert(java.io.File inputFile, java.io.File outputFile, DocumentFormat outputFormat)
           
 void StandardConversionTask.setInputFormat(DocumentFormat inputFormat)
           
 

Constructors in org.artofsolving.jodconverter with parameters of type DocumentFormat
StandardConversionTask(java.io.File inputFile, java.io.File outputFile, DocumentFormat outputFormat)
           
 

Uses of DocumentFormat in org.artofsolving.jodconverter.document
 

Methods in org.artofsolving.jodconverter.document that return DocumentFormat
 DocumentFormat SimpleDocumentFormatRegistry.getFormatByExtension(java.lang.String extension)
           
 DocumentFormat DocumentFormatRegistry.getFormatByExtension(java.lang.String extension)
           
 DocumentFormat SimpleDocumentFormatRegistry.getFormatByMediaType(java.lang.String mediaType)
           
 DocumentFormat DocumentFormatRegistry.getFormatByMediaType(java.lang.String mediaType)
           
 

Methods in org.artofsolving.jodconverter.document that return types with arguments of type DocumentFormat
 java.util.Set<DocumentFormat> SimpleDocumentFormatRegistry.getOutputFormats(DocumentFamily family)
           
 java.util.Set<DocumentFormat> DocumentFormatRegistry.getOutputFormats(DocumentFamily family)
           
 

Methods in org.artofsolving.jodconverter.document with parameters of type DocumentFormat
 void SimpleDocumentFormatRegistry.addFormat(DocumentFormat documentFormat)
           
 



Copyright © 2003-2009. All Rights Reserved.