AutoFilterTop10Model

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

NameTypeAccessDescription
enabledbooleanReadIndicates whether enabled.
topbooleanReadIndicates whether top.
percentbooleanReadIndicates whether percent.
valueDoubleReadReturns the value.
filterValueDoubleReadReturns the filter value.

Methods

SignatureDescription
isEnabled()booleanIndicates whether enabled.
setEnabled(value: boolean)Sets the enabled.
isTop()booleanIndicates whether top.
setTop(value: boolean)Sets the top.
isPercent()booleanIndicates whether percent.
setPercent(value: boolean)Sets the percent.
getValue()DoubleReturns the value.
setValue(value: Double)Sets the value.
getFilterValue()DoubleReturns the filter value.
setFilterValue(value: Double)Sets the filter value.
clear()Clears the current state maintained by this object.

See Also

 English