ページ要素の背景を記述します。
メソッド
メソッド | 戻り値の型 | 概要 |
---|---|---|
get | Solid | この背景の単色塗りつぶしを取得します。塗りつぶしタイプが Fill でない場合は null を取得します。 |
get | Fill | この塗りつぶしのタイプを取得します。 |
is | Boolean | 背景を表示するかどうか。 |
set | void | 指定された Color に塗りつぶしを設定します。 |
set | void | 指定されたアルファと Color に塗りつぶしを設定します。 |
set | void | 指定された RGB 値に単色塗りつぶしを設定します。 |
set | void | 指定されたアルファ値と RGB 値に塗りつぶしを設定します。 |
set | void | 指定された 16 進数色文字列に単色塗りつぶしを設定します。 |
set | void | 指定されたアルファと 16 進数色の文字列に単色の塗りつぶしを設定します。 |
set | void | 指定された Theme に塗りつぶしを設定します。 |
set | void | 指定されたアルファと Theme に塗りつぶしを設定します。 |
set | void | 背景を透明に設定します。 |
詳細なドキュメント
get Solid Fill()
この背景の単色塗りつぶしを取得します。塗りつぶしタイプが Fill
でない場合は null
を取得します。
戻る
Solid
- 塗りつぶしの設定。塗りつぶしタイプが塗りつぶしでない場合は null
。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Type()
is Visible()
背景を表示するかどうか。
戻る
Boolean
- 背景が表示されている場合は true
、それ以外の場合は false
。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
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 |
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Solid Fill(red, green, blue, alpha)
指定されたアルファ値と RGB 値に塗りつぶしを設定します。
パラメータ
名前 | 型 | 説明 |
---|---|---|
red | Integer | |
green | Integer | |
blue | Integer | |
alpha | Number |
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Solid Fill(hexString)
指定された 16 進数色文字列に単色塗りつぶしを設定します。
16 進数文字列は「#RRGGBB」の形式にする必要があります。たとえば、ピンクは「#FFC0CB」と表されます。
パラメータ
名前 | 型 | 説明 |
---|---|---|
hex | String |
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Solid Fill(hexString, alpha)
指定されたアルファと 16 進数色の文字列に単色塗りつぶしを設定します。
16 進数文字列は「#RRGGBB」の形式にする必要があります。たとえば、ピンクは「#FFC0CB」と表されます。
パラメータ
名前 | 型 | 説明 |
---|---|---|
hex | String | |
alpha | Number |
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Solid Fill(color)
指定された Theme
に塗りつぶしを設定します。
パラメータ
名前 | 型 | 説明 |
---|---|---|
color | Theme |
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Solid Fill(color, alpha)
指定されたアルファと Theme
に塗りつぶしを設定します。
パラメータ
名前 | 型 | 説明 |
---|---|---|
color | Theme | |
alpha | Number |
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Transparent()
背景を透明に設定します。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations