Class PageBackground

PageBackground

페이지의 배경을 설명합니다.

방법

메서드반환 유형간략한 설명
getPictureFill()PictureFill이 배경의 늘어난 사진 채우기를 가져오거나 배경 채우기 유형이 PageBackgroundType.PICTURE가 아닌 경우 null을 가져옵니다.
getSolidFill()SolidFill이 배경의 단색 채우기를 가져오거나 배경 채우기 유형이 PageBackgroundType.SOLID가 아닌 경우 null를 가져옵니다.
getType()PageBackgroundType이 페이지 배경의 유형을 가져옵니다.
isVisible()Boolean배경의 표시 여부입니다.
setPictureFill(blobSource)void지정된 이미지 blob의 이미지를 페이지 배경으로 설정합니다.
setPictureFill(imageUrl)void제공된 URL의 이미지를 페이지 배경으로 설정합니다.
setSolidFill(color)void솔리드 채우기를 지정된 Color로 설정합니다.
setSolidFill(color, alpha)void단색 채우기를 지정된 알파 및 Color로 설정합니다.
setSolidFill(red, green, blue)void단색 채우기를 지정된 RGB 값으로 설정합니다.
setSolidFill(red, green, blue, alpha)void단색 채우기를 지정된 알파 및 RGB 값으로 설정합니다.
setSolidFill(hexString)void단색 채우기를 지정된 16진수 색상 문자열로 설정합니다.
setSolidFill(hexString, alpha)void단색 채우기를 지정된 알파 및 16진수 색상 문자열로 설정합니다.
setSolidFill(color)void솔리드 채우기를 지정된 ThemeColorType로 설정합니다.
setSolidFill(color, alpha)void단색 채우기를 지정된 알파 및 ThemeColorType로 설정합니다.
setTransparent()void배경을 투명으로 설정합니다.

자세한 문서

getPictureFill()

이 배경의 늘어난 사진 채우기를 가져오거나 배경 채우기 유형이 PageBackgroundType.PICTURE가 아닌 경우 null을 가져옵니다.

리턴

PictureFill

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

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

getSolidFill()

이 배경의 단색 채우기를 가져오거나 배경 채우기 유형이 PageBackgroundType.SOLID가 아닌 경우 null를 가져옵니다.

리턴

SolidFill

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

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

getType()

이 페이지 배경의 유형을 가져옵니다.

리턴

PageBackgroundType

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

  • 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

setPictureFill(blobSource)

지정된 이미지 blob의 이미지를 페이지 배경으로 설정합니다. 이미지는 페이지 크기에 맞게 늘어납니다.

이미지를 삽입하면 BlobSource에서 이미지를 한 번 가져오고 사본이 프레젠테이션 내에 표시되도록 저장됩니다. 이미지는 크기가 50MB 미만이어야 하고 25메가픽셀을 초과할 수 없으며 PNG, JPEG 또는 GIF 형식이어야 합니다.

매개변수

이름유형설명
blobSourceBlobSource이미지 데이터입니다.

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

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

setPictureFill(imageUrl)

제공된 URL의 이미지를 페이지 배경으로 설정합니다. 이미지는 페이지 크기에 맞게 늘어납니다.

이미지를 삽입하면 URL에서 이미지를 한 번 가져오며 프레젠테이션 내에 표시하기 위해 사본이 저장됩니다. 이미지는 크기가 50MB 미만이어야 하고 25메가픽셀을 초과할 수 없으며 PNG, JPEG 또는 GIF 형식이어야 합니다.

제공된 URL은 공개적으로 액세스할 수 있어야 하며 2KB 이하여야 합니다. URL 자체는 이미지와 함께 저장되고 PictureFill.getSourceUrl()를 통해 노출됩니다.

매개변수

이름유형설명
imageUrlString이미지를 다운로드할 URL입니다.

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

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

setSolidFill(color)

솔리드 채우기를 지정된 Color로 설정합니다.

매개변수

이름유형설명
colorColor

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

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

setSolidFill(color, alpha)

단색 채우기를 지정된 알파 및 Color로 설정합니다.

매개변수

이름유형설명
colorColor
alphaNumber

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

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

setSolidFill(red, green, blue)

단색 채우기를 지정된 RGB 값으로 설정합니다.

매개변수

이름유형설명
redInteger
greenInteger
blueInteger

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

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

setSolidFill(red, green, blue, alpha)

단색 채우기를 지정된 알파 및 RGB 값으로 설정합니다.

매개변수

이름유형설명
redInteger
greenInteger
blueInteger
alphaNumber

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

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

setSolidFill(hexString)

단색 채우기를 지정된 16진수 색상 문자열로 설정합니다.

16진수 문자열은 '#RRGGBB' 형식이어야 합니다. 예를 들어 분홍색은 '#FFC0CB'로 표시됩니다.

매개변수

이름유형설명
hexStringString

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

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

setSolidFill(hexString, alpha)

단색 채우기를 지정된 알파 및 16진수 색상 문자열로 설정합니다.

16진수 문자열은 '#RRGGBB' 형식이어야 합니다. 예를 들어 분홍색은 '#FFC0CB'로 표시됩니다.

매개변수

이름유형설명
hexStringString
alphaNumber

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

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

setSolidFill(color)

솔리드 채우기를 지정된 ThemeColorType로 설정합니다.

매개변수

이름유형설명
colorThemeColorType

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

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

setSolidFill(color, alpha)

단색 채우기를 지정된 알파 및 ThemeColorType로 설정합니다.

매개변수

이름유형설명
colorThemeColorType
alphaNumber

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

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

setTransparent()

배경을 투명으로 설정합니다.

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

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