線またはアウトラインの塗りつぶしを記述します。
メソッド
メソッド | 戻り値の型 | 概要 |
---|---|---|
get | Line | 線の塗りつぶしのタイプを取得します。 |
get | Solid | 線の塗りつぶしを取得します。塗りつぶしタイプが Line でない場合は null を返します。 |
set | void | 指定された Color に塗りつぶしを設定します。 |
set | void | 指定されたアルファと Color に塗りつぶしを設定します。 |
set | void | 指定された RGB 値に単色塗りつぶしを設定します。 |
set | void | 指定されたアルファ値と RGB 値に塗りつぶしを設定します。 |
set | void | 指定された 16 進数色文字列に単色塗りつぶしを設定します。 |
set | void | 指定されたアルファと 16 進数色の文字列に単色の塗りつぶしを設定します。 |
set | void | 指定された Theme に塗りつぶしを設定します。 |
set | void | 指定されたアルファと Theme に塗りつぶしを設定します。 |
詳細なドキュメント
get Fill Type()
線の塗りつぶしのタイプを取得します。
戻る
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Solid Fill()
線の塗りつぶしを取得します。塗りつぶしタイプが Line
でない場合は null
を返します。
戻る
承認
このメソッドを使用するスクリプトには、次のスコープの 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