Class FcFillWordProps

    • Constructor Detail

      • FcFillWordProps

        public FcFillWordProps()
    • Method Detail

      • getExportName

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

        public SingleFile getSingleFile()
        Returns:
        The Word document to be filled with the form data.
      • 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 Word document to be created. When empty, a file name is generated from the input file.
      • setSingleFile

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