| Package | Description |
|---|---|
| com.google.api.services.sheets.v4.model |
| Modifier and Type | Method and Description |
|---|---|
ThemeColorPair |
ThemeColorPair.clone() |
ThemeColorPair |
ThemeColorPair.set(String fieldName,
Object value) |
ThemeColorPair |
ThemeColorPair.setColor(ColorStyle color)
The concrete color corresponding to the theme color type.
|
ThemeColorPair |
ThemeColorPair.setColorType(String colorType)
The type of the spreadsheet theme color.
|
| Modifier and Type | Method and Description |
|---|---|
List<ThemeColorPair> |
SpreadsheetTheme.getThemeColors()
The spreadsheet theme color pairs.
|
| Modifier and Type | Method and Description |
|---|---|
SpreadsheetTheme |
SpreadsheetTheme.setThemeColors(List<ThemeColorPair> themeColors)
The spreadsheet theme color pairs.
|
Copyright © 2011–2024 Google. All rights reserved.