Package org.apache.poi.xssf.usermodel
Class XSSFColorFilter
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.XSSFColorFilter
-
- All Implemented Interfaces:
java.io.Serializable,ColorFilter
public class XSSFColorFilter extends java.lang.Object implements ColorFilter, java.io.Serializable
Support color filtering.- Since:
- 3.9.11
- Author:
- henri
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XSSFColorFilter(DxfCellStyle dxfStyle, boolean byFontColor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DxfCellStylegetDxfCellStyle()Returns the Fill of this ColorFilterbooleanisByFontColor()Returns whether filtered by font color.
-
-
-
Constructor Detail
-
XSSFColorFilter
public XSSFColorFilter(DxfCellStyle dxfStyle, boolean byFontColor)
-
-
Method Detail
-
getDxfCellStyle
public DxfCellStyle getDxfCellStyle()
Description copied from interface:ColorFilterReturns the Fill of this ColorFilter- Specified by:
getDxfCellStylein interfaceColorFilter- Returns:
-
isByFontColor
public boolean isByFontColor()
Description copied from interface:ColorFilterReturns whether filtered by font color.- Specified by:
isByFontColorin interfaceColorFilter- Returns:
-
-