선 또는 윤곽선의 채우기를 설명합니다.
메서드
메서드 | 반환 유형 | 간략한 설명 |
---|---|---|
get | Line | 선 채우기 유형을 가져옵니다. |
get | Solid | 선의 단색 채우기를 가져오거나 채우기 유형이 Line 가 아닌 경우 null 을 가져옵니다. |
set | void | 단색 채우기를 지정된 Color 로 설정합니다. |
set | void | 단색 채우기를 지정된 알파 및 Color 로 설정합니다. |
set | void | 단색 채우기를 지정된 RGB 값으로 설정합니다. |
set | void | 단색 채우기를 지정된 알파 및 RGB 값으로 설정합니다. |
set | void | 단색 채우기를 지정된 16진수 색상 문자열로 설정합니다. |
set | void | 단색 채우기를 지정된 알파 및 16진수 색상 문자열로 설정합니다. |
set | void | 단색 채우기를 지정된 Theme 로 설정합니다. |
set | void | 단색 채우기를 지정된 알파 및 Theme 로 설정합니다. |
자세한 문서
get Fill Type()
선 채우기 유형을 가져옵니다.
리턴
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Solid Fill()
선의 단색 채우기를 가져오거나 채우기 유형이 Line
가 아닌 경우 null
을 가져옵니다.
리턴
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Solid Fill(color)
set Solid Fill(color, alpha)
set Solid Fill(red, green, blue)
단색 채우기를 지정된 RGB 값으로 설정합니다.
매개변수
이름 | 유형 | 설명 |
---|---|---|
red | Integer | |
green | Integer | |
blue | Integer |
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Solid Fill(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
set Solid Fill(hexString)
단색 채우기를 지정된 16진수 색상 문자열로 설정합니다.
16진수 문자열은 '#RRGGBB' 형식이어야 합니다. 예를 들어 분홍색은 '#FFC0CB'로 표시됩니다.
매개변수
이름 | 유형 | 설명 |
---|---|---|
hex | String |
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Solid Fill(hexString, alpha)
단색 채우기를 지정된 알파 및 16진수 색상 문자열로 설정합니다.
16진수 문자열은 '#RRGGBB' 형식이어야 합니다. 예를 들어 분홍색은 '#FFC0CB'로 표시됩니다.
매개변수
이름 | 유형 | 설명 |
---|---|---|
hex | String | |
alpha | Number |
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Solid Fill(color)
단색 채우기를 지정된 Theme
로 설정합니다.
매개변수
이름 | 유형 | 설명 |
---|---|---|
color | Theme |
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Solid Fill(color, alpha)
단색 채우기를 지정된 알파 및 Theme
로 설정합니다.
매개변수
이름 | 유형 | 설명 |
---|---|---|
color | Theme | |
alpha | Number |
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations