Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
com.gembox.spreadsheet.conditionalformatting |
Contains types used to format cells conditionally based on their values.
|
Modifier and Type | Method and Description |
---|---|
static SpreadsheetColor |
SpreadsheetColor.create()
Deprecated.
This method is internal and should not be used.
|
static SpreadsheetColor |
SpreadsheetColor.create(com.gembox.spreadsheet.internal.styles.ColorData data,
com.gembox.spreadsheet.internal.styles.ColorScheme scheme,
boolean foreground)
Deprecated.
This method is internal and should not be used.
|
static SpreadsheetColor |
SpreadsheetColor.fromArgb(int argb)
Creates a
SpreadsheetColor class from a 32-bit ARGB value. |
static SpreadsheetColor |
SpreadsheetColor.fromArgb(int red,
int green,
int blue)
Creates a
SpreadsheetColor class from the specified 8-bit color values (red, green, and blue). |
static SpreadsheetColor |
SpreadsheetColor.fromColor(Color color)
Performs a conversion from
Color to SpreadsheetColor . |
static SpreadsheetColor |
SpreadsheetColor.fromName(ColorName name)
Creates a
SpreadsheetColor class from the specified predefined color. |
SpreadsheetColor |
ExcelFont.getColor()
Gets the color of the text.
|
SpreadsheetColor |
ExcelFillPattern.getGradientColor1()
Gets the first color of the gradient fill effect.
|
SpreadsheetColor |
ExcelFillPattern.getGradientColor2()
Gets the second color of the gradient fill effect.
|
SpreadsheetColor |
CellBorder.getLineColor()
Gets the border line color.
|
SpreadsheetColor |
ExcelFillPattern.getPatternBackgroundColor()
Gets the pattern fill background color.
|
SpreadsheetColor |
ExcelFillPattern.getPatternForegroundColor()
Gets the pattern fill foreground color.
|
SpreadsheetColor |
CellBorder.getRenderColor()
Deprecated.
This method is internal and should not be used.
|
SpreadsheetColor |
ExcelWorksheet.getTabColor()
Gets the worksheet tab color.
|
static SpreadsheetColor |
SpreadsheetColor.parse(String hex)
Deprecated.
This method is internal and should not be used.
|
static SpreadsheetColor |
SpreadsheetColor.parseName(String name)
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
Optional<SpreadsheetColor> |
ExcelPicture.getTransparentColor() |
Modifier and Type | Method and Description |
---|---|
SortState |
SortState.by(int columnRowIndex,
SpreadsheetColor fontColor)
Deprecated.
This method is internal and should not be used.
|
SortState |
SortState.by(int columnRowIndex,
SpreadsheetColor fontColor,
boolean descending)
Deprecated.
This method is internal and should not be used.
|
AutoFilter |
AutoFilter.byColor(int columnIndex,
SpreadsheetColor fontColor)
Deprecated.
This method is internal and should not be used.
|
int |
SpreadsheetColor.compareBrightness(SpreadsheetColor other)
Deprecated.
This method is internal and should not be used.
|
boolean |
SpreadsheetColor.equalsGeneric(SpreadsheetColor other)
Deprecated.
This method is internal and should not be used.
|
void |
CellBorder.setBorder(SpreadsheetColor lineColor,
LineStyle lineStyle)
Sets the border color and line style.
|
void |
CellBorders.setBorders(EnumSet<MultipleBorders> multipleBorders,
SpreadsheetColor lineColor,
LineStyle lineStyle)
Sets the color and line style for the specified multiple borders of a cell.
|
void |
ExcelFont.setColor(SpreadsheetColor value)
Sets the color of the text.
|
void |
ExcelFillPattern.setGradient(GradientShadingStyle gradientStyle,
SpreadsheetColor gradientColor1,
SpreadsheetColor gradientColor2)
Sets the gradient fill effect.
|
void |
ExcelFillPattern.setGradientColor1(SpreadsheetColor value)
Sets the first color of the gradient fill effect.
|
void |
ExcelFillPattern.setGradientColor2(SpreadsheetColor value)
Sets the second color of the gradient fill effect.
|
void |
CellBorder.setLineColor(SpreadsheetColor color)
Sets the border line color.
|
void |
ExcelFillPattern.setPattern(FillPatternStyle patternStyle,
SpreadsheetColor foregroundColor,
SpreadsheetColor backgroundColor)
Sets the pattern fill.
|
void |
ExcelFillPattern.setPatternBackgroundColor(SpreadsheetColor color)
Sets the pattern fill background color.
|
void |
ExcelFillPattern.setPatternForegroundColor(SpreadsheetColor color)
Sets the pattern fill foreground color.
|
void |
ExcelFillPattern.setSolid(SpreadsheetColor fillColor)
Sets the solid pattern fill with the specified fill color.
|
void |
ExcelWorksheet.setTabColor(SpreadsheetColor value)
Sets the worksheet tab color.
|
AutoFilter |
AutoFilter.sortBy(int columnIndex,
SpreadsheetColor fontColor)
Deprecated.
This method is internal and should not be used.
|
AutoFilter |
AutoFilter.sortBy(int columnIndex,
SpreadsheetColor fontColor,
boolean descending)
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcelPicture.setTransparentColor(Optional<SpreadsheetColor> transparentColor) |
Modifier and Type | Method and Description |
---|---|
SpreadsheetColor |
DataBarStyle.getAxisColor()
Gets the data bar axis color.
|
SpreadsheetColor |
DataBarStyle.getBorderColor()
Gets the data bar border color.
|
SpreadsheetColor |
ConditionalColor.getColor()
Gets the color.
|
SpreadsheetColor |
DataBarStyle.getFillColor()
Gets the data bar fill color.
|
SpreadsheetColor |
DataBarStyle.getNegativeBorderColor()
Gets the data bar border color for negative values.
|
SpreadsheetColor |
DataBarStyle.getNegativeFillColor()
Gets the data bar fill color for negative values.
|
Modifier and Type | Method and Description |
---|---|
void |
DataBarStyle.setAxisColor(SpreadsheetColor axisColor)
Sets the data bar axis color.
|
void |
DataBarStyle.setBorderColor(SpreadsheetColor borderColor)
Sets the data bar border color.
|
void |
ConditionalColor.setColor(SpreadsheetColor color)
Sets the color.
|
void |
DataBarStyle.setFillColor(SpreadsheetColor fillColor)
Sets the data bar fill color.
|
void |
DataBarStyle.setNegativeBorderColor(SpreadsheetColor negativeBorderColor)
Sets the data bar border color for negative values.
|
void |
DataBarStyle.setNegativeFillColor(SpreadsheetColor negativeFillColor)
Sets the data bar fill color for negative values.
|
© GemBox d.o.o. — All rights reserved.