Package | Description |
---|---|
com.tencentcloudapi.essbasic.v20210526.models |
Modifier and Type | Method and Description |
---|---|
FormField[] |
FlowInfo.getFormFields()
Get 发起方角色的填写控件的填充内容。
注:只有在控制台编辑模板时,归属给发起方的填写控件(如下图)才能在创建文档的时候进行内容填充。(白名单功能需要联系对接经理开通,否则模板编辑时无法将填写控件分配给发起方)。

|
FormField[] |
BaseFlowInfo.getFormFields()
Get 填写控件内容, 填写的控制的ID-填写的内容对列表
|
Modifier and Type | Method and Description |
---|---|
void |
FlowInfo.setFormFields(FormField[] FormFields)
Set 发起方角色的填写控件的填充内容。
注:只有在控制台编辑模板时,归属给发起方的填写控件(如下图)才能在创建文档的时候进行内容填充。(白名单功能需要联系对接经理开通,否则模板编辑时无法将填写控件分配给发起方)。

|
void |
BaseFlowInfo.setFormFields(FormField[] FormFields)
Set 填写控件内容, 填写的控制的ID-填写的内容对列表
|
Constructor and Description |
---|
FormField(FormField source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2024. All rights reserved.