線または枠線の塗りつぶしを表します
Methods
メソッド | 戻り値の型 | 概要 |
---|---|---|
getFillType() | LineFillType | 線の塗りつぶしのタイプを取得します。 |
getSolidFill() | SolidFill | 線の実線を取得します。塗りつぶしタイプが LineFillType.SOLID でない場合は null を取得します。 |
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 に無地の塗りつぶしを設定します。 |
詳細なドキュメント
getFillType()
線の塗りつぶしのタイプを取得します。
リターン
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getSolidFill()
線の実線を取得します。塗りつぶしタイプが LineFillType.SOLID
でない場合は null
を取得します。
リターン
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(color)
setSolidFill(color, alpha)
setSolidFill(red, green, blue)
指定された RGB 値に塗りつぶしを設定します。
パラメータ
名前 | 型 | 説明 |
---|---|---|
red | Integer | |
green | Integer | |
blue | Integer |
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(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
setSolidFill(hexString)
指定された 16 進数カラー文字列に単色塗りつぶしを設定します。
16 進数文字列は、「#RRGGBB」の形式である必要があります。たとえば、ピンクは「#FFC0CB」になります。
パラメータ
名前 | 型 | 説明 |
---|---|---|
hexString | String |
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(hexString, alpha)
指定されたアルファと 16 進数カラー文字列に単色塗りつぶしを設定します。
16 進数文字列は、「#RRGGBB」の形式である必要があります。たとえば、ピンクは「#FFC0CB」になります。
パラメータ
名前 | 型 | 説明 |
---|---|---|
hexString | String | |
alpha | Number |
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(color)
指定された ThemeColorType
に塗りつぶしを設定します。
パラメータ
名前 | 型 | 説明 |
---|---|---|
color | ThemeColorType |
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(color, alpha)
指定されたアルファと ThemeColorType
に無地の塗りつぶしを設定します。
パラメータ
名前 | 型 | 説明 |
---|---|---|
color | ThemeColorType | |
alpha | Number |
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations