Class LineFill

線條填滿

描述線條或輪廓的填滿

方法

方法傳回類型簡短說明
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()

取得線條填滿類型。

回攻員

LineFillType

授權

使用這個方法的指令碼需要一或多個下列範圍的授權:

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

getSolidFill()

取得線條的實心填滿,如果填滿類型不是 LineFillType.SOLID,則為 null

回攻員

SolidFill

授權

使用這個方法的指令碼需要一或多個下列範圍的授權:

  • 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