org.artofsolving.jodconverter.document
Interface DocumentFormatRegistry

All Known Implementing Classes:
DefaultDocumentFormatRegistry, JsonDocumentFormatRegistry, SimpleDocumentFormatRegistry

public interface DocumentFormatRegistry


Method Summary
 DocumentFormat getFormatByExtension(String extension)
           
 DocumentFormat getFormatByMediaType(String mediaType)
           
 Set<DocumentFormat> getOutputFormats(DocumentFamily family)
           
 

Method Detail

getFormatByExtension

DocumentFormat getFormatByExtension(String extension)

getFormatByMediaType

DocumentFormat getFormatByMediaType(String mediaType)

getOutputFormats

Set<DocumentFormat> getOutputFormats(DocumentFamily family)


Copyright © 2003-2011. All Rights Reserved.