| Package | Description |
|---|---|
| fr.opensagres.xdocreport.converter | |
| fr.opensagres.xdocreport.converter.internal |
| Modifier and Type | Method and Description |
|---|---|
Options |
Options.from(DocumentKind from) |
Options |
Options.from(java.lang.String from) |
static Options |
Options.getFrom(DocumentKind from) |
static Options |
Options.getFrom(java.lang.String from) |
static Options |
Options.getTo(ConverterTypeTo to) |
static Options |
Options.getTo(java.lang.String to) |
Options |
Options.subOptions(java.lang.Object subOptionsValue)
Set sub-options specific to some stage of processing.
|
Options |
Options.to(ConverterTypeTo to) |
Options |
Options.to(java.lang.String to) |
Options |
Options.via(ConverterTypeVia via) |
Options |
Options.via(java.lang.String via) |
| Modifier and Type | Method and Description |
|---|---|
void |
IConverter.convert(IEntryInputStreamProvider inProvider,
java.io.OutputStream out,
Options options)
Convert the given entry input stream provider document to another format.
|
void |
IConverter.convert(java.io.InputStream in,
java.io.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 java.lang.String |
OptionsHelper.getFontEncoding(Options options) |
static IURIResolver |
OptionsHelper.getURIResolver(Options options) |
static void |
OptionsHelper.setFontEncoding(Options options,
java.lang.String fontEncoding)
Set font encoding to use when retrieving fonts.
|
static void |
OptionsHelper.setURIResolver(Options options,
IURIResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConverterNoEntriesSupport.convert(IEntryInputStreamProvider inProvider,
java.io.OutputStream out,
Options options) |
void |
AbstractConverterEntriesSupport.convert(java.io.InputStream in,
java.io.OutputStream out,
Options options) |
Copyright © 2022. All Rights Reserved.