| Package | Description |
|---|---|
| com.google.api.services.sheets.v4.model |
| Modifier and Type | Method and Description |
|---|---|
ColorStyle |
ColorStyle.clone() |
ColorStyle |
CellFormat.getBackgroundColorStyle()
The background color of the cell.
|
ColorStyle |
ChartSpec.getBackgroundColorStyle()
The background color of the entire chart.
|
ColorStyle |
SlicerSpec.getBackgroundColorStyle()
The background color of the slicer.
|
ColorStyle |
SortSpec.getBackgroundColorStyle()
The background fill color to sort by; cells with this fill color are sorted to the top.
|
ColorStyle |
HistogramSeries.getBarColorStyle()
The color of the column representing this series in each bucket.
|
ColorStyle |
BubbleChartSpec.getBubbleBorderColorStyle()
The bubble border color.
|
ColorStyle |
ThemeColorPair.getColor()
The concrete color corresponding to the theme color type.
|
ColorStyle |
BasicChartSeries.getColorStyle()
The color for elements (such as bars, lines, and points) associated with this series.
|
ColorStyle |
Border.getColorStyle()
The color of the border.
|
ColorStyle |
WaterfallChartColumnStyle.getColorStyle()
The color of the column.
|
ColorStyle |
InterpolationPoint.getColorStyle()
The color this interpolation point should use.
|
ColorStyle |
BandingProperties.getFirstBandColorStyle()
The first color that is alternating.
|
ColorStyle |
BandingProperties.getFooterColorStyle()
The color of the last row or column.
|
ColorStyle |
TextFormat.getForegroundColorStyle()
The foreground color of the text.
|
ColorStyle |
SortSpec.getForegroundColorStyle()
The foreground color to sort by; cells with this foreground color are sorted to the top.
|
ColorStyle |
BandingProperties.getHeaderColorStyle()
The color of the first row or column.
|
ColorStyle |
TreemapChartSpec.getHeaderColorStyle()
The background color for header cells.
|
ColorStyle |
TreemapChartColorScale.getMaxValueColorStyle()
The background color for cells with a color value greater than or equal to maxValue.
|
ColorStyle |
TreemapChartColorScale.getMidValueColorStyle()
The background color for cells with a color value at the midpoint between minValue and
maxValue.
|
ColorStyle |
TreemapChartColorScale.getMinValueColorStyle()
The background color for cells with a color value less than or equal to minValue.
|
ColorStyle |
BaselineValueFormat.getNegativeColorStyle()
Color to be used, in case baseline value represents a negative change for key value.
|
ColorStyle |
TreemapChartColorScale.getNoDataColorStyle()
The background color for cells that have no color data associated with them.
|
ColorStyle |
OrgChartSpec.getNodeColorStyle()
The color of the org chart nodes.
|
ColorStyle |
BaselineValueFormat.getPositiveColorStyle()
Color to be used, in case baseline value represents a positive change for key value.
|
ColorStyle |
BandingProperties.getSecondBandColorStyle()
The second color that is alternating.
|
ColorStyle |
OrgChartSpec.getSelectedNodeColorStyle()
The color of the selected org chart nodes.
|
ColorStyle |
SheetProperties.getTabColorStyle()
The color of the tab in the UI.
|
ColorStyle |
FilterCriteria.getVisibleBackgroundColorStyle()
The background fill color to filter by; only cells with this fill color are shown.
|
ColorStyle |
FilterCriteria.getVisibleForegroundColorStyle()
The foreground color to filter by; only cells with this foreground color are shown.
|
ColorStyle |
ColorStyle.set(String fieldName,
Object value) |
ColorStyle |
ColorStyle.setRgbColor(Color rgbColor)
RGB color.
|
ColorStyle |
ColorStyle.setThemeColor(String themeColor)
Theme color.
|
| Modifier and Type | Method and Description |
|---|---|
CellFormat |
CellFormat.setBackgroundColorStyle(ColorStyle backgroundColorStyle)
The background color of the cell.
|
ChartSpec |
ChartSpec.setBackgroundColorStyle(ColorStyle backgroundColorStyle)
The background color of the entire chart.
|
SlicerSpec |
SlicerSpec.setBackgroundColorStyle(ColorStyle backgroundColorStyle)
The background color of the slicer.
|
SortSpec |
SortSpec.setBackgroundColorStyle(ColorStyle backgroundColorStyle)
The background fill color to sort by; cells with this fill color are sorted to the top.
|
HistogramSeries |
HistogramSeries.setBarColorStyle(ColorStyle barColorStyle)
The color of the column representing this series in each bucket.
|
BubbleChartSpec |
BubbleChartSpec.setBubbleBorderColorStyle(ColorStyle bubbleBorderColorStyle)
The bubble border color.
|
ThemeColorPair |
ThemeColorPair.setColor(ColorStyle color)
The concrete color corresponding to the theme color type.
|
BasicChartSeries |
BasicChartSeries.setColorStyle(ColorStyle colorStyle)
The color for elements (such as bars, lines, and points) associated with this series.
|
Border |
Border.setColorStyle(ColorStyle colorStyle)
The color of the border.
|
WaterfallChartColumnStyle |
WaterfallChartColumnStyle.setColorStyle(ColorStyle colorStyle)
The color of the column.
|
InterpolationPoint |
InterpolationPoint.setColorStyle(ColorStyle colorStyle)
The color this interpolation point should use.
|
BandingProperties |
BandingProperties.setFirstBandColorStyle(ColorStyle firstBandColorStyle)
The first color that is alternating.
|
BandingProperties |
BandingProperties.setFooterColorStyle(ColorStyle footerColorStyle)
The color of the last row or column.
|
TextFormat |
TextFormat.setForegroundColorStyle(ColorStyle foregroundColorStyle)
The foreground color of the text.
|
SortSpec |
SortSpec.setForegroundColorStyle(ColorStyle foregroundColorStyle)
The foreground color to sort by; cells with this foreground color are sorted to the top.
|
BandingProperties |
BandingProperties.setHeaderColorStyle(ColorStyle headerColorStyle)
The color of the first row or column.
|
TreemapChartSpec |
TreemapChartSpec.setHeaderColorStyle(ColorStyle headerColorStyle)
The background color for header cells.
|
TreemapChartColorScale |
TreemapChartColorScale.setMaxValueColorStyle(ColorStyle maxValueColorStyle)
The background color for cells with a color value greater than or equal to maxValue.
|
TreemapChartColorScale |
TreemapChartColorScale.setMidValueColorStyle(ColorStyle midValueColorStyle)
The background color for cells with a color value at the midpoint between minValue and
maxValue.
|
TreemapChartColorScale |
TreemapChartColorScale.setMinValueColorStyle(ColorStyle minValueColorStyle)
The background color for cells with a color value less than or equal to minValue.
|
BaselineValueFormat |
BaselineValueFormat.setNegativeColorStyle(ColorStyle negativeColorStyle)
Color to be used, in case baseline value represents a negative change for key value.
|
TreemapChartColorScale |
TreemapChartColorScale.setNoDataColorStyle(ColorStyle noDataColorStyle)
The background color for cells that have no color data associated with them.
|
OrgChartSpec |
OrgChartSpec.setNodeColorStyle(ColorStyle nodeColorStyle)
The color of the org chart nodes.
|
BaselineValueFormat |
BaselineValueFormat.setPositiveColorStyle(ColorStyle positiveColorStyle)
Color to be used, in case baseline value represents a positive change for key value.
|
BandingProperties |
BandingProperties.setSecondBandColorStyle(ColorStyle secondBandColorStyle)
The second color that is alternating.
|
OrgChartSpec |
OrgChartSpec.setSelectedNodeColorStyle(ColorStyle selectedNodeColorStyle)
The color of the selected org chart nodes.
|
SheetProperties |
SheetProperties.setTabColorStyle(ColorStyle tabColorStyle)
The color of the tab in the UI.
|
FilterCriteria |
FilterCriteria.setVisibleBackgroundColorStyle(ColorStyle visibleBackgroundColorStyle)
The background fill color to filter by; only cells with this fill color are shown.
|
FilterCriteria |
FilterCriteria.setVisibleForegroundColorStyle(ColorStyle visibleForegroundColorStyle)
The foreground color to filter by; only cells with this foreground color are shown.
|
Copyright © 2011–2020 Google. All rights reserved.