Class InputParam


  • public class InputParam
    extends java.lang.Object
    Input parameter
    Version:
    1.0 2021/09/29
    Author:
    Copyright (c) 2020-2022 Antenna House, Inc. All rights reserved.
    • Constructor Summary

      Constructors 
      Constructor Description
      InputParam()
      Constructor
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • inputFilePath

        public java.lang.String inputFilePath
        Path of the template file for data-merge
      • inputImageDir

        public java.lang.String inputImageDir
        Path of the data-merge image
      • paddingChar

        public char paddingChar
        Padding string when the data-merge to cell overflows the cell width
      • executor

        public java.lang.String executor
        The data-merge executor
    • Constructor Detail

      • InputParam

        public InputParam()
        Constructor