Class Border

框線

描述元素周圍的邊框。

方法

方法傳回類型簡短說明
getDashStyle()DashStyle取得邊框的 DashStyle
getLineFill()LineFill取得邊框的 LineFill
getWeight()Number取得邊框的厚度 (以點為單位)。
isVisible()Boolean取得邊框是否可見。
setDashStyle(style)Border設定邊框的 DashStyle
setTransparent()Border將邊框設為透明。
setWeight(points)Border以點為單位設定邊框的厚度。

內容詳盡的說明文件

getDashStyle()

取得邊框的 DashStyle

回攻員

DashStyle

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

getLineFill()

取得邊框的 LineFill

回攻員

LineFill

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

getWeight()

取得邊框的厚度 (以點為單位)。如果元素沒有邊框,就會傳回 null

回攻員

Number

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

isVisible()

取得邊框是否可見。

回攻員

Boolean

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

setDashStyle(style)

設定邊框的 DashStyle

在透明邊框上設定 DashStyle 會使其顯示。

參數

名稱類型說明
styleDashStyle

回攻員

Border

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

setTransparent()

將邊框設為透明。

回攻員

Border

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

setWeight(points)

以點為單位設定邊框的厚度。

為透明邊框設定權重,即可讓邊框顯示。

參數

名稱類型說明
pointsNumber

回攻員

Border

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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