Uses of Class
com.artofsolving.jodconverter.DocumentFamily

Packages that use DocumentFamily
com.artofsolving.jodconverter   
 

Uses of DocumentFamily in com.artofsolving.jodconverter
 

Fields in com.artofsolving.jodconverter declared as DocumentFamily
static DocumentFamily DocumentFamily.DRAWING
           
static DocumentFamily DocumentFamily.PRESENTATION
           
static DocumentFamily DocumentFamily.SPREADSHEET
           
static DocumentFamily DocumentFamily.TEXT
           
 

Methods in com.artofsolving.jodconverter that return DocumentFamily
 DocumentFamily DocumentFormat.getFamily()
           
static DocumentFamily DocumentFamily.getFamily(java.lang.String name)
           
 

Methods in com.artofsolving.jodconverter with parameters of type DocumentFamily
 java.util.Map DocumentFormat.getExportOptions(DocumentFamily family)
           
 boolean DocumentFormat.isExportableFrom(DocumentFamily family)
           
 void DocumentFormat.setExportFilter(DocumentFamily family, java.lang.String filter)
           
 void DocumentFormat.setExportOption(DocumentFamily family, java.lang.String name, java.lang.Object value)
           
 

Constructors in com.artofsolving.jodconverter with parameters of type DocumentFamily
DocumentFormat(java.lang.String name, DocumentFamily family, java.lang.String mimeType, java.lang.String extension)
           
 



Copyright © 2003-2007 Art of Solving. All Rights Reserved.