Uses of Class
de.xima.fc.workflow.model.nodes.FcFillPdfProps
Packages that use FcFillPdfProps
Package
Description
- 
Uses of FcFillPdfProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcFillPdfPropsMethod parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcFillPdfPropsModifier and TypeMethodDescriptionFcFillPdfHandler.execute(INodeExecutionParams<FcFillPdfProps> params) FcFillPdfHandler.getElementSummaryKeyValueModel(IGetElementSummaryParams<FcFillPdfProps> params)  - 
Uses of FcFillPdfProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcFillPdfPropsModifierConstructorDescriptionCreates a new executor for executing an PDF fill action with the given params. - 
Uses of FcFillPdfProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcFillPdfPropsModifier and TypeMethodDescriptionIFillPdfNodeBuilder.buildProps()Creates a new properties model for a node that fill a PDF document.static FcFillPdfPropsWorkflowNodePropsFactory.fillPdf(SingleFile pdfDocument) Creates a new workflow node model for aEWorkflowNodeType.FC_FILL_PDFthat fills a PDF document with the submitted form data.static FcFillPdfPropsWorkflowNodePropsFactory.fillPdf(SingleFile pdfDocument, String exportName, boolean attachToFormRecord, String font) Creates a new workflow node model for aEWorkflowNodeType.FC_FILL_PDFthat fills a PDF document with the submitted form data.