Class Border

枠線

要素の周りの枠線を記述します。

Methods

メソッド戻り値の型概要
getDashStyle()DashStyle枠線の DashStyle を取得します。
getLineFill()LineFill枠線の LineFill を取得します。
getWeight()Number枠線の太さをポイント単位で取得します。
isVisible()Boolean枠線が表示されるかどうかを取得します。
setDashStyle(style)Border枠線の DashStyle を設定します。
setTransparent()Border枠線を透明に設定します。
setWeight(points)Border枠線の太さをポイント単位で設定します。

詳細なドキュメント

getDashStyle()

枠線の DashStyle を取得します。

リターン

DashStyle

承認

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

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

getLineFill()

枠線の LineFill を取得します。

リターン

LineFill

承認

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

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

getWeight()

枠線の太さをポイント単位で取得します。要素に枠線がない場合、null を返します。

リターン

Number

承認

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

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

isVisible()

枠線が表示されるかどうかを取得します。

リターン

Boolean

承認

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

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

setDashStyle(style)

枠線の DashStyle を設定します。

透明な枠線に DashStyle を設定すると、表示されるようになります。

パラメータ

名前説明
styleDashStyle

リターン

Border

承認

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

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

setTransparent()

枠線を透明に設定します。

リターン

Border

承認

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

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

setWeight(points)

枠線の太さをポイント単位で設定します。

透明な枠線に太さを設定すると、表示されるようになります。

パラメータ

名前説明
pointsNumber

リターン

Border

承認

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

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