說明線條或輪廓的填滿
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
getFillType() | LineFillType | 取得線條填滿類型。 |
getSolidFill() | SolidFill | 取得線條的實心填滿;如果填滿類型不是 LineFillType.SOLID ,則取得 null 。 |
setSolidFill(color) | void | 將實心填滿設為指定的 Color 。 |
setSolidFill(color, alpha) | void | 將實心填滿設為指定的 Alpha 和 Color 。 |
setSolidFill(red, green, blue) | void | 將特定 RGB 值設為純填滿。 |
setSolidFill(red, green, blue, alpha) | void | 設定給定 Alpha 和 RGB 值的純填色。 |
setSolidFill(hexString) | void | 將實心填滿設為指定的十六進位顏色字串。 |
setSolidFill(hexString, alpha) | void | 將純填色設為指定的 Alpha 和十六進位顏色字串。 |
setSolidFill(color) | void | 將實心填滿設為指定的 ThemeColorType 。 |
setSolidFill(color, alpha) | void | 將實心填滿設為指定的 Alpha 和 ThemeColorType 。 |
內容詳盡的說明文件
getFillType()
取得線條填滿類型。
回攻員
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getSolidFill()
取得線條的實心填滿;如果填滿類型不是 LineFillType.SOLID
,則取得 null
。
回攻員
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(color)
setSolidFill(color, alpha)
setSolidFill(red, green, blue)
將特定 RGB 值設為純填滿。
參數
名稱 | 類型 | 說明 |
---|---|---|
red | Integer | |
green | Integer | |
blue | Integer |
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(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
setSolidFill(hexString)
將實心填滿設為指定的十六進位顏色字串。
十六進位字串必須採用「#RRGGBB」的格式。舉例來說,粉紅色的表示法為「#FFC0CB」。
參數
名稱 | 類型 | 說明 |
---|---|---|
hexString | String |
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(hexString, alpha)
將實心填滿設為指定的 Alpha 和十六進位顏色字串。
十六進位字串必須採用「#RRGGBB」的格式。舉例來說,粉紅色的表示法為「#FFC0CB」。
參數
名稱 | 類型 | 說明 |
---|---|---|
hexString | String | |
alpha | Number |
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(color)
將實心填滿設為指定的 ThemeColorType
。
參數
名稱 | 類型 | 說明 |
---|---|---|
color | ThemeColorType |
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(color, alpha)
將實心填滿設為指定的 Alpha 和 ThemeColorType
。
參數
名稱 | 類型 | 說明 |
---|---|---|
color | ThemeColorType | |
alpha | Number |
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations