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(File inputFile, File outputFile, DocumentFormat outputFormat)
           
 void StandardConversionTask.setInputFormat(DocumentFormat inputFormat)
           
 

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

Uses of DocumentFormat in org.artofsolving.jodconverter.document
 

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

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

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



Copyright © 2003-2011. All Rights Reserved.