| Package | Description |
|---|---|
| fr.opensagres.xdocreport.converter | |
| fr.opensagres.xdocreport.converter.discovery | |
| fr.opensagres.xdocreport.converter.internal |
| Modifier and Type | Method and Description |
|---|---|
IConverter |
ConverterRegistry.findConverter(Options options) |
IConverter |
ConverterRegistry.findConverter(java.lang.String from,
java.lang.String to,
java.lang.String via) |
IConverter |
ConverterRegistry.getConverter(Options options) |
IConverter |
ConverterTo.getConverter(java.lang.String via) |
IConverter |
ConverterRegistry.getConverter(java.lang.String from,
java.lang.String to,
java.lang.String via) |
IConverter |
ConverterTo.getDefaultConverter()
Returns the default converter or the first converter if none default converter.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<IConverter> |
ConverterTo.getConvertersTo() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConverterTo.addConverter(java.lang.String via,
IConverter converter) |
void |
ConverterFrom.addConverter(java.lang.String to,
java.lang.String via,
IConverter converter) |
| Modifier and Type | Method and Description |
|---|---|
IConverter |
IConverterDiscovery.getConverter() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConverterEntriesSupport
Abstract class for
IConverter which support entries input stream provider. |
class |
AbstractConverterNoEntriesSupport
Abstract class for
IConverter which don't support entries input stream provider (only zipped document odt,
docx...). |
Copyright © 2019. All Rights Reserved.