tencentcloud-sdk-ess 3.0.719 → 3.0.720

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201111/models.rb +53 -0
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 842e429a5ea24f1854f082d86ae21123e2a8cee8
4
- data.tar.gz: be28c2daaced81069fd6222e94fced19a053ad90
3
+ metadata.gz: f5d811eef0da5fde16d1192e085387e12f794c54
4
+ data.tar.gz: 152cc87e332db47b8021c113959b2717e6236c9b
5
5
  SHA512:
6
- metadata.gz: 38107474f916a72a58f6d2f827d5a8268a4423a681ae6de3cfb179c3d312d541e96273720881999309fbab426b4d63fa6d79b2be1ed28f440737c22c24a30690
7
- data.tar.gz: f696cfbd1c5dd94873f569157939455c02b2b70f4c9315246f70ae77c4040835b4a4382436b18d3acda600cd7c9b4d70dd0beacc92b948a3a51efa439ea6d58a
6
+ metadata.gz: 4eb4d2fe0b395888008a13806f4752f894153185b3b7eb6090d57774f2a98c2f8445cac44184f010f619947166ed4b2a53e2cf48eee4b4857277b983eb558ed0
7
+ data.tar.gz: 9ca69bdcd96d1da13c8087496b51335929bce10309b4265a35b6602705dafab55ee7b0193096a8729af0b602e16b79946650b12122b84dafadd79bc3f2f93ff3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.719
1
+ 3.0.720
@@ -7400,6 +7400,54 @@ module TencentCloud
7400
7400
  # }
7401
7401
  # ```
7402
7402
 
7403
+ # 输入示例3(表格设置字体加粗颜色):
7404
+
7405
+ # ```
7406
+ # {
7407
+ # "headers":[
7408
+ # {
7409
+ # "content":"head1"
7410
+ # },
7411
+ # {
7412
+ # "content":"head2"
7413
+ # },
7414
+ # {
7415
+ # "content":"head3"
7416
+ # }
7417
+ # ],
7418
+ # "rowCount":3,
7419
+ # "body":{
7420
+ # "cells":[
7421
+ # {
7422
+ # "rowStart":1,
7423
+ # "rowEnd":1,
7424
+ # "columnStart":1,
7425
+ # "columnEnd":1,
7426
+ # "content":"123",
7427
+ # "style": "{\"color\": \"#b50000\", \"fontSize\": 12,\"bold\": true,\"align\": \"CENTER\"}"
7428
+ # },
7429
+ # {
7430
+ # "rowStart":2,
7431
+ # "rowEnd":3,
7432
+ # "columnStart":1,
7433
+ # "columnEnd":2,
7434
+ # "content":"456",
7435
+ # "style": "{\"color\": \"#b50000\", \"fontSize\": 12,\"bold\": true,\"align\": \"LEFT\"}"
7436
+ # },
7437
+ # {
7438
+ # "rowStart":3,
7439
+ # "rowEnd":3,
7440
+ # "columnStart":3,
7441
+ # "columnEnd":3,
7442
+ # "content":"789",
7443
+ # "style": "{\"color\": \"#b500bf\", \"fontSize\": 12,\"bold\": false,\"align\": \"RIGHT\"}"
7444
+ # }
7445
+ # ]
7446
+ # }
7447
+ # }
7448
+
7449
+ # ```
7450
+
7403
7451
  # 表格参数说明
7404
7452
 
7405
7453
  # | 名称 | 类型 | 描述 |
@@ -7411,10 +7459,15 @@ module TencentCloud
7411
7459
  # | cells.N.columnStart | Integer | 单元格坐标:列起始index |
7412
7460
  # | cells.N.columnEnd | Integer | 单元格坐标:列结束index |
7413
7461
  # | cells.N.content | String | 单元格内容,字数不超过100 |
7462
+ # | cells.N.style | String | 单元格字体风格配置 ,风格配置的json字符串 如: {"font":"黑体","fontSize":12,"color":"FFFFFF","bold":true,"align":"CENTER"} |
7414
7463
 
7415
7464
  # 表格参数headers说明
7416
7465
  # widthPercent Integer 表头单元格列占总表头的比例,例如1:30表示 此列占表头的30%,不填写时列宽度平均拆分;例如2:总2列,某一列填写40,剩余列可以为空,按照60计算。;例如3:总3列,某一列填写30,剩余2列可以为空,分别为(100-30)/2=35
7466
+
7417
7467
  # content String 表头单元格内容,字数不超过100
7468
+
7469
+
7470
+ # style String 为字体风格设置 风格支持: font : 目前支持 黑体、宋体; fontSize: 6-72; color:000000-FFFFFF 字符串形如: "FFFFFF"; bold : 是否加粗, true : 加粗 false: 不加粗; align: 对其方式, 支持 LEFT / RIGHT / CENTER
7418
7471
  class FormField < TencentCloud::Common::AbstractModel
7419
7472
  # @param ComponentValue: 控件填充vaule,ComponentType和传入值类型对应关系:
7420
7473
  # TEXT - 文本内容
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ess
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.719
4
+ version: 3.0.720
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud