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 TypeMethodDescriptionvoidThemes.inheritFromThemeAsRequired(XSSFColor color) If the colour is based on a theme, then inherit information (currently just colours) from it as required.voidThemesTable.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 XSSFColorXSSFColor.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 aXSSFColorXSSFDataBarFormatting.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 XSSFColorXSSFColor.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) voidXSSFCellStyle.setBorderColor(XSSFCellBorder.BorderSide side, XSSFColor color) Set the color to use for the selected bordervoidXSSFCellStyle.setBottomBorderColor(XSSFColor color) Set the color to use for the bottom bordervoidset the color for the font in Standard Alpha Red Green Blue color valuevoidXSSFCellStyle.setFillBackgroundColor(XSSFColor color) Set the background fill color represented as aXSSFColorvalue.voidXSSFCellStyle.setFillForegroundColor(XSSFColor color) Set the foreground fill color represented as aXSSFColorvalue.voidXSSFCellStyle.setLeftBorderColor(XSSFColor color) Set the color to use for the left border as aXSSFColorvaluevoidXSSFCellStyle.setRightBorderColor(XSSFColor color) Set the color to use for the right border as aXSSFColorvaluevoidXSSFSheet.setTabColor(XSSFColor color) Set background color of the sheet tabvoidXSSFCellStyle.setTopBorderColor(XSSFColor color) Set the color to use for the top border as aXSSFColorvalue -
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 TypeMethodDescriptionvoidXSSFCellBorder.setBorderColor(XSSFCellBorder.BorderSide side, XSSFColor color) Set the color to use for the selected bordervoidXSSFCellFill.setFillBackgroundColor(XSSFColor color) Set the background fill color represented as aXSSFColorvalue.voidXSSFCellFill.setFillForegroundColor(XSSFColor color) Set the foreground fill color represented as aXSSFColorvalue.