Class FcFillPdfProps

    • Constructor Detail

      • FcFillPdfProps

        public FcFillPdfProps()
    • Method Detail

      • getExportName

        public String getExportName()
        Returns:
        The file name of the PDF document to be created. When empty, a file is generated based on the input file.
      • getSingleFile

        public SingleFile getSingleFile()
        Returns:
        The Word document to be filled with the form data.
      • getUsedFont

        public String getUsedFont()
        Returns:
        The font to use within the PDF for the inserted values.
      • isAttachToFormRecord

        public boolean isAttachToFormRecord()
        Specified by:
        isAttachToFormRecord in interface IAttachableFile
        Returns:
        Whether files created by this file providing action are attached to the form record.
      • setAttachToFormRecord

        public void setAttachToFormRecord​(boolean attachToFormRecord)
        Specified by:
        setAttachToFormRecord in interface IAttachableFile
        Parameters:
        attachToFormRecord - Whether files created by this file providing action are attached to the form record.
      • setExportName

        public 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.
      • setSingleFile

        public void setSingleFile​(SingleFile singleFile)
        Parameters:
        singleFile - The PDF document to be filled with the form data.
      • setUsedFont

        public void setUsedFont​(String usedFont)
        Parameters:
        usedFont - The font to use within the PDF for the inserted values.