Class Fill

填入

說明網頁元素的背景

方法

方法傳回類型簡短說明
getSolidFill()SolidFill取得此背景的純填色,如果填滿類型不是 FillType.SOLID,則取得 null
getType()FillType取得此填滿類型。
isVisible()Boolean是否顯示背景。
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
setTransparent()void將背景設為透明。

內容詳盡的說明文件

getSolidFill()

取得此背景的純填色,如果填滿類型不是 FillType.SOLID,則取得 null

回攻員

SolidFill — 實心填滿設定;如果這個填滿類型不是純色,則為 null

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getType()

取得此填滿類型。

回攻員

FillType:這個填入類型。

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

isVisible()

是否顯示背景。

回攻員

Boolean - 如果背景會顯示,則為 true,否則為 false

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

setSolidFill(color)

將實心填滿設為指定的 Color

參數

名稱類型說明
colorColor

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

setSolidFill(color, alpha)

將實心填滿設為指定的 Alpha 和 Color

參數

名稱類型說明
colorColor
alphaNumber

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

setSolidFill(red, green, blue)

將特定 RGB 值設為純填滿。

參數

名稱類型說明
redInteger
greenInteger
blueInteger

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

setSolidFill(red, green, blue, alpha)

設定給定 Alpha 和 RGB 值的純填色。

參數

名稱類型說明
redInteger
greenInteger
blueInteger
alphaNumber

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

setSolidFill(hexString)

將實心填滿設為指定的十六進位顏色字串。

十六進位字串必須採用「#RRGGBB」的格式。舉例來說,粉紅色的表示法為「#FFC0CB」。

參數

名稱類型說明
hexStringString

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

setSolidFill(hexString, alpha)

將實心填滿設為指定的 Alpha 和十六進位顏色字串。

十六進位字串必須採用「#RRGGBB」的格式。舉例來說,粉紅色的表示法為「#FFC0CB」。

參數

名稱類型說明
hexStringString
alphaNumber

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

setSolidFill(color)

將實心填滿設為指定的 ThemeColorType

參數

名稱類型說明
colorThemeColorType

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

setSolidFill(color, alpha)

將實心填滿設為指定的 Alpha 和 ThemeColorType

參數

名稱類型說明
colorThemeColorType
alphaNumber

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

setTransparent()

將背景設為透明。

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations