Uses of Interface
de.xima.aspose.processor.interfaces.IFunctionWithArguments
- 
Packages that use IFunctionWithArguments Package Description de.xima.aspose.processor.fn de.xima.aspose.processor.helper de.xima.aspose.processor.interfaces  - 
- 
Uses of IFunctionWithArguments in de.xima.aspose.processor.fn
Methods in de.xima.aspose.processor.fn with parameters of type IFunctionWithArguments Modifier and Type Method Description voidPhase1Empty. process(IPhase1State state, IFunctionWithArguments fn)voidPhase1Replace. process(IPhase1State state, IFunctionWithArguments fn) - 
Uses of IFunctionWithArguments in de.xima.aspose.processor.helper
Methods in de.xima.aspose.processor.helper with parameters of type IFunctionWithArguments Modifier and Type Method Description static List<String[]>WordHelper. lst(AsposeWordConnector conn, IFunctionWithArguments formField, List<String[]> fdaValue, Map<String,? extends Map<String,String>> optionsMap, String optionName)Ersätzung aller vorhandenen Werte mit (wenn verfügbar) anderen Werten der Optionstatic List<String[]>WordHelper. val(AsposeWordConnector conn, IFunctionWithArguments func)Method that returns the values of the given arguments, by replacing placeholders, retrieving field values or just using the String if none of the previous where possible. - 
Uses of IFunctionWithArguments in de.xima.aspose.processor.interfaces
Methods in de.xima.aspose.processor.interfaces with parameters of type IFunctionWithArguments Modifier and Type Method Description voidIFunctionHandler. process(State state, IFunctionWithArguments fn) 
 -