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.
      • 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.
      • getSingleFile

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

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

        public FileProvision getWordFileProvision()
        Details for how to handle the created Word file.
        Returns:
        Details for how to handle the Word file.
      • setWordFileProvision

        public void setWordFileProvision​(FileProvision wordFileProvision)
        Details for how to handle the created Word file.
        Parameters:
        wordFileProvision - Details for how to handle the created Word file.