AutoFilterSortStateModel
Overview
AutoFilterSortStateModel is a class in Aspose.Cells FOSS for Java.
Represents the AutoFilterSortStateModel component.
This class provides 12 methods for working with AutoFilterSortStateModel objects in Java programs.
Available methods include: AutoFilterSortStateModel, clear, getConditions, getRef, getSortMethod, hasStoredState, isCaseSensitive, isColumnSort, setCaseSensitive, setColumnSort, setRef, setSortMethod.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: caseSensitive, columnSort, conditions, ref, sortMethod.
Description
AutoFilterSortStateModel 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; string. These operations enable developers to integrate autofiltersortstatemodel functionality directly into Java applications.
The class also provides the columnSort property (indicates whether column sort), the caseSensitive property (indicates whether case sensitive), the sortMethod property (returns the sort method).
Instances are created through a single constructor that initializes the object with default values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
columnSort | boolean | Read | Indicates whether column sort. |
caseSensitive | boolean | Read | Indicates whether case sensitive. |
sortMethod | String | Read | Returns the sort method. |
ref | String | Read | Returns the ref. |
conditions | List<AutoFilterSortConditionModel> | Read | Returns the conditions. |
Methods
| Signature | Description |
|---|---|
AutoFilterSortStateModel() | Initializes a new AutoFilterSortStateModel instance. |
isColumnSort() → boolean | Indicates whether column sort. |
setColumnSort(value: boolean) | Sets the column sort. |
isCaseSensitive() → boolean | Indicates whether case sensitive. |
setCaseSensitive(value: boolean) | Sets the case sensitive. |
getSortMethod() → String | Returns the sort method. |
setSortMethod(value: String) | Sets the sort method. |
getRef() → String | Returns the ref. |
setRef(value: String) | Sets the ref. |
getConditions() → List<AutoFilterSortConditionModel> | Returns the conditions. |
clear() | Clears the current state maintained by this object. |
hasStoredState() → boolean | Indicates whether this instance has stored state. |