tencentcloud-sdk-nodejs-ess 4.1.5 → 4.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ess",
3
- "version": "4.1.5",
3
+ "version": "4.1.6",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -8347,19 +8347,19 @@ export interface Component {
8347
8347
  * **在所有的定位方式下**,控件的扩展参数,为<font color="red">JSON格式</font>,不同类型的控件会有部分非通用参数。
8348
8348
 
8349
8349
  <font color="red">ComponentType为TEXT、MULTI_LINE_TEXT时</font>,支持以下参数:
8350
- <ul><li> <b>Font</b>:目前只支持黑体、宋体</li>
8350
+ <ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>
8351
8351
  <li> <b>FontSize</b>: 范围12 :72</li>
8352
8352
  <li> <b>FontAlign</b>: Left/Right/Center,左对齐/居中/右对齐</li>
8353
8353
  <li> <b>FontColor</b>:字符串类型,格式为RGB颜色数字</li></ul>
8354
8354
  <b>参数样例</b>:`{"FontColor":"255,0,0","FontSize":12}`
8355
8355
 
8356
8356
  <font color="red">ComponentType为DATE时</font>,支持以下参数:
8357
- <ul><li> <b>Font</b>:目前只支持黑体、宋体</li>
8357
+ <ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>
8358
8358
  <li> <b>FontSize</b>: 范围12 :72</li></ul>
8359
8359
  <b>参数样例</b>:`{"FontColor":"255,0,0","FontSize":12}`
8360
8360
 
8361
8361
  <font color="red">ComponentType为WATERMARK时</font>,支持以下参数:
8362
- <ul><li> <b>Font</b>:目前只支持黑体、宋体</li>
8362
+ <ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>
8363
8363
  <li> <b>FontSize</b>: 范围6 :24</li>
8364
8364
  <li> <b>Opacity</b>: 透明度,范围0 :1</li>
8365
8365
  <li> <b>Density</b>: 水印样式,1-宽松,2-标准(默认值),3-密集,</li>
@@ -8391,7 +8391,7 @@ export interface Component {
8391
8391
  <b>参考样例</b>:`{\"ComponentTypeLimit\":[\"PERSONNEL\",\"FINANCE\"]}` 表示改印章签署区,客户需使用人事专用章或财务专用章盖章签署。<br><br>
8392
8392
 
8393
8393
  <font color="red">ComponentType为SIGN_DATE时</font>,支持以下参数:
8394
- <ul><li> <b>Font</b> :字符串类型目前只支持"黑体"、"宋体",如果不填默认为"黑体"</li>
8394
+ <ul><li> <b>Font</b> :字符串类型目前只支持"黑体"、"宋体"、"仿宋",如果不填默认为"黑体"</li>
8395
8395
  <li> <b>FontSize</b> : 数字类型,范围6-72,默认值为12</li>
8396
8396
  <li> <b>FontAlign</b> : 字符串类型,可取Left/Right/Center,对应左对齐/居中/右对齐</li>
8397
8397
  <li> <b>Format</b> : 字符串类型,日期格式,必须是以下五种之一 “yyyy m d”,”yyyy年m月d日”,”yyyy/m/d”,”yyyy-m-d”,”yyyy.m.d”。</li>