Class Border

테두리

요소 주위의 테두리를 설명합니다.

메서드

메서드반환 유형간략한 설명
getDashStyle()DashStyle|null테두리의 DashStyle를 가져옵니다.
getLineFill()LineFill테두리의 LineFill를 가져옵니다.
getWeight()Number|null테두리의 두께를 포인트 단위로 가져옵니다.
isVisible()Boolean테두리가 표시되는지 여부를 가져옵니다.
setDashStyle(style)Border테두리의 DashStyle을 설정합니다.
setTransparent()Border테두리를 투명하게 설정합니다.
setWeight(points)Border테두리의 두께를 포인트로 설정합니다.

자세한 문서

getDashStyle()

테두리의 DashStyle를 가져옵니다.

리턴

DashStyle|null

승인

이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.

  • 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|null

승인

이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.

  • 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