Uses of Class
fr.opensagres.xdocreport.converter.Options

Packages that use Options
fr.opensagres.xdocreport.converter   
fr.opensagres.xdocreport.converter.internal   
 

Uses of Options in fr.opensagres.xdocreport.converter
 

Methods in fr.opensagres.xdocreport.converter that return Options
 Options Options.from(DocumentKind from)
           
 Options Options.from(String from)
           
static Options Options.getFrom(DocumentKind from)
           
static Options Options.getFrom(String from)
           
static Options Options.getTo(ConverterTypeTo to)
           
static Options Options.getTo(String to)
           
 Options Options.subOptions(Object subOptionsValue)
          Set sub-options specific to some stage of processing.
 Options Options.to(ConverterTypeTo to)
           
 Options Options.to(String to)
           
 Options Options.via(ConverterTypeVia via)
           
 Options Options.via(String via)
           
 

Methods in fr.opensagres.xdocreport.converter with parameters of type Options
 void IConverter.convert(IEntryInputStreamProvider inProvider, OutputStream out, Options options)
          Convert the given entry input stream provider document to another format.
 void IConverter.convert(InputStream in, OutputStream out, Options options)
          Convert the given entry input stream document zipped (odt, docx...) to another format.
 IConverter ConverterRegistry.findConverter(Options options)
           
 IConverter ConverterRegistry.getConverter(Options options)
           
static String OptionsHelper.getFontEncoding(Options options)
           
static IURIResolver OptionsHelper.getURIResolver(Options options)
           
static void OptionsHelper.setFontEncoding(Options options, String fontEncoding)
          Set font encoding to use when retrieving fonts.
static void OptionsHelper.setURIResolver(Options options, IURIResolver resolver)
           
 

Uses of Options in fr.opensagres.xdocreport.converter.internal
 

Methods in fr.opensagres.xdocreport.converter.internal with parameters of type Options
 void AbstractConverterNoEntriesSupport.convert(IEntryInputStreamProvider inProvider, OutputStream out, Options options)
           
 void AbstractConverterEntriesSupport.convert(InputStream in, OutputStream out, Options options)
           
 



Copyright © 2012. All Rights Reserved.