Class Fill

塗りつぶし

ページ要素の背景を示します

Methods

メソッド戻り値の型概要
getSolidFill()SolidFillこの背景の単色塗りつぶしを取得します。塗りつぶしタイプが FillType.SOLID でない場合は null です。
getType()FillTypeこの入力のタイプを取得します。
isVisible()Boolean背景が表示されるかどうか。
setSolidFill(color)void指定された Color に塗りつぶしを設定します。
setSolidFill(color, alpha)void指定されたアルファと Color に無地の塗りつぶしを設定します。
setSolidFill(red, green, blue)void指定された RGB 値に塗りつぶしを設定します。
setSolidFill(red, green, blue, alpha)void指定されたアルファ値と RGB 値に単色塗りつぶしを設定します。
setSolidFill(hexString)void指定した 16 進数カラー文字列に単色塗りつぶしを設定します。
setSolidFill(hexString, alpha)void指定されたアルファと 16 進数カラー文字列に単色塗りつぶしを設定します。
setSolidFill(color)void指定された ThemeColorType に塗りつぶしを設定します。
setSolidFill(color, alpha)void指定されたアルファと ThemeColorType に無地の塗りつぶしを設定します。
setTransparent()void背景を透明に設定します。

詳細なドキュメント

getSolidFill()

この背景の単色塗りつぶしを取得します。塗りつぶしタイプが FillType.SOLID でない場合は null です。

リターン

SolidFill - 単色塗りつぶしの設定。この塗りつぶしタイプが単色でない場合は null です。

承認

この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。

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

getType()

この入力のタイプを取得します。

リターン

FillType - この塗りつぶしのタイプ。

承認

この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。

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

isVisible()

背景が表示されるかどうか。

リターン

Boolean - 背景が見えている場合は true、そうでない場合は false

承認

この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。

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

setSolidFill(color)

指定された Color に塗りつぶしを設定します。

パラメータ

名前説明
colorColor

承認

この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。

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

setSolidFill(color, alpha)

指定されたアルファと Color に無地の塗りつぶしを設定します。

パラメータ

名前説明
colorColor
alphaNumber

承認

この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。

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

setSolidFill(red, green, blue)

指定された RGB 値に塗りつぶしを設定します。

パラメータ

名前説明
redInteger
greenInteger
blueInteger

承認

この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。

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

setSolidFill(red, green, blue, alpha)

指定されたアルファ値と RGB 値に単色塗りつぶしを設定します。

パラメータ

名前説明
redInteger
greenInteger
blueInteger
alphaNumber

承認

この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。

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

setSolidFill(hexString)

指定された 16 進数カラー文字列に単色塗りつぶしを設定します。

16 進数文字列は、「#RRGGBB」の形式である必要があります。たとえば、ピンクは「#FFC0CB」になります。

パラメータ

名前説明
hexStringString

承認

この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。

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

setSolidFill(hexString, alpha)

指定されたアルファと 16 進数カラー文字列に単色塗りつぶしを設定します。

16 進数文字列は、「#RRGGBB」の形式である必要があります。たとえば、ピンクは「#FFC0CB」になります。

パラメータ

名前説明
hexStringString
alphaNumber

承認

この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。

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

setSolidFill(color)

指定された ThemeColorType に塗りつぶしを設定します。

パラメータ

名前説明
colorThemeColorType

承認

この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。

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

setSolidFill(color, alpha)

指定されたアルファと ThemeColorType に無地の塗りつぶしを設定します。

パラメータ

名前説明
colorThemeColorType
alphaNumber

承認

この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。

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

setTransparent()

背景を透明に設定します。

承認

この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。

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