Class InputParam
- java.lang.Object
-
- jp.co.antenna.AHOOXMLDocxManagerJavaCtl.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.
-
-
Field Summary
Fields Modifier and Type Field Description CommonOption.CellStrOverflowRule
cellStrOverflowRule
Control when cell data-merge overflows the cell widthjava.lang.String
executor
The data-merge executorjava.lang.String
inputFilePath
Path of the template file for data-mergejava.lang.String
inputImageDir
Path of the data-merge imagechar
paddingChar
Padding string when the data-merge to cell overflows the cell width
-
Constructor Summary
Constructors Constructor Description InputParam()
Constructor
-
-
-
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
-
cellStrOverflowRule
public CommonOption.CellStrOverflowRule cellStrOverflowRule
Control when cell data-merge overflows the cell width
-
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
-
-