Uses of Interface
org.teamapps.reporting.convert.DocumentConverter
| Package | Description |
|---|---|
| org.teamapps.reporting.builder | |
| org.teamapps.reporting.convert | |
| org.teamapps.reporting.parse |
-
Uses of DocumentConverter in org.teamapps.reporting.builder
Methods in org.teamapps.reporting.builder with parameters of type DocumentConverter Modifier and Type Method Description java.io.FileReportBuilder. build(DocumentFormat outputFormat, DocumentConverter converter) -
Uses of DocumentConverter in org.teamapps.reporting.convert
Classes in org.teamapps.reporting.convert that implement DocumentConverter Modifier and Type Class Description classLocalDocumentConverterclassRemoteDocumentConverterMethods in org.teamapps.reporting.convert that return DocumentConverter Modifier and Type Method Description static DocumentConverterDocumentConverter. createLocalConverter()static DocumentConverterDocumentConverter. createRemoteConverter(java.lang.String host)static DocumentConverterDocumentConverter. createRemoteConverter(java.lang.String host, java.lang.String user, java.lang.String password) -
Uses of DocumentConverter in org.teamapps.reporting.parse
Methods in org.teamapps.reporting.parse with parameters of type DocumentConverter Modifier and Type Method Description java.util.List<java.util.List<java.lang.String>>DocumentParser. parseTableData(int tableIndex, DocumentConverter documentConverter)