Package org.teamapps.reporting.convert
Klasse LocalDocumentConverter
java.lang.Object
org.teamapps.reporting.convert.LocalDocumentConverter
- Alle implementierten Schnittstellen:
DocumentConverter
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidclose()booleanconvertDocument(File input, DocumentFormat inputFormat, File output, DocumentFormat outputFormat) booleanconvertDocument(org.docx4j.openpackaging.packages.WordprocessingMLPackage wordprocessingMLPackage, File output, DocumentFormat outputFormat) Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.teamapps.reporting.convert.DocumentConverter
convertDocument
-
Konstruktordetails
-
LocalDocumentConverter
public LocalDocumentConverter()
-
-
Methodendetails
-
convertDocument
public boolean convertDocument(File input, DocumentFormat inputFormat, File output, DocumentFormat outputFormat) throws Exception - Angegeben von:
convertDocumentin SchnittstelleDocumentConverter- Löst aus:
Exception
-
convertDocument
public boolean convertDocument(org.docx4j.openpackaging.packages.WordprocessingMLPackage wordprocessingMLPackage, File output, DocumentFormat outputFormat) throws Exception - Angegeben von:
convertDocumentin SchnittstelleDocumentConverter- Löst aus:
Exception
-
close
- Angegeben von:
closein SchnittstelleDocumentConverter- Löst aus:
IOException
-