Package | Description |
---|---|
org.apache.poi.xssf.model | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.extensions |
Modifier and Type | Method and Description |
---|---|
XSSFColor |
ThemesTable.getThemeColor(int idx)
Convert a theme "index" (as used by fonts etc) into a color.
|
XSSFColor |
Themes.getThemeColor(int idx)
Convert a theme "index" (as used by fonts etc) into a color.
|
Modifier and Type | Method and Description |
---|---|
void |
ThemesTable.inheritFromThemeAsRequired(XSSFColor color)
If the colour is based on a theme, then inherit
information (currently just colours) from it as
required.
|
void |
Themes.inheritFromThemeAsRequired(XSSFColor color)
If the colour is based on a theme, then inherit
information (currently just colours) from it as
required.
|
Modifier and Type | Method and Description |
---|---|
XSSFColor |
SXSSFSheet.getTabColor() |
Modifier and Type | Method and Description |
---|---|
void |
SXSSFSheet.setTabColor(XSSFColor color) |
Modifier and Type | Method and Description |
---|---|
XSSFColor |
XSSFColorScaleFormatting.createColor() |
XSSFColor |
XSSFCreationHelper.createExtendedColor() |
static XSSFColor |
XSSFColor.from(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color,
IndexedColorMap map) |
XSSFColor |
XSSFCellStyle.getBorderColor(XSSFCellBorder.BorderSide side)
Gets border color
|
XSSFColor |
XSSFBorderFormatting.getBottomBorderColorColor() |
XSSFColor |
XSSFCellStyle.getBottomBorderXSSFColor()
Get the color to use for the bottom border as a
XSSFColor |
XSSFColor |
XSSFDataBarFormatting.getColor() |
XSSFColor[] |
XSSFColorScaleFormatting.getColors() |
XSSFColor |
XSSFBorderFormatting.getDiagonalBorderColorColor() |
XSSFColor |
XSSFCellStyle.getFillBackgroundColorColor() |
XSSFColor |
XSSFPatternFormatting.getFillBackgroundColorColor() |
XSSFColor |
XSSFCellStyle.getFillBackgroundXSSFColor()
Get the background fill color.
|
XSSFColor |
XSSFCellStyle.getFillForegroundColorColor() |
XSSFColor |
XSSFPatternFormatting.getFillForegroundColorColor() |
XSSFColor |
XSSFCellStyle.getFillForegroundXSSFColor()
Get the foreground fill color.
|
XSSFColor |
XSSFFontFormatting.getFontColor() |
XSSFColor |
XSSFBorderFormatting.getHorizontalBorderColorColor() |
XSSFColor |
XSSFBorderFormatting.getLeftBorderColorColor() |
XSSFColor |
XSSFCellStyle.getLeftBorderXSSFColor()
Get the color to use for the left border
|
XSSFColor |
XSSFBorderFormatting.getRightBorderColorColor() |
XSSFColor |
XSSFCellStyle.getRightBorderXSSFColor()
Get the color to use for the right border
|
XSSFColor |
XSSFSheet.getTabColor()
Get background color of the sheet tab.
|
XSSFColor |
XSSFBorderFormatting.getTopBorderColorColor() |
XSSFColor |
XSSFCellStyle.getTopBorderXSSFColor()
Get the color to use for the top border
|
XSSFColor |
XSSFBorderFormatting.getVerticalBorderColorColor() |
XSSFColor |
XSSFFont.getXSSFColor()
get the color value for the font
References a color defined as Standard Alpha Red Green Blue color value (ARGB).
|
static XSSFColor |
XSSFColor.toXSSFColor(Color color)
Checked type cast color to an XSSFColor.
|
Modifier and Type | Method and Description |
---|---|
XSSFConditionalFormattingRule |
XSSFSheetConditionalFormatting.createConditionalFormattingRule(XSSFColor color)
Create a Databar conditional formatting rule.
|
XSSFDataBarFormatting |
XSSFConditionalFormattingRule.createDataBarFormatting(XSSFColor color) |
void |
XSSFCellStyle.setBorderColor(XSSFCellBorder.BorderSide side,
XSSFColor color)
Set the color to use for the selected border
|
void |
XSSFCellStyle.setBottomBorderColor(XSSFColor color)
Set the color to use for the bottom border
|
void |
XSSFFont.setColor(XSSFColor color)
set the color for the font in Standard Alpha Red Green Blue color value
|
void |
XSSFCellStyle.setFillBackgroundColor(XSSFColor color)
Set the background fill color represented as a
XSSFColor value. |
void |
XSSFCellStyle.setFillForegroundColor(XSSFColor color)
Set the foreground fill color represented as a
XSSFColor value. |
void |
XSSFCellStyle.setLeftBorderColor(XSSFColor color)
Set the color to use for the left border as a
XSSFColor value |
void |
XSSFCellStyle.setRightBorderColor(XSSFColor color)
Set the color to use for the right border as a
XSSFColor value |
void |
XSSFSheet.setTabColor(XSSFColor color)
Set background color of the sheet tab
|
void |
XSSFCellStyle.setTopBorderColor(XSSFColor color)
Set the color to use for the top border as a
XSSFColor value |
Modifier and Type | Method and Description |
---|---|
XSSFColor |
XSSFCellBorder.getBorderColor(XSSFCellBorder.BorderSide side)
Get the color to use for the selected border
|
XSSFColor |
XSSFCellFill.getFillBackgroundColor()
Get the background fill color.
|
XSSFColor |
XSSFCellFill.getFillForegroundColor()
Get the foreground fill color.
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFCellBorder.setBorderColor(XSSFCellBorder.BorderSide side,
XSSFColor color)
Set the color to use for the selected border
|
void |
XSSFCellFill.setFillBackgroundColor(XSSFColor color)
Set the background fill color represented as a
XSSFColor value. |
void |
XSSFCellFill.setFillForegroundColor(XSSFColor color)
Set the foreground fill color represented as a
XSSFColor value. |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.