페이지 요소의 배경을 설명합니다.
방법
메서드 | 반환 유형 | 간략한 설명 |
---|---|---|
getSolidFill() | SolidFill | 이 배경의 단색 채우기를 가져오거나 채우기 유형이 FillType.SOLID 가 아닌 경우 null 를 가져옵니다. |
getType() | FillType | 이 채우기의 유형을 가져옵니다. |
isVisible() | Boolean | 배경의 표시 여부입니다. |
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 | 배경을 투명으로 설정합니다. |
자세한 문서
getSolidFill()
이 배경의 단색 채우기를 가져오거나 채우기 유형이 FillType.SOLID
가 아닌 경우 null
를 가져옵니다.
리턴
SolidFill
- 단색 채우기 설정이거나 이 채우기 유형이 단색이 아닌 경우 null
입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getType()
isVisible()
배경의 표시 여부입니다.
리턴
Boolean
: 배경이 표시되면 true
, 보이지 않으면 false
입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
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