Package de.elo.mover.main.aspose
Class XmlMailMergeDataSet
java.lang.Object
de.elo.mover.main.aspose.XmlMailMergeDataSet
- All Implemented Interfaces:
com.aspose.words.IMailMergeDataSourceRoot
public class XmlMailMergeDataSet
extends java.lang.Object
implements com.aspose.words.IMailMergeDataSourceRoot
Überschrift: XmlMailMergeDataSet.
Beschreibung: Klasse für das Zusammenfügen von Daten.
Copyright: Copyright (c) ELO Digital Office GmbH 2018
-
Constructor Summary
Constructors Constructor Description XmlMailMergeDataSet(org.w3c.dom.Document xmlDoc)Creates a new XmlMailMergeDataSet for the specified XML document. -
Method Summary
Modifier and Type Method Description com.aspose.words.IMailMergeDataSourcegetDataSource(java.lang.String tableName)Liefert die Datenquelle für die angegebene Tabelle zurück.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
XmlMailMergeDataSet
public XmlMailMergeDataSet(org.w3c.dom.Document xmlDoc)Creates a new XmlMailMergeDataSet for the specified XML document. All regions in the document can be merged at once using this class.- Parameters:
xmlDoc- The DOM object which contains the parsed XML data.
-
-
Method Details
-
getDataSource
public com.aspose.words.IMailMergeDataSource getDataSource(java.lang.String tableName) throws java.lang.ExceptionLiefert die Datenquelle für die angegebene Tabelle zurück.- Specified by:
getDataSourcein interfacecom.aspose.words.IMailMergeDataSourceRoot- Parameters:
tableName- Tabelle- Returns:
- Datenquelle
- Throws:
java.lang.Exception
-