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