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 IDataAdapterAsposeWordConnector. getDataAdapter()Methods in de.xima.aspose.processor.core with parameters of type IDataAdapter Modifier and Type Method Description voidAsposeWordConnector. 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 voidIAsposeConnector. processDocument(IDataAdapter fda, IReplacer replacer)Processes the Word document, replacing all fields and functions.default voidIAsposeConnector. processDocument(InputStream srcStream, String outputFilePath, IDataAdapter fda)Deprecated.UseloadDocument,processDocument,saveDocument.default voidIAsposeConnector. processDocument(String srcFile, String outputFilePath, IDataAdapter fda)Deprecated.default voidIAsposeConnector. processDocument(String srcFile, String outputFilePath, IDataAdapter fda, IReplacer replacer)Deprecated.UseloadDocument,processDocument,saveDocument.StringIReplacer. 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 classAsposeDataAdapterDeprecated. - 
Uses of IDataAdapter in de.xima.fc.word
Classes in de.xima.fc.word that implement IDataAdapter Modifier and Type Class Description classAsposeDataAdapterclassAsposeSimpleDataAdapterMethods in de.xima.fc.word with parameters of type IDataAdapter Modifier and Type Method Description StringAsposeDataAdapter. replaceValue(String fieldName, IDataAdapter dataAdapter)StringAsposeSimpleDataAdapter. replaceValue(String fieldName, IDataAdapter dataAdapter) 
 -