AutoFilterTop10Model
Overview
AutoFilterTop10Model is a class in Aspose.Cells FOSS for Java.
Represents the AutoFilterTop10Model component.
This class provides 11 methods for working with AutoFilterTop10Model objects in Java programs.
Available methods include: clear, getFilterValue, getValue, isEnabled, isPercent, isTop, setEnabled, setFilterValue, setPercent, setTop, setValue.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: enabled, filterValue, percent, top, value.
Description
AutoFilterTop10Model is a class in the Aspose.Cells FOSS library for Java that exposes 11 methods and 5 properties for programmatic use.
Core capabilities include: boolean; boolean; boolean. These operations enable developers to integrate autofiltertop10model functionality directly into Java applications.
The class also provides the enabled property (indicates whether enabled), the top property (indicates whether top), the percent property (indicates whether percent).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
enabled | boolean | Read | Indicates whether enabled. |
top | boolean | Read | Indicates whether top. |
percent | boolean | Read | Indicates whether percent. |
value | Double | Read | Returns the value. |
filterValue | Double | Read | Returns the filter value. |
Methods
| Signature | Description |
|---|---|
isEnabled() → boolean | Indicates whether enabled. |
setEnabled(value: boolean) | Sets the enabled. |
isTop() → boolean | Indicates whether top. |
setTop(value: boolean) | Sets the top. |
isPercent() → boolean | Indicates whether percent. |
setPercent(value: boolean) | Sets the percent. |
getValue() → Double | Returns the value. |
setValue(value: Double) | Sets the value. |
getFilterValue() → Double | Returns the filter value. |
setFilterValue(value: Double) | Sets the filter value. |
clear() | Clears the current state maintained by this object. |