Class Border

  • The Border class describes the border around an element.

  • Methods are available to get and set the dash style, line fill, and weight of the border, as well as check its visibility and set it to transparent.

Border

Describes the border around an element.

Methods

Method Return type Brief description
Dash Style |null Gets the Dash Style of the border.
Line Fill Gets the Line Fill of the border.
Number|null Gets the thickness of the border in points.
Boolean Gets whether the border is visible or not.
Border Sets the Dash Style of the border.
Border Sets the border to be transparent.
Border Sets the thickness of the border in points.

Detailed documentation

getDashStyle()

Gets the DashStyle of the border.

Return

DashStyle |null

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

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

getLineFill()

Gets the LineFill of the border.

Return

LineFill

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

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

getWeight()

Gets the thickness of the border in points. Returns null if the element does not have a border.

Return

Number|null

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

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

isVisible()

Gets whether the border is visible or not.

Return

Boolean

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

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

setDashStyle(style)

Sets the DashStyle of the border.

Setting a DashStyle on a transparent border makes it visible.

Parameters

Name Type Description
style
Dash Style The dash style to set.

Return

Border — This Border , for chaining.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

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

setTransparent()

Sets the border to be transparent.

Return

Border — This Border , for chaining.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

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

setWeight(points)

Sets the thickness of the border in points.

Setting a weight on a transparent border makes it visible.

Parameters

Name Type Description
points
Number The border weight in points.

Return

Border — This Border , for chaining.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations
Create a Mobile Website
View Site in Mobile | Classic
Share by: