tencentcloud-sdk-ess 3.0.773 → 3.0.774
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201111/models.rb +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db4722c7da1fbb823bcfe2abc97cb8dc3bea0e27
|
|
4
|
+
data.tar.gz: bf652233092a1d57208b55a14476be47c0e9b655
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57d5cd1c2fe35303e460c4551d7307d4f197117ea4a9e605da118464d536f040991af38d6c84c9f37d742f0217eb938d64bfbf48aa5500deed4734e84e532527
|
|
7
|
+
data.tar.gz: c85f7f79c9c572936d740b64f729fc8c1582720800920bf796bb8c89f1ee45e921657ee93780e570baeee467a489eeeb973e95eeadb55b2d0830e5aa636c6127
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.774
|
data/lib/v20201111/models.rb
CHANGED
|
@@ -1066,6 +1066,11 @@ module TencentCloud
|
|
|
1066
1066
|
# <li> <b>FontColor</b>:字符串类型,格式为RGB颜色数字</li></ul>
|
|
1067
1067
|
# <b>参数样例</b>:`{"FontColor":"255,0,0","FontSize":12}`
|
|
1068
1068
|
|
|
1069
|
+
# <font color="red">ComponentType为DATE时</font>,支持以下参数:
|
|
1070
|
+
# <ul><li> <b>Font</b>:目前只支持黑体、宋体</li>
|
|
1071
|
+
# <li> <b>FontSize</b>: 范围12 :72</li></ul>
|
|
1072
|
+
# <b>参数样例</b>:`{"FontColor":"255,0,0","FontSize":12}`
|
|
1073
|
+
|
|
1069
1074
|
# <font color="red">ComponentType为FILL_IMAGE时</font>,支持以下参数:
|
|
1070
1075
|
# <ul><li> <b>NotMakeImageCenter</b>:bool。是否设置图片居中。false:居中(默认)。 true : 不居中</li>
|
|
1071
1076
|
# <li> <b>FillMethod</b> : int. 填充方式。0-铺满(默认);1-等比例缩放</li></ul>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-ess
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.774
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-03-
|
|
11
|
+
date: 2024-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|