Class SpreadsheetTheme

SpreadsheetTheme

기존 테마에 액세스하고 수정합니다. 스프레드시트에서 테마를 설정하려면 Spreadsheet.setSpreadsheetTheme(theme)를 사용하세요.

방법

메서드반환 유형간략한 설명
getConcreteColor(themeColorType)Color유효한 테마 색상 유형의 구체적인 Color를 반환합니다.
getFontFamily()String테마의 글꼴 모음 또는 null 테마인 경우 null를 반환합니다.
getThemeColors()ThemeColorType[]현재 테마에 사용할 수 있는 모든 테마 색상 유형 목록을 반환합니다.
setConcreteColor(themeColorType, color)SpreadsheetTheme이 색 구성표의 ThemeColorType과 연결된 구체적인 색상을 지정된 색상으로 설정합니다.
setConcreteColor(themeColorType, red, green, blue)SpreadsheetTheme이 색 구성표의 ThemeColorType과 연결된 구체적인 색상을 RGB 형식의 지정된 색상으로 설정합니다.
setFontFamily(fontFamily)SpreadsheetTheme테마의 글꼴 모음을 설정합니다.

자세한 문서

getConcreteColor(themeColorType)

유효한 테마 색상 유형의 구체적인 Color를 반환합니다. 현재 테마에 테마 색상 유형이 설정되어 있지 않으면 예외가 발생합니다.

매개변수

이름유형설명
themeColorTypeThemeColorType테마 색상 유형입니다.

리턴

Color - 콘크리트 색상입니다.

승인

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

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

getFontFamily()

테마의 글꼴 모음 또는 null 테마인 경우 null를 반환합니다.

리턴

String - 테마 글꼴 모음

승인

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

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

getThemeColors()

현재 테마에 사용할 수 있는 모든 테마 색상 유형 목록을 반환합니다.

리턴

ThemeColorType[] - 테마 색상 목록입니다.

승인

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

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

setConcreteColor(themeColorType, color)

이 색 구성표의 ThemeColorType과 연결된 구체적인 색상을 지정된 색상으로 설정합니다.

매개변수

이름유형설명
themeColorTypeThemeColorType테마 색상 유형입니다.
colorColor색상입니다.

리턴

SpreadsheetTheme - 체인을 위한 테마입니다.

승인

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

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

setConcreteColor(themeColorType, red, green, blue)

이 색 구성표의 ThemeColorType과 연결된 구체적인 색상을 RGB 형식의 지정된 색상으로 설정합니다.

매개변수

이름유형설명
themeColorTypeThemeColorType테마 색상 유형입니다.
redInteger빨간색 채널의 값입니다.
greenInteger녹색 채널의 값입니다.
blueInteger파란색 채널의 값입니다.

리턴

SpreadsheetTheme - 체인을 위한 테마입니다.

승인

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

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

setFontFamily(fontFamily)

테마의 글꼴 모음을 설정합니다.

매개변수

이름유형설명
fontFamilyString새로운 테마 글꼴 모음

리턴

SpreadsheetTheme: 연결용 테마입니다.

승인

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

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