Uses of Class
org.apache.poi.xssf.usermodel.XSSFColor
Packages that use XSSFColor
Package
Description
-
Uses of XSSFColor in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model that return XSSFColorModifier and TypeMethodDescriptionThemes.getThemeColor
(int idx) Convert a theme "index" (as used by fonts etc) into a color.ThemesTable.getThemeColor
(int idx) Convert a theme "index" (as used by fonts etc) into a color.Methods in org.apache.poi.xssf.model with parameters of type XSSFColorModifier and TypeMethodDescriptionvoid
Themes.inheritFromThemeAsRequired
(XSSFColor color) If the colour is based on a theme, then inherit information (currently just colours) from it as required.void
ThemesTable.inheritFromThemeAsRequired
(XSSFColor color) If the colour is based on a theme, then inherit information (currently just colours) from it as required. -
Uses of XSSFColor in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return XSSFColorMethods in org.apache.poi.xssf.streaming with parameters of type XSSFColor -
Uses of XSSFColor in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFColorModifier and TypeMethodDescriptionXSSFColorScaleFormatting.createColor()
XSSFCreationHelper.createExtendedColor()
static XSSFColor
XSSFColor.from
(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color, IndexedColorMap map) XSSFCellStyle.getBorderColor
(XSSFCellBorder.BorderSide side) Gets border colorXSSFBorderFormatting.getBottomBorderColorColor()
XSSFCellStyle.getBottomBorderXSSFColor()
Get the color to use for the bottom border as aXSSFColor
XSSFDataBarFormatting.getColor()
XSSFColorScaleFormatting.getColors()
XSSFBorderFormatting.getDiagonalBorderColorColor()
XSSFCellStyle.getFillBackgroundColorColor()
XSSFPatternFormatting.getFillBackgroundColorColor()
XSSFCellStyle.getFillBackgroundXSSFColor()
Get the background fill color.XSSFCellStyle.getFillForegroundColorColor()
XSSFPatternFormatting.getFillForegroundColorColor()
XSSFCellStyle.getFillForegroundXSSFColor()
Get the foreground fill color.XSSFFontFormatting.getFontColor()
XSSFBorderFormatting.getHorizontalBorderColorColor()
XSSFBorderFormatting.getLeftBorderColorColor()
XSSFCellStyle.getLeftBorderXSSFColor()
Get the color to use for the left borderXSSFBorderFormatting.getRightBorderColorColor()
XSSFCellStyle.getRightBorderXSSFColor()
Get the color to use for the right borderXSSFSheet.getTabColor()
Get background color of the sheet tab.XSSFBorderFormatting.getTopBorderColorColor()
XSSFCellStyle.getTopBorderXSSFColor()
Get the color to use for the top borderXSSFBorderFormatting.getVerticalBorderColorColor()
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.Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFColorModifier and TypeMethodDescriptionXSSFSheetConditionalFormatting.createConditionalFormattingRule
(XSSFColor color) Create a Databar conditional formatting rule.XSSFConditionalFormattingRule.createDataBarFormatting
(XSSFColor color) void
XSSFCellStyle.setBorderColor
(XSSFCellBorder.BorderSide side, XSSFColor color) Set the color to use for the selected bordervoid
XSSFCellStyle.setBottomBorderColor
(XSSFColor color) Set the color to use for the bottom bordervoid
set the color for the font in Standard Alpha Red Green Blue color valuevoid
XSSFCellStyle.setFillBackgroundColor
(XSSFColor color) Set the background fill color represented as aXSSFColor
value.void
XSSFCellStyle.setFillForegroundColor
(XSSFColor color) Set the foreground fill color represented as aXSSFColor
value.void
XSSFCellStyle.setLeftBorderColor
(XSSFColor color) Set the color to use for the left border as aXSSFColor
valuevoid
XSSFCellStyle.setRightBorderColor
(XSSFColor color) Set the color to use for the right border as aXSSFColor
valuevoid
XSSFSheet.setTabColor
(XSSFColor color) Set background color of the sheet tabvoid
XSSFCellStyle.setTopBorderColor
(XSSFColor color) Set the color to use for the top border as aXSSFColor
value -
Uses of XSSFColor in org.apache.poi.xssf.usermodel.extensions
Methods in org.apache.poi.xssf.usermodel.extensions that return XSSFColorModifier and TypeMethodDescriptionXSSFCellBorder.getBorderColor
(XSSFCellBorder.BorderSide side) Get the color to use for the selected borderXSSFCellFill.getFillBackgroundColor()
Get the background fill color.XSSFCellFill.getFillForegroundColor()
Get the foreground fill color.Methods in org.apache.poi.xssf.usermodel.extensions with parameters of type XSSFColorModifier and TypeMethodDescriptionvoid
XSSFCellBorder.setBorderColor
(XSSFCellBorder.BorderSide side, XSSFColor color) Set the color to use for the selected bordervoid
XSSFCellFill.setFillBackgroundColor
(XSSFColor color) Set the background fill color represented as aXSSFColor
value.void
XSSFCellFill.setFillForegroundColor
(XSSFColor color) Set the foreground fill color represented as aXSSFColor
value.