Class FcFillPdfProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcFillPdfProps
- All Implemented Interfaces:
IDescriptionProviding, INameProviding, Serializable
Model class for the PDF fill workflow action (
EWorkflowNodeType.FC_FILL_PDF).- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class BaseActionProps
BaseActionProps.name -
Field Summary
Fields inherited from interface IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface INameProviding
ATTR_NAME, COL_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDetails for how to handle the created PDF file.booleanvoidsetExportName(String exportName) voidsetFlatten(boolean flatten) voidsetPdfFileProvision(FileProvision pdfFileProvision) Details for how to handle the created PDF file.voidsetSingleFile(SingleFile singleFile) voidsetUsedFont(String usedFont) Methods inherited from class BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcFillPdfProps
public FcFillPdfProps()
-
-
Method Details
-
getExportName
- Returns:
- The file name of the PDF document to be created. When empty, a file is generated based on the input file.
-
setExportName
- Parameters:
exportName- The file name of the PDF document to be created. When empty, a file is generated based on the input file.
-
getPdfFileProvision
Details for how to handle the created PDF file.- Returns:
- Details for how to handle the created PDF file.
-
setPdfFileProvision
Details for how to handle the created PDF file.- Parameters:
pdfFileProvision- Details for how to handle the created PDF file.
-
getSingleFile
- Returns:
- The Word document to be filled with the form data.
-
setSingleFile
- Parameters:
singleFile- The PDF document to be filled with the form data.
-
getUsedFont
- Returns:
- The font to use within the PDF for the inserted values.
-
setUsedFont
- Parameters:
usedFont- The font to use within the PDF for the inserted values.
-
isFlatten
public boolean isFlatten()- Returns:
- Whether to flatten the filled PDF document, i.e. removing AcroForm fields and replacing such fields with a shape representing the field.
- Since:
- 7.2.1
-
setFlatten
public void setFlatten(boolean flatten) - Parameters:
flatten- Whether to flatten the filled PDF document, i.e. removing AcroForm fields and replacing such fields with a shape representing the field.- Since:
- 7.2.1
-