| 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(String from,
String to,
String via) |
IConverter |
ConverterRegistry.getConverter(Options options) |
IConverter |
ConverterTo.getConverter(String via) |
IConverter |
ConverterRegistry.getConverter(String from,
String to,
String via) |
IConverter |
ConverterTo.getDefaultConverter()
Returns the default converter or the first converter if none default converter.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IConverter> |
ConverterTo.getConvertersTo() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConverterTo.addConverter(String via,
IConverter converter) |
void |
ConverterFrom.addConverter(String to,
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 © 2015. All Rights Reserved.