Uses of Interface
org.apache.poi.ss.usermodel.Color
-
Packages that use Color Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.hssf.util The util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts.org.apache.poi.ss.usermodel org.apache.poi.xssf.usermodel -
-
Uses of Color in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement Color Modifier and Type Class Description classHSSFExtendedColorThe HSSF file format normally stores Color information in the Palette (see PaletteRecord), but for a few cases (eg Conditional Formatting, Sheet Extensions), this XSSF-style color record can be used.Methods in org.apache.poi.hssf.usermodel that return Color Modifier and Type Method Description ColorHSSFBorderFormatting. getHorizontalBorderColorColor()HSSF Doesn't support table borders, so alwaysHSSFColor.HSSFColorPredefined.AUTOMATICColorHSSFBorderFormatting. getVerticalBorderColorColor()HSSF Doesn't support table borders, so alwaysHSSFColor.HSSFColorPredefined.AUTOMATICMethods in org.apache.poi.hssf.usermodel with parameters of type Color Modifier and Type Method Description voidHSSFBorderFormatting. setBottomBorderColor(Color color)voidHSSFDataBarFormatting. setColor(Color color)voidHSSFColorScaleFormatting. setColors(Color[] colors)voidHSSFBorderFormatting. setDiagonalBorderColor(Color color)voidHSSFCellStyle. setFillBackgroundColor(Color color)Set the background fill color represented as aColorvalue.voidHSSFPatternFormatting. setFillBackgroundColor(Color bg)voidHSSFCellStyle. setFillForegroundColor(Color color)Set the foreground fill color represented as aColorvalue.voidHSSFPatternFormatting. setFillForegroundColor(Color fg)voidHSSFFontFormatting. setFontColor(Color color)voidHSSFCellStyle. setFontColorColor(Color color)voidHSSFBorderFormatting. setHorizontalBorderColor(Color color)Not available for HSSF.voidHSSFBorderFormatting. setLeftBorderColor(Color color)voidHSSFBorderFormatting. setRightBorderColor(Color color)voidHSSFBorderFormatting. setTopBorderColor(Color color)voidHSSFBorderFormatting. setVerticalBorderColor(Color color)Not available for HSSF. -
Uses of Color in org.apache.poi.hssf.util
Classes in org.apache.poi.hssf.util that implement Color Modifier and Type Class Description classHSSFColorIntends to provide support for the very evil index to triplet issue and will likely replace the color constants interface for HSSF 2.0.classHSSFColorExtHSSFColor that wrap FullColorExt.Methods in org.apache.poi.hssf.util with parameters of type Color Modifier and Type Method Description static HSSFColorHSSFColor. toHSSFColor(Color color)Checked type castcolorto an HSSFColor. -
Uses of Color in org.apache.poi.ss.usermodel
Classes in org.apache.poi.ss.usermodel that implement Color Modifier and Type Class Description classExtendedColorRepresents a XSSF-style color (based on either aXSSFColoror aExtendedColorMethods in org.apache.poi.ss.usermodel that return Color Modifier and Type Method Description ColorBorderFormatting. getBottomBorderColorColor()ColorDataBarFormatting. getColor()Color[]ColorScaleFormatting. getColors()Gets the list of colours that are interpolated between.ColorBorderFormatting. getDiagonalBorderColorColor()ColorDxfCellStyle. getDiagonalBorderColorColor()ColorCellStyle. getFillBackgroundColorColor()Gets the color object representing the current background fill, resolving indexes using the supplied workbook.ColorPatternFormatting. getFillBackgroundColorColor()ColorCellStyle. getFillForegroundColorColor()Gets the color object representing the current foreground fill, resolving indexes using the supplied workbook.ColorPatternFormatting. getFillForegroundColorColor()ColorFontFormatting. getFontColor()ColorBorderFormatting. getHorizontalBorderColorColor()Range internal borders.ColorDxfCellStyle. getHorizontalBorderColorColor()ColorBorderFormatting. getLeftBorderColorColor()ColorBorderFormatting. getRightBorderColorColor()ColorBorderFormatting. getTopBorderColorColor()ColorBorderFormatting. getVerticalBorderColorColor()Range internal borders.ColorDxfCellStyle. getVerticalBorderColorColor()Methods in org.apache.poi.ss.usermodel with parameters of type Color Modifier and Type Method Description voidBorderFormatting. setBottomBorderColor(Color color)voidDataBarFormatting. setColor(Color color)voidColorScaleFormatting. setColors(Color[] colors)Sets the list of colours that are interpolated between.voidBorderFormatting. setDiagonalBorderColor(Color color)voidCellStyle. setFillBackgroundColor(Color color)Set the background fill color.voidPatternFormatting. setFillBackgroundColor(Color bg)voidCellStyle. setFillForegroundColor(Color color)Set the foreground fill color.voidPatternFormatting. setFillForegroundColor(Color fg)voidFontFormatting. setFontColor(Color color)Sets the colour to usevoidBorderFormatting. setHorizontalBorderColor(Color color)Range internal border color, such as table stylesvoidBorderFormatting. setLeftBorderColor(Color color)voidBorderFormatting. setRightBorderColor(Color color)voidBorderFormatting. setTopBorderColor(Color color)voidBorderFormatting. setVerticalBorderColor(Color color)Range internal border color, such as table styles -
Uses of Color in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return Color Modifier and Type Method Description ColorXSSFDxfCellStyle. getDiagonalBorderColorColor()ColorXSSFNamedStyle. getFillBackgroundColorColor()ColorXSSFNamedStyle. getFillForegroundColorColor()ColorXSSFDxfCellStyle. getHorizontalBorderColorColor()ColorXSSFDxfCellStyle. getVerticalBorderColorColor()Methods in org.apache.poi.xssf.usermodel with parameters of type Color Modifier and Type Method Description voidXSSFDxfCellStyle. setBorder(BorderStyle left, Color leftColor, BorderStyle top, Color topColor, BorderStyle right, Color rightColor, BorderStyle bottom, Color bottomColor, BorderStyle diagonal, Color diagonalColor, BorderStyle horizontal, Color horizontalColor, BorderStyle vertical, Color verticalColor, boolean diaUp, boolean diaDown)voidXSSFDxfCellStyle. setFill(Color fillColor, Color backColor, short patternType)voidXSSFNamedStyle. setFillBackgroundColor(Color color)voidXSSFNamedStyle. setFillForegroundColor(Color color)
-