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