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 XSSFColor
Themes. getThemeColor(int idx)
Convert a theme "index" (as used by fonts etc) into a color.XSSFColor
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 XSSFColor Modifier and Type Method Description void
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 XSSFColor Modifier and Type Method Description XSSFColor
SXSSFSheet. getTabColor()
Methods in org.apache.poi.xssf.streaming with parameters of type XSSFColor Modifier and Type Method Description void
SXSSFSheet. 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 XSSFColor
XSSFColorScaleFormatting. createColor()
XSSFColor
XSSFCreationHelper. createExtendedColor()
static XSSFColor
XSSFColor. from(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color, IndexedColorMap map)
XSSFColor
XSSFCellStyle. getBorderColor(XSSFCellBorder.BorderSide side)
Gets border colorXSSFColor
XSSFBorderFormatting. getBottomBorderColorColor()
XSSFColor
XSSFCellStyle. getBottomBorderXSSFColor()
Get the color to use for the bottom border as aXSSFColor
XSSFColor
XSSFDataBarFormatting. getColor()
XSSFColor[]
XSSFColorScaleFormatting. getColors()
XSSFColor
XSSFBorderFormatting. getDiagonalBorderColorColor()
XSSFColor
XSSFCellStyle. getFillBackgroundColorColor()
XSSFColor
XSSFPatternFormatting. getFillBackgroundColorColor()
XSSFColor
XSSFCellStyle. getFillBackgroundXSSFColor()
Get the background fill color.XSSFColor
XSSFCellStyle. getFillForegroundColorColor()
XSSFColor
XSSFPatternFormatting. getFillForegroundColorColor()
XSSFColor
XSSFCellStyle. getFillForegroundXSSFColor()
Get the foreground fill color.XSSFColor
XSSFFontFormatting. getFontColor()
XSSFColor
XSSFBorderFormatting. getHorizontalBorderColorColor()
XSSFColor
XSSFBorderFormatting. getLeftBorderColorColor()
XSSFColor
XSSFCellStyle. getLeftBorderXSSFColor()
Get the color to use for the left borderXSSFColor
XSSFBorderFormatting. getRightBorderColorColor()
XSSFColor
XSSFCellStyle. getRightBorderXSSFColor()
Get the color to use for the right borderXSSFColor
XSSFSheet. getTabColor()
Get background color of the sheet tab.XSSFColor
XSSFBorderFormatting. getTopBorderColorColor()
XSSFColor
XSSFCellStyle. getTopBorderXSSFColor()
Get the color to use for the top borderXSSFColor
XSSFBorderFormatting. getVerticalBorderColorColor()
XSSFColor
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 XSSFColor Modifier and Type Method Description XSSFConditionalFormattingRule
XSSFSheetConditionalFormatting. createConditionalFormattingRule(XSSFColor color)
Create a Databar conditional formatting rule.XSSFDataBarFormatting
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
XSSFFont. setColor(XSSFColor color)
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 XSSFColor Modifier and Type Method Description XSSFColor
XSSFCellBorder. getBorderColor(XSSFCellBorder.BorderSide side)
Get the color to use for the selected borderXSSFColor
XSSFCellFill. getFillBackgroundColor()
Get the background fill color.XSSFColor
XSSFCellFill. getFillForegroundColor()
Get the foreground fill color.Methods in org.apache.poi.xssf.usermodel.extensions with parameters of type XSSFColor Modifier and Type Method Description void
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.
-