페이지의 배경을 설명합니다.
방법
메서드 | 반환 유형 | 간략한 설명 |
---|---|---|
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
을 가져옵니다.
리턴
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getSolidFill()
이 배경의 단색 채우기를 가져오거나 배경 채우기 유형이 PageBackgroundType.SOLID
가 아닌 경우 null
를 가져옵니다.
리턴
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getType()
이 페이지 배경의 유형을 가져옵니다.
리턴
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
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 형식이어야 합니다.
매개변수
이름 | 유형 | 설명 |
---|---|---|
blobSource | BlobSource | 이미지 데이터입니다. |
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
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()
를 통해 노출됩니다.
매개변수
이름 | 유형 | 설명 |
---|---|---|
imageUrl | String | 이미지를 다운로드할 URL입니다. |
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(color)
setSolidFill(color, alpha)
setSolidFill(red, green, blue)
단색 채우기를 지정된 RGB 값으로 설정합니다.
매개변수
이름 | 유형 | 설명 |
---|---|---|
red | Integer | |
green | Integer | |
blue | Integer |
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(red, green, blue, alpha)
단색 채우기를 지정된 알파 및 RGB 값으로 설정합니다.
매개변수
이름 | 유형 | 설명 |
---|---|---|
red | Integer | |
green | Integer | |
blue | Integer | |
alpha | Number |
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(hexString)
단색 채우기를 지정된 16진수 색상 문자열로 설정합니다.
16진수 문자열은 '#RRGGBB' 형식이어야 합니다. 예를 들어 분홍색은 '#FFC0CB'로 표시됩니다.
매개변수
이름 | 유형 | 설명 |
---|---|---|
hexString | String |
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(hexString, alpha)
단색 채우기를 지정된 알파 및 16진수 색상 문자열로 설정합니다.
16진수 문자열은 '#RRGGBB' 형식이어야 합니다. 예를 들어 분홍색은 '#FFC0CB'로 표시됩니다.
매개변수
이름 | 유형 | 설명 |
---|---|---|
hexString | String | |
alpha | Number |
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(color)
솔리드 채우기를 지정된 ThemeColorType
로 설정합니다.
매개변수
이름 | 유형 | 설명 |
---|---|---|
color | ThemeColorType |
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSolidFill(color, alpha)
단색 채우기를 지정된 알파 및 ThemeColorType
로 설정합니다.
매개변수
이름 | 유형 | 설명 |
---|---|---|
color | ThemeColorType | |
alpha | Number |
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
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