| Modifier and Type | Method and Description |
|---|---|
Color |
Style.getBackgroundColor()
Returns the cell background color.
|
Color |
ChartTextProperties.getColor()
Returns the text color.
|
Color |
ChartGraphicProperties.getFillColor()
Returns the fill color.
|
Color |
Style.getFontColor()
Returns the font color.
|
Color |
ChartGraphicProperties.getStrokeColor()
Returns the stroke color.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Range.setBackgroundColor(Color color)
Set a cell background color to the entire range
|
void |
Style.setBackgroundColor(Color backgroundColor)
Set the background color
|
void |
Range.setBackgroundColors(Color... color)
Set a set of cell background colors to the range.
|
void |
Range.setBackgroundColors(Color[][] color)
Set a set of cell background colors formatting to the range.
|
void |
ChartTextProperties.setColor(Color color)
Sets the text color.
|
void |
ChartGraphicProperties.setFillColor(Color fillColor)
Sets the fill color.
|
void |
Range.setFontColor(Color color)
Set a font color to the entire range
|
void |
Style.setFontColor(Color fontColor)
Set the font color
|
void |
Range.setFontColors(Color... color)
Set a set of font colors styles to the range.
|
void |
Range.setFontColors(Color[][] color)
Set a set of font colors formatting to the range.
|
void |
ChartGraphicProperties.setStrokeColor(Color strokeColor)
Sets the stroke color.
|
| Constructor and Description |
|---|
Style(boolean bold,
boolean italic,
boolean underline,
Color fontColor,
Color backgroundColor,
int fontSize)
Deprecated.
|
Style(boolean bold,
boolean italic,
boolean underline,
Color fontColor,
Color backgroundColor,
int fontSize,
Borders borders,
boolean wrap)
Deprecated.
|
Copyright © 2026. All rights reserved.