| Package | Description |
|---|---|
| org.apache.poi.xssf.model | |
| org.apache.poi.xssf.usermodel | |
| org.apache.poi.xssf.usermodel.extensions |
| Modifier and Type | Method | Description |
|---|---|---|
XSSFColor |
ThemesTable.getThemeColor(int idx) |
Convert a theme "index" into a color.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ThemesTable.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 | Description |
|---|---|---|
XSSFColor |
XSSFCellStyle.getBorderColor(XSSFCellBorder.BorderSide side) |
Gets border color
|
XSSFColor |
XSSFCellStyle.getBottomBorderXSSFColor() |
Get the color to use for the bottom border as a
XSSFColor |
XSSFColor |
XSSFCellStyle.getFillBackgroundColorColor() |
|
XSSFColor |
XSSFCellStyle.getFillBackgroundXSSFColor() |
Get the background fill color.
|
XSSFColor |
XSSFCellStyle.getFillForegroundColorColor() |
|
XSSFColor |
XSSFCellStyle.getFillForegroundXSSFColor() |
Get the foreground fill color.
|
XSSFColor |
XSSFCellStyle.getLeftBorderXSSFColor() |
Get the color to use for the left border
|
XSSFColor |
XSSFCellStyle.getRightBorderXSSFColor() |
Get the color to use for the right border
|
XSSFColor |
XSSFCellStyle.getTopBorderXSSFColor() |
Get the color to use for the top border
|
XSSFColor |
XSSFFont.getXSSFColor() |
get the color value for the font
References a color defined as Standard Alpha Red Green Blue color value (ARGB).
|
XSSFColor |
XSSFFontFormatting.getXSSFColor() |
| Modifier and Type | Method | Description |
|---|---|---|
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 |
XSSFCellStyle.setTopBorderColor(XSSFColor color) |
Set the color to use for the top border as a
XSSFColor value |
| Modifier and Type | Method | 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 | 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 2018 The Apache Software Foundation or its licensors, as applicable.