Uses of Interface
de.xima.fc.workflow.processor.factory.IFillPdfNodeBuilder
-
Packages that use IFillPdfNodeBuilder Package Description de.xima.fc.workflow.processor.factory -
-
Uses of IFillPdfNodeBuilder in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return IFillPdfNodeBuilder Modifier and Type Method Description IFillPdfNodeBuilder
IFillPdfNodeBuilder. attachToFormRecord(boolean attachToFormRecord)
IFillPdfNodeBuilder
IFillPdfNodeBuilder. exportName(String exportName)
static IFillPdfNodeBuilder
WorkflowNodeFactory. fillPdf()
Creates a builder for a new workflow node for aEWorkflowNodeType.FC_FILL_PDF
that fills a PDF document with the submitted form data.IFillPdfNodeBuilder
IFillPdfNodeBuilder. flatten(boolean flatten)
IFillPdfNodeBuilder
IFillPdfNodeBuilder. pdfFile(SingleFile pdfFile)
IFillPdfNodeBuilder
IFillPdfNodeBuilder. usedFont(String usedFont)
-