AutoFilterColorFilterModel
Overview
AutoFilterColorFilterModel is a class in Aspose.Cells FOSS for Java.
Represents the AutoFilterColorFilterModel component.
This class provides 7 methods for working with AutoFilterColorFilterModel objects in Java programs.
Available methods include: clear, getDifferentialStyleId, isCellColor, isEnabled, setCellColor, setDifferentialStyleId, setEnabled.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: cellColor, differentialStyleId, enabled.
Description
AutoFilterColorFilterModel is a class in the Aspose.Cells FOSS library for Java that exposes 7 methods and 3 properties for programmatic use.
Core capabilities include: boolean; integer; boolean. These operations enable developers to integrate autofiltercolorfiltermodel functionality directly into Java applications.
The class also provides the enabled property (indicates whether enabled), the differentialStyleId property (returns the differential style id), the cellColor property (indicates whether cell color).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
enabled | boolean | Read | Indicates whether enabled. |
differentialStyleId | Integer | Read | Returns the differential style id. |
cellColor | boolean | Read | Indicates whether cell color. |
Methods
| Signature | Description |
|---|---|
isEnabled() → boolean | Indicates whether enabled. |
setEnabled(value: boolean) | Sets the enabled. |
getDifferentialStyleId() → Integer | Returns the differential style id. |
setDifferentialStyleId(value: Integer) | Sets the differential style id. |
isCellColor() → boolean | Indicates whether cell color. |
setCellColor(value: boolean) | Sets the cell color. |
clear() | Clears the current state maintained by this object. |