Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
BandingProperties |
BandingProperties.clone() |
BandingProperties |
BandedRange.getColumnProperties()
Properties for column bands.
|
BandingProperties |
BandedRange.getRowProperties()
Properties for row bands.
|
BandingProperties |
BandingProperties.set(String fieldName,
Object value) |
BandingProperties |
BandingProperties.setFirstBandColor(Color firstBandColor)
The first color that is alternating.
|
BandingProperties |
BandingProperties.setFirstBandColorStyle(ColorStyle firstBandColorStyle)
The first color that is alternating.
|
BandingProperties |
BandingProperties.setFooterColor(Color footerColor)
The color of the last row or column.
|
BandingProperties |
BandingProperties.setFooterColorStyle(ColorStyle footerColorStyle)
The color of the last row or column.
|
BandingProperties |
BandingProperties.setHeaderColor(Color headerColor)
The color of the first row or column.
|
BandingProperties |
BandingProperties.setHeaderColorStyle(ColorStyle headerColorStyle)
The color of the first row or column.
|
BandingProperties |
BandingProperties.setSecondBandColor(Color secondBandColor)
The second color that is alternating.
|
BandingProperties |
BandingProperties.setSecondBandColorStyle(ColorStyle secondBandColorStyle)
The second color that is alternating.
|
Modifier and Type | Method and Description |
---|---|
BandedRange |
BandedRange.setColumnProperties(BandingProperties columnProperties)
Properties for column bands.
|
BandedRange |
BandedRange.setRowProperties(BandingProperties rowProperties)
Properties for row bands.
|
Copyright © 2011–2024 Google. All rights reserved.