描述线条或轮廓的填充
方法
方法 | 返回类型 | 简介 |
---|---|---|
get | Line | 获取线条填充的类型。 |
get | Solid | 获取线条的填充颜色,如果填充类型不是 Line ,则返回 null 。 |
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 。 |
详细文档
get Fill Type()
获取线条填充的类型。
返回
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Solid Fill()
获取线条的填充颜色,如果填充类型不是 Line
,则返回 null
。
返回
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
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