介绍形状的自动调整设置。如果所做的更改可能会影响文本是否能放入其边界文本框中,请执行以下操作:
- 自动调整已停用并设为
Autofit
。Type.NONE - 字体比例会重置为默认值,并应用于字体大小。
- 行距缩减值会重置为默认值,并应用于行距。
方法
方法 | 返回类型 | 简介 |
---|---|---|
disable | Autofit | 将形状的 Autofit 设置为 Autofit 。 |
get | Autofit | 获取形状的 Autofit 。 |
get | Number | 获取应用于形状的字体比例。 |
get | Number | 获取应用于形状的行间距缩减值。 |
详细文档
disable Autofit()
将形状的 Autofit
设置为 Autofit
。
返回
Autofit
- 自动调整大小,用于链式调用。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Autofit Type()
获取形状的 Autofit
。
返回
Autofit
- 自动调整类型。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Font Scale()
获取应用于形状的字体比例。对于采用 Autofit
Autofit
或 Autofit
的形状,此值的默认值为 1。对于 Autofit
,返回的值是原始字号乘以的值,以便适应形状。
返回
Number
- 字体比例。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Line Spacing Reduction()
获取应用于形状的行间距缩减值。对于使用 Autofit
Autofit
或 Autofit
的形状,此值的默认值为 0。对于 Autofit
,返回值是从原始间距中减去的间距量,以使文本适合在形状中。
返回
Number
- 行间距。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations