Modifier and Type | Method and Description |
---|---|
Color |
Style.getBackgroundColor()
Returns the cell background color.
|
Color |
Style.getFontColor()
Returns the font color.
|
Modifier and Type | Method and Description |
---|---|
void |
Style.setBackgroundColor(Color backgroundColor)
Set the background color
|
void |
Range.setBackgroundColor(Color color)
Set a cell background color to the entire range
|
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 |
Style.setFontColor(Color fontColor)
Set the font color
|
void |
Range.setFontColor(Color color)
Set a font color to the entire range
|
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.
|
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 © 2023. All rights reserved.