Package de.xima.fc.workflow.model.nodes
Class FcFillPdfProps
- java.lang.Object
- 
- de.xima.fc.workflow.taglib.model.BaseActionProps
- 
- de.xima.fc.workflow.model.nodes.FcFillPdfProps
 
 
- 
- All Implemented Interfaces:
- IDescriptionProviding,- INameProviding,- IAttachableFile,- Serializable
 
 public class FcFillPdfProps extends BaseActionProps implements Serializable, IAttachableFile Model class for the PDF fill workflow action (EWorkflowNodeType.FC_FILL_PDF).- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProvidingATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTION
 - 
Fields inherited from interface de.xima.fc.entities.interfaces.INameProvidingATTR_NAME, COL_NAME
 
- 
 - 
Constructor SummaryConstructors Constructor Description FcFillPdfProps()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExportName()SingleFilegetSingleFile()StringgetUsedFont()booleanisAttachToFormRecord()booleanisFlatten()voidsetAttachToFormRecord(boolean attachToFormRecord)voidsetExportName(String exportName)voidsetFlatten(boolean flatten)voidsetSingleFile(SingleFile singleFile)voidsetUsedFont(String usedFont)- 
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionPropsgetBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
 
- 
 
- 
- 
- 
Method Detail- 
getExportNamepublic String getExportName() - Returns:
- The file name of the PDF document to be created. When empty, a file is generated based on the input file.
 
 - 
getSingleFilepublic SingleFile getSingleFile() - Returns:
- The Word document to be filled with the form data.
 
 - 
getUsedFontpublic String getUsedFont() - Returns:
- The font to use within the PDF for the inserted values.
 
 - 
isAttachToFormRecordpublic boolean isAttachToFormRecord() - Specified by:
- isAttachToFormRecordin interface- IAttachableFile
- Returns:
- Whether files created by this file providing action are attached to the form record.
 
 - 
isFlattenpublic 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
 
 - 
setAttachToFormRecordpublic void setAttachToFormRecord(boolean attachToFormRecord) - Specified by:
- setAttachToFormRecordin interface- IAttachableFile
- Parameters:
- attachToFormRecord- Whether files created by this file providing action are attached to the form record.
 
 - 
setExportNamepublic void setExportName(String exportName) - Parameters:
- exportName- The file name of the PDF document to be created. When empty, a file is generated based on the input file.
 
 - 
setFlattenpublic 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
 
 - 
setSingleFilepublic void setSingleFile(SingleFile singleFile) - Parameters:
- singleFile- The PDF document to be filled with the form data.
 
 - 
setUsedFontpublic void setUsedFont(String usedFont) - Parameters:
- usedFont- The font to use within the PDF for the inserted values.
 
 
- 
 
-