Uses of Interface
de.xima.aspose.processor.interfaces.IDataAdapter
-
Packages that use IDataAdapter Package Description de.xima.aspose.processor.core de.xima.aspose.processor.helper de.xima.aspose.processor.interfaces de.xima.fc.bl.fdv.processing.helper de.xima.fc.word -
-
Uses of IDataAdapter in de.xima.aspose.processor.core
Methods in de.xima.aspose.processor.core that return IDataAdapter Modifier and Type Method Description IDataAdapter
AsposeWordConnector. getDataAdapter()
Methods in de.xima.aspose.processor.core with parameters of type IDataAdapter Modifier and Type Method Description void
AsposeWordConnector. processDocument(IDataAdapter fda, IReplacer replacer)
-
Uses of IDataAdapter in de.xima.aspose.processor.helper
Methods in de.xima.aspose.processor.helper with parameters of type IDataAdapter Modifier and Type Method Description static String[]
WordHelper. getStringsAsVal(IDataAdapter dataAdapter, String... val)
-
Uses of IDataAdapter in de.xima.aspose.processor.interfaces
Methods in de.xima.aspose.processor.interfaces with parameters of type IDataAdapter Modifier and Type Method Description void
IAsposeConnector. processDocument(IDataAdapter fda, IReplacer replacer)
Processes the Word document, replacing all fields and functions.default void
IAsposeConnector. processDocument(InputStream srcStream, String outputFilePath, IDataAdapter fda)
Deprecated.UseloadDocument
,processDocument
,saveDocument
.default void
IAsposeConnector. processDocument(String srcFile, String outputFilePath, IDataAdapter fda)
Deprecated.default void
IAsposeConnector. processDocument(String srcFile, String outputFilePath, IDataAdapter fda, IReplacer replacer)
Deprecated.UseloadDocument
,processDocument
,saveDocument
.String
IReplacer. replaceValue(String fieldName, IDataAdapter dataAdapter)
-
Uses of IDataAdapter in de.xima.fc.bl.fdv.processing.helper
Classes in de.xima.fc.bl.fdv.processing.helper that implement IDataAdapter Modifier and Type Class Description class
AsposeDataAdapter
Deprecated. -
Uses of IDataAdapter in de.xima.fc.word
Classes in de.xima.fc.word that implement IDataAdapter Modifier and Type Class Description class
AsposeDataAdapter
class
AsposeSimpleDataAdapter
Methods in de.xima.fc.word with parameters of type IDataAdapter Modifier and Type Method Description String
AsposeDataAdapter. replaceValue(String fieldName, IDataAdapter dataAdapter)
String
AsposeSimpleDataAdapter. replaceValue(String fieldName, IDataAdapter dataAdapter)
-