Uses of Interface
de.xima.aspose.processor.interfaces.IReplacer
- 
Packages that use IReplacer Package Description de.xima.aspose.processor.core de.xima.aspose.processor.interfaces de.xima.fc.bl.fdv.processing.helper de.xima.fc.word  - 
- 
Uses of IReplacer in de.xima.aspose.processor.core
Methods in de.xima.aspose.processor.core that return IReplacer Modifier and Type Method Description IReplacerAsposeWordConnector. getReplacer()Methods in de.xima.aspose.processor.core with parameters of type IReplacer Modifier and Type Method Description voidAsposeWordConnector. processDocument(IDataAdapter fda, IReplacer replacer) - 
Uses of IReplacer in de.xima.aspose.processor.interfaces
Methods in de.xima.aspose.processor.interfaces with parameters of type IReplacer Modifier and Type Method Description voidIAsposeConnector. processDocument(IDataAdapter fda, IReplacer replacer)Processes the Word document, replacing all fields and functions.default voidIAsposeConnector. processDocument(String srcFile, String outputFilePath, IDataAdapter fda, IReplacer replacer)Deprecated.UseloadDocument,processDocument,saveDocument. - 
Uses of IReplacer in de.xima.fc.bl.fdv.processing.helper
Classes in de.xima.fc.bl.fdv.processing.helper that implement IReplacer Modifier and Type Class Description classAsposeDataAdapterDeprecated. - 
Uses of IReplacer in de.xima.fc.word
Classes in de.xima.fc.word that implement IReplacer Modifier and Type Class Description classAsposeDataAdapterclassAsposeSimpleDataAdapter 
 -