描述页面元素的背景
方法
方法 | 返回类型 | 简介 |
---|---|---|
get | Solid | 获取此背景的纯色填充,如果填充类型不是 Fill ,则返回 null 。 |
get | Fill | 获取此填充的类型。 |
is | Boolean | 背景是否可见。 |
set | void | 将实心填充设置为给定的 Color 。 |
set | void | 将实心填充设置为给定的 alpha 和 Color 。 |
set | void | 将实心填充设置为给定的 RGB 值。 |
set | void | 将实心填充设置为指定的 Alpha 和 RGB 值。 |
set | void | 将纯色填充设置为给定的十六进制颜色字符串。 |
set | void | 将纯色填充设置为给定的 Alpha 值和十六进制颜色字符串。 |
set | void | 将实心填充设置为给定的 Theme 。 |
set | void | 将实心填充设置为给定的 alpha 和 Theme 。 |
set | void | 将背景设置为透明。 |
详细文档
get Solid Fill()
获取此背景的纯色填充,如果填充类型不是 Fill
,则返回 null
。
返回
Solid
- 实心填充设置,如果此填充类型不是实心,则为 null
。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Type()
is Visible()
背景是否可见。
返回
Boolean
- 如果背景可见,则为 true
;否则为 false
。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Solid Fill(color)
set Solid Fill(color, alpha)
set Solid Fill(red, green, blue)
将实心填充设置为给定的 RGB 值。
参数
名称 | 类型 | 说明 |
---|---|---|
red | Integer | |
green | Integer | |
blue | Integer |
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Solid Fill(red, green, blue, alpha)
将实心填充设置为指定的 Alpha 和 RGB 值。
参数
名称 | 类型 | 说明 |
---|---|---|
red | Integer | |
green | Integer | |
blue | Integer | |
alpha | Number |
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Solid Fill(hexString)
将纯色填充设置为给定的十六进制颜色字符串。
十六进制字符串必须采用“#RRGGBB”格式。例如,粉色将表示为“#FFC0CB”。
参数
名称 | 类型 | 说明 |
---|---|---|
hex | String |
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Solid Fill(hexString, alpha)
将纯色填充设置为给定的 Alpha 值和十六进制颜色字符串。
十六进制字符串必须采用“#RRGGBB”格式。例如,粉色将表示为“#FFC0CB”。
参数
名称 | 类型 | 说明 |
---|---|---|
hex | String | |
alpha | Number |
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Solid Fill(color)
将实心填充设置为给定的 Theme
。
参数
名称 | 类型 | 说明 |
---|---|---|
color | Theme |
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Solid Fill(color, alpha)
将实心填充设置为给定的 alpha 和 Theme
。
参数
名称 | 类型 | 说明 |
---|---|---|
color | Theme | |
alpha | Number |
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Transparent()
将背景设置为透明。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations