Package | Description |
---|---|
org.apache.poi.hssf.converter | |
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.hssf.util |
The util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
AbstractExcelUtils.getColor(HSSFColor color) |
Modifier and Type | Method and Description |
---|---|
HSSFColor |
HSSFPalette.addColor(byte red,
byte green,
byte blue)
Adds a new color into an empty color slot.
|
HSSFColor |
HSSFPalette.findColor(byte red,
byte green,
byte blue)
Finds the first occurrence of a given color
|
HSSFColor |
HSSFPalette.findSimilarColor(byte red,
byte green,
byte blue)
Finds the closest matching color in the custom palette.
|
HSSFColor |
HSSFPalette.findSimilarColor(int red,
int green,
int blue)
Finds the closest matching color in the custom palette.
|
HSSFColor |
HSSFBorderFormatting.getBottomBorderColorColor() |
HSSFColor |
HSSFPalette.getColor(int index)
Retrieves the color at a given index
|
HSSFColor |
HSSFPalette.getColor(short index)
Retrieves the color at a given index
|
HSSFColor |
HSSFBorderFormatting.getDiagonalBorderColorColor() |
HSSFColor |
HSSFPatternFormatting.getFillBackgroundColorColor() |
HSSFColor |
HSSFCellStyle.getFillBackgroundColorColor() |
HSSFColor |
HSSFPatternFormatting.getFillForegroundColorColor() |
HSSFColor |
HSSFCellStyle.getFillForegroundColorColor() |
HSSFColor |
HSSFFontFormatting.getFontColor() |
HSSFColor |
HSSFFont.getHSSFColor(HSSFWorkbook wb)
get the color value for the font
|
HSSFColor |
HSSFBorderFormatting.getLeftBorderColorColor() |
HSSFColor |
HSSFBorderFormatting.getRightBorderColorColor() |
HSSFColor |
HSSFBorderFormatting.getTopBorderColorColor() |
Modifier and Type | Method and Description |
---|---|
HSSFColor |
HSSFColor.HSSFColorPredefined.getColor() |
static HSSFColor |
HSSFColor.toHSSFColor(Color color)
Checked type cast color to an HSSFColor.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.Integer,HSSFColor> |
HSSFColor.getIndexHash()
This function returns all the colours in an unmodifiable Map.
|
static java.util.Map<java.lang.Integer,HSSFColor> |
HSSFColor.getMutableIndexHash()
This function returns all the Colours, stored in a Map that
can be edited.
|
static java.util.Map<java.lang.String,HSSFColor> |
HSSFColor.getTripletHash()
this function returns all colors in a hastable.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.