Uses of Class
de.xima.fc.workflow.model.nodes.FcFillWordProps
Packages that use FcFillWordProps
Package
Description
- 
Uses of FcFillWordProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcFillWordPropsMethod parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcFillWordPropsModifier and TypeMethodDescriptionFcFillWordHandler.execute(INodeExecutionParams<FcFillWordProps> params) FcFillWordHandler.getElementSummaryKeyValueModel(IGetElementSummaryParams<FcFillWordProps> params)  - 
Uses of FcFillWordProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcFillWordPropsModifierConstructorDescriptionCreates a new executor for executing a Word fill action with the given params. - 
Uses of FcFillWordProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcFillWordPropsModifier and TypeMethodDescriptionstatic FcFillWordPropsWorkflowNodePropsFactory.fillWord(SingleFile wordDocument) Creates a new workflow node model for aEWorkflowNodeType.FC_FILL_WORDthat fills a Word document with the submitted form data.static FcFillWordPropsWorkflowNodePropsFactory.fillWord(SingleFile wordDocument, String exportName, boolean attachToFormRecord) Creates a new workflow node model for aEWorkflowNodeType.FC_FILL_WORDthat fills a Word document with the submitted form data.