Uses of Class
org.apache.poi.xssf.usermodel.XSSFColor
-
Packages that use XSSFColor Package Description org.apache.poi.xssf.model org.apache.poi.xssf.streaming org.apache.poi.xssf.usermodel org.apache.poi.xssf.usermodel.extensions -
-
Uses of XSSFColor in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model that return XSSFColor Modifier and Type Method Description XSSFColorThemes. getThemeColor(int idx)Convert a theme "index" (as used by fonts etc) into a color.XSSFColorThemesTable. 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 XSSFColor Modifier and Type Method Description voidThemes. 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 XSSFColor Modifier and Type Method Description XSSFColorSXSSFSheet. getTabColor()Methods in org.apache.poi.xssf.streaming with parameters of type XSSFColor Modifier and Type Method Description voidSXSSFSheet. setTabColor(XSSFColor color) -
Uses of XSSFColor in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFColor Modifier and Type Method Description XSSFColorXSSFColorScaleFormatting. createColor()XSSFColorXSSFCreationHelper. createExtendedColor()static XSSFColorXSSFColor. from(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)static XSSFColorXSSFColor. from(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color, IndexedColorMap map)XSSFColorXSSFCellStyle. getBorderColor(XSSFCellBorder.BorderSide side)Gets border colorXSSFColorXSSFBorderFormatting. getBottomBorderColorColor()XSSFColorXSSFCellStyle. getBottomBorderXSSFColor()Get the color to use for the bottom border as aXSSFColorXSSFColorXSSFDataBarFormatting. getColor()XSSFColor[]XSSFColorScaleFormatting. getColors()XSSFColorXSSFBorderFormatting. getDiagonalBorderColorColor()XSSFColorXSSFCellStyle. getFillBackgroundColorColor()XSSFColorXSSFPatternFormatting. getFillBackgroundColorColor()XSSFColorXSSFCellStyle. getFillBackgroundXSSFColor()Get the background fill color.XSSFColorXSSFCellStyle. getFillForegroundColorColor()XSSFColorXSSFPatternFormatting. getFillForegroundColorColor()XSSFColorXSSFCellStyle. getFillForegroundXSSFColor()Get the foreground fill color.XSSFColorXSSFFontFormatting. getFontColor()XSSFColorXSSFBorderFormatting. getHorizontalBorderColorColor()XSSFColorXSSFBorderFormatting. getLeftBorderColorColor()XSSFColorXSSFCellStyle. getLeftBorderXSSFColor()Get the color to use for the left borderXSSFColorXSSFBorderFormatting. getRightBorderColorColor()XSSFColorXSSFCellStyle. getRightBorderXSSFColor()Get the color to use for the right borderXSSFColorXSSFSheet. getTabColor()Get background color of the sheet tab.XSSFColorXSSFBorderFormatting. getTopBorderColorColor()XSSFColorXSSFCellStyle. getTopBorderXSSFColor()Get the color to use for the top borderXSSFColorXSSFBorderFormatting. getVerticalBorderColorColor()XSSFColorXSSFFont. 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 castcolorto an XSSFColor.Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFColor Modifier and Type Method Description XSSFConditionalFormattingRuleXSSFSheetConditionalFormatting. createConditionalFormattingRule(XSSFColor color)Create a Databar conditional formatting rule.XSSFDataBarFormattingXSSFConditionalFormattingRule. 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 bordervoidXSSFFont. setColor(XSSFColor color)set 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 XSSFColor Modifier and Type Method Description XSSFColorXSSFCellBorder. getBorderColor(XSSFCellBorder.BorderSide side)Get the color to use for the selected borderXSSFColorXSSFCellFill. getFillBackgroundColor()Get the background fill color.XSSFColorXSSFCellFill. getFillForegroundColor()Get the foreground fill color.Methods in org.apache.poi.xssf.usermodel.extensions with parameters of type XSSFColor Modifier and Type Method Description voidXSSFCellBorder. 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.
-