| Package | Description |
|---|---|
| fr.opensagres.xdocreport.converter | |
| fr.opensagres.xdocreport.converter.internal |
| 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.findConverter(java.lang.String from,
java.lang.String to,
java.lang.String via) |
| 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.