要素の周囲の枠線を記述します。
メソッド
| メソッド | 戻り値の型 | 概要 |
|---|---|---|
get | Dash | 枠線の Dash を取得します。 |
get | Line | 枠線の Line を取得します。 |
get | Number|null | 枠線の太さをポイント単位で取得します。 |
is | Boolean | 枠線が表示されるかどうかを取得します。 |
set | Border | 枠線の Dash を設定します。 |
set | Border | 枠線を透明に設定します。 |
set | Border | 枠線の太さをポイント単位で設定します。 |
詳細なドキュメント
get Dash Style()
get Line Fill()
get Weight()
枠線の太さをポイント単位で取得します。要素に境界線がない場合は null を返します。
戻る
Number|null
承認
このメソッドを使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly -
https://www.googleapis.com/auth/presentations
is Visible()
枠線が表示されるかどうかを取得します。
戻る
Boolean
承認
このメソッドを使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly -
https://www.googleapis.com/auth/presentations
set Dash Style(style)
枠線の Dash を設定します。
透明な枠線に Dash を設定すると、その枠線は表示されるようになります。
パラメータ
| 名前 | 型 | 説明 |
|---|---|---|
style | Dash | 設定する破線スタイル。 |
戻る
承認
このメソッドを使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly -
https://www.googleapis.com/auth/presentations
set Transparent()
set Weight(points)
枠線の太さをポイント単位で設定します。
透明な枠線にウェイトを設定すると、その枠線は表示されるようになります。
パラメータ
| 名前 | 型 | 説明 |
|---|---|---|
points | Number | 枠線の太さ(ポイント単位)。 |
戻る
承認
このメソッドを使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly -
https://www.googleapis.com/auth/presentations