Uses of Interface
de.xima.aspose.processor.interfaces.IDataAdapter
Packages that use IDataAdapter
Package
Description
-
Uses of IDataAdapter in de.xima.aspose.processor.core
Methods in de.xima.aspose.processor.core that return IDataAdapterMethods in de.xima.aspose.processor.core with parameters of type IDataAdapterModifier and TypeMethodDescriptionvoid
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 IDataAdapterModifier and TypeMethodDescriptionstatic 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 IDataAdapterModifier and TypeMethodDescriptionvoid
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.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
.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 -
Uses of IDataAdapter in de.xima.fc.word
Classes in de.xima.fc.word that implement IDataAdapterMethods in de.xima.fc.word with parameters of type IDataAdapterModifier and TypeMethodDescriptionAsposeDataAdapter.replaceValue
(String fieldName, IDataAdapter dataAdapter) AsposeSimpleDataAdapter.replaceValue
(String fieldName, IDataAdapter dataAdapter)
loadDocument
,processDocument
,saveDocument
.