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

Packages that use Options
fr.opensagres.xdocreport.converter   
fr.opensagres.xdocreport.converter.docx.docx4j.pdf   
fr.opensagres.xdocreport.converter.docx.docx4j.xhtml   
fr.opensagres.xdocreport.converter.docx.poi.itext   
fr.opensagres.xdocreport.converter.docx.poi.xhtml   
fr.opensagres.xdocreport.converter.internal   
fr.opensagres.xdocreport.converter.internal.pdf.fop   
fr.opensagres.xdocreport.converter.internal.xhtml   
fr.opensagres.xdocreport.converter.internal.xslfo   
fr.opensagres.xdocreport.converter.internal.xslt   
fr.opensagres.xdocreport.converter.odt.odfdom.itext   
fr.opensagres.xdocreport.converter.odt.odfdom.xhtml   
fr.opensagres.xdocreport.document   
fr.opensagres.xdocreport.document.internal   
fr.opensagres.xdocreport.document.web   
org.apache.struts2.views.xdocreport   
 

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.docx.docx4j.pdf
 

Methods in fr.opensagres.xdocreport.converter.docx.docx4j.pdf with parameters of type Options
 void Docx2PDFViaDocx4jConverter.convert(InputStream in, OutputStream out, Options options)
           
 org.docx4j.convert.out.pdf.viaXSLFO.PdfSettings Docx2PDFViaDocx4jConverter.toPdfSettings(Options options)
           
 

Uses of Options in fr.opensagres.xdocreport.converter.docx.docx4j.xhtml
 

Methods in fr.opensagres.xdocreport.converter.docx.docx4j.xhtml with parameters of type Options
 void Docx2XHTMLViaDocx4jConverter.convert(InputStream in, OutputStream out, Options options)
           
 org.docx4j.convert.out.html.AbstractHtmlExporter.HtmlSettings Docx2XHTMLViaDocx4jConverter.toHtmlSettings(Options options)
           
 

Uses of Options in fr.opensagres.xdocreport.converter.docx.poi.itext
 

Methods in fr.opensagres.xdocreport.converter.docx.poi.itext with parameters of type Options
 void XWPF2PDFViaITextConverter.convert(InputStream in, OutputStream out, Options options)
           
 PdfOptions XWPF2PDFViaITextConverter.toPdfOptions(Options options)
           
 

Uses of Options in fr.opensagres.xdocreport.converter.docx.poi.xhtml
 

Methods in fr.opensagres.xdocreport.converter.docx.poi.xhtml with parameters of type Options
 void XWPF2XHTMLConverter.convert(InputStream in, OutputStream out, Options options)
           
 XHTMLOptions XWPF2XHTMLConverter.toXHTMLOptions(Options options)
           
 

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)
           
 

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

Methods in fr.opensagres.xdocreport.converter.internal.pdf.fop with parameters of type Options
 void AbstractFOPConverter.convert(IEntryInputStreamProvider inProvider, OutputStream outputStream, Options options)
           
 void AbstractFOPConverter.convert(IEntryInputStreamProvider inProvider, OutputStream outputStream, OutputStream outForFO, Options options)
           
 

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

Methods in fr.opensagres.xdocreport.converter.internal.xhtml with parameters of type Options
 void AbstractXHTMLConverter.convert(IEntryInputStreamProvider inProvider, OutputStream out, Options options)
           
 void IXHTMLConverter.convert2XHTML(IEntryInputStreamProvider inProvider, OutputStream out, Options options)
           
 void AbstractXHTMLConverter.convert2XHTML(IEntryInputStreamProvider inProvider, OutputStream out, Options options)
           
 void AbstractXHTMLConverter.convert2XHTML(IEntryInputStreamProvider inProvider, Result result, Options options)
           
 

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

Methods in fr.opensagres.xdocreport.converter.internal.xslfo with parameters of type Options
 void AbstractXSLFOConverter.convert(IEntryInputStreamProvider inProvider, OutputStream out, Options options)
           
 void AbstractXSLFOConverter.convert(InputStream in, OutputStream out, Options options)
           
 void IXSLFOConverter.convert2FO(IEntryInputStreamProvider inProvider, OutputStream out, Options options)
           
 void AbstractXSLFOConverter.convert2FO(IEntryInputStreamProvider inProvider, OutputStream out, Options options)
           
 void AbstractXSLFOConverter.convert2FO(IEntryInputStreamProvider inProvider, Result result, Options options)
           
 void AbstractXSLFOConverter.convert2FO(InputStream in, OutputStream out, Options options)
           
 void AbstractXSLFOConverter.convert2FO(InputStream in, Result result, Options options)
           
 

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

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

Uses of Options in fr.opensagres.xdocreport.converter.odt.odfdom.itext
 

Methods in fr.opensagres.xdocreport.converter.odt.odfdom.itext with parameters of type Options
 void ODF2PDFViaITextConverter.convert(InputStream in, OutputStream out, Options options)
           
 PdfOptions ODF2PDFViaITextConverter.toPdfOptions(Options options)
           
 

Uses of Options in fr.opensagres.xdocreport.converter.odt.odfdom.xhtml
 

Methods in fr.opensagres.xdocreport.converter.odt.odfdom.xhtml with parameters of type Options
 void ODF2XHTMLConverter.convert(InputStream in, OutputStream out, Options options)
           
 XHTMLOptions ODF2XHTMLConverter.toXHTMLOptions(Options options)
           
 

Uses of Options in fr.opensagres.xdocreport.document
 

Methods in fr.opensagres.xdocreport.document that return Options
protected  Options Generator.getOptionsConverter(IXDocReport report, In request)
           
 

Methods in fr.opensagres.xdocreport.document with parameters of type Options
 void IXDocReport.convert(IContext context, Options options, OutputStream out)
          Generate report and Convert it to another format (PDF, XHTML, etc).
 void AbstractXDocReport.convert(IContext context, Options options, OutputStream out)
           
 void IXDocReport.convert(Map<String,Object> contextMap, Options options, OutputStream out)
          Generate report and Convert it to another format (PDF, XHTML, etc).
 void AbstractXDocReport.convert(Map<String,Object> contextMap, Options options, OutputStream out)
           
static IXDocReport XDocReport.generateReportAndConvert(InputStream sourceStream, String templateEngineKind, FieldsMetadata metadata, Map<String,Object> contextMap, Options options, OutputStream out)
          Generate report and convert it to another format (PDF, XHTML) without cache.
static IXDocReport XDocReport.generateReportAndConvert(InputStream sourceStream, String templateEngineKind, FieldsMetadata metadata, Map<String,Object> contextMap, Options options, OutputStream out, XDocReportRegistry registry)
          Generate report and convert it to another format (PDF, XHTML) without cache by setting the registry.
static IXDocReport XDocReport.generateReportAndConvert(String reportId, IXDocReportController controller, Map<String,Object> contextMap, Options options, OutputStream out)
          Generate report and convert it by using controller to load report.
static IXDocReport XDocReport.generateReportAndConvert(String reportId, IXDocReportController controller, Map<String,Object> contextMap, Options options, OutputStream out, XDocReportRegistry registry)
          Generate report and convert it by using controller to load report by setting the registry.
static IXDocReport XDocReport.generateReportAndConvert(String reportId, IXDocReportLoader reportLoader, Map<String,Object> contextMap, Options options, OutputStream out)
          Generate report and convert it by using report loader to load report.
static IXDocReport XDocReport.generateReportAndConvert(String reportId, IXDocReportLoader reportLoader, Map<String,Object> contextMap, Options options, OutputStream out, XDocReportRegistry registry)
          Generate report and convert it by using report loader to load report by setting the registry.
 IConverter IXDocReport.getConverter(Options options)
          Returns converter for the report and options.
 IConverter AbstractXDocReport.getConverter(Options options)
           
protected  void Generator.prepareOptions(Options options, IXDocReport report, String converterId, In request)
           
 

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

Methods in fr.opensagres.xdocreport.document.internal with parameters of type Options
 byte[] XDocReportServiceImpl.convert(byte[] document, Options options)
           
 byte[] XDocReportServiceImpl.process(byte[] document, FieldsMetadata fieldsMetadata, String templateEngineId, List<DataContext> dataContext, Options options)
           
 byte[] XDocReportServiceImpl.process(String reportId, List<DataContext> dataContext, Options options)
           
 

Uses of Options in fr.opensagres.xdocreport.document.web
 

Methods in fr.opensagres.xdocreport.document.web that return Options
protected  Options AbstractProcessXDocReportServlet.getOptionsConverter(IXDocReport report, javax.servlet.http.HttpServletRequest request)
          Returns the options for the converter.
 

Methods in fr.opensagres.xdocreport.document.web with parameters of type Options
protected  void AbstractProcessXDocReportServlet.prepareOptions(Options options, IXDocReport report, String converterId, javax.servlet.http.HttpServletRequest request)
          Initialize converter options with default settings.
 

Uses of Options in org.apache.struts2.views.xdocreport
 

Methods in org.apache.struts2.views.xdocreport that return Options
protected  Options AbstractXDocReportResult.getOptionsConverter(IXDocReport report, String finalLocation, com.opensymphony.xwork2.ActionInvocation invocation)
           
 

Methods in org.apache.struts2.views.xdocreport with parameters of type Options
protected  void AbstractXDocReportResult.doProcessReportWithConverter(IXDocReport report, IContext context, Options options, String finalLocation, com.opensymphony.xwork2.ActionInvocation invocation)
           
protected  void AbstractXDocReportResult.prepareOptions(Options options, IXDocReport report, String converterId, String finalLocation, com.opensymphony.xwork2.ActionInvocation invocation)
           
 



Copyright © 2013. All rights reserved.