說明線條或輪廓的填充
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
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)
將純色填滿設為指定的 16 進制顏色字串。
十六進位字串的格式必須為「#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