Uses of Class
org.teamapps.reporting.convert.DocumentFormat
| Package | Description |
|---|---|
| org.teamapps.reporting.builder | |
| org.teamapps.reporting.convert | |
| org.teamapps.reporting.parse |
-
Uses of DocumentFormat in org.teamapps.reporting.builder
Methods in org.teamapps.reporting.builder with parameters of type DocumentFormat Modifier and Type Method Description java.io.FileReportBuilder. build(DocumentFormat outputFormat, DocumentConverter converter)static ReportBuilderReportBuilder. create(DocumentFormat inputFormat, java.io.File templateFile)static ReportBuilderReportBuilder. create(DocumentFormat inputFormat, java.io.InputStream inputStream)Constructors in org.teamapps.reporting.builder with parameters of type DocumentFormat Constructor Description ReportBuilder(DocumentFormat inputFormat, java.io.InputStream inputStream) -
Uses of DocumentFormat in org.teamapps.reporting.convert
Methods in org.teamapps.reporting.convert that return DocumentFormat Modifier and Type Method Description static DocumentFormatDocumentFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DocumentFormat[]DocumentFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.reporting.convert with parameters of type DocumentFormat Modifier and Type Method Description booleanDocumentConverter. convertDocument(java.io.File input, DocumentFormat inputFormat, java.io.File output, DocumentFormat outputFormat)default booleanDocumentConverter. convertDocument(java.io.InputStream inputStream, DocumentFormat inputFormat, java.io.File output, DocumentFormat outputFormat)booleanDocumentConverter. convertDocument(org.docx4j.openpackaging.packages.WordprocessingMLPackage wordprocessingMLPackage, java.io.File output, DocumentFormat outputFormat)booleanLocalDocumentConverter. convertDocument(java.io.File input, DocumentFormat inputFormat, java.io.File output, DocumentFormat outputFormat)booleanLocalDocumentConverter. convertDocument(org.docx4j.openpackaging.packages.WordprocessingMLPackage wordprocessingMLPackage, java.io.File output, DocumentFormat outputFormat)booleanRemoteDocumentConverter. convertDocument(java.io.File input, DocumentFormat inputFormat, java.io.File output, DocumentFormat outputFormat)booleanRemoteDocumentConverter. convertDocument(org.docx4j.openpackaging.packages.WordprocessingMLPackage wordprocessingMLPackage, java.io.File output, DocumentFormat outputFormat)booleanRemoteDocumentConverter. processDocumentConversion(java.io.InputStream inputStream, DocumentFormat inputFormat, java.io.File output, DocumentFormat outputFormat)static voidUnsupportedFormatException. throwException(DocumentFormat format) -
Uses of DocumentFormat in org.teamapps.reporting.parse
Methods in org.teamapps.reporting.parse with parameters of type DocumentFormat Modifier and Type Method Description static DocumentParserDocumentParser. create(DocumentFormat inputFormat, java.io.File templateFile)static DocumentParserDocumentParser. create(DocumentFormat inputFormat, java.io.File templateFile, DocumentConverter documentConverter)static DocumentParserDocumentParser. create(DocumentFormat inputFormat, java.io.InputStream inputStream)static DocumentParserDocumentParser. create(DocumentFormat inputFormat, java.io.InputStream inputStream, DocumentConverter documentConverter)Constructors in org.teamapps.reporting.parse with parameters of type DocumentFormat Constructor Description DocumentParser(DocumentFormat inputFormat, java.io.InputStream inputStream)DocumentParser(DocumentFormat inputFormat, java.io.InputStream inputStream, DocumentConverter documentConverter)