| Package | Description |
|---|---|
| org.xlsx4j.sml |
| Modifier and Type | Field and Description |
|---|---|
protected CTColor |
CTPatternFill.bgColor |
protected CTColor |
CTDataBar.color |
protected CTColor |
CTBorderPr.color |
protected CTColor |
CTGradientStop.color |
protected CTColor |
CTPatternFill.fgColor |
protected CTColor |
CTSheetPr.tabColor |
protected CTColor |
CTChartsheetPr.tabColor |
| Modifier and Type | Field and Description |
|---|---|
protected List<CTColor> |
CTMRUColors.color |
protected List<CTColor> |
CTColorScale.color |
| Modifier and Type | Method and Description |
|---|---|
CTColor |
ObjectFactory.createCTColor()
Create an instance of
CTColor |
CTColor |
CTPatternFill.getBgColor()
Gets the value of the bgColor property.
|
CTColor |
CTDataBar.getColor()
Gets the value of the color property.
|
CTColor |
CTBorderPr.getColor()
Gets the value of the color property.
|
CTColor |
CTGradientStop.getColor()
Gets the value of the color property.
|
CTColor |
CTPatternFill.getFgColor()
Gets the value of the fgColor property.
|
CTColor |
CTSheetPr.getTabColor()
Gets the value of the tabColor property.
|
CTColor |
CTChartsheetPr.getTabColor()
Gets the value of the tabColor property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<CTColor> |
ObjectFactory.createCTFontColor(CTColor value)
|
JAXBElement<CTColor> |
ObjectFactory.createCTRPrEltColor(CTColor value)
|
List<CTColor> |
CTMRUColors.getColor()
Gets the value of the color property.
|
List<CTColor> |
CTColorScale.getColor()
Gets the value of the color property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<CTColor> |
ObjectFactory.createCTFontColor(CTColor value)
|
JAXBElement<CTColor> |
ObjectFactory.createCTRPrEltColor(CTColor value)
|
void |
CTPatternFill.setBgColor(CTColor value)
Sets the value of the bgColor property.
|
void |
CTDataBar.setColor(CTColor value)
Sets the value of the color property.
|
void |
CTBorderPr.setColor(CTColor value)
Sets the value of the color property.
|
void |
CTGradientStop.setColor(CTColor value)
Sets the value of the color property.
|
void |
CTPatternFill.setFgColor(CTColor value)
Sets the value of the fgColor property.
|
void |
CTSheetPr.setTabColor(CTColor value)
Sets the value of the tabColor property.
|
void |
CTChartsheetPr.setTabColor(CTColor value)
Sets the value of the tabColor property.
|
Copyright © 2007-2021. All Rights Reserved.