Top10Filter

Inheritance: java.lang.Object

public class Top10Filter

Represents the top N (percent or number of items) to filter by.

Methods

MethodDescription
equals(Object arg0)
getClass()
getCriteria()The actual cell value in the range which is used to perform the comparison for this filter.
getItems()Gets top or bottom value to use as the filter criteria.
hashCode()
isPercent()Indicates whether or not to filter by percent value of the column
isTop()Indicates whether or not to filter by top order
notify()
notifyAll()
setCriteria(Object value)The actual cell value in the range which is used to perform the comparison for this filter.
setItems(int value)Sets top or bottom value to use as the filter criteria.
setPercent(boolean value)Indicates whether or not to filter by percent value of the column
setTop(boolean value)Indicates whether or not to filter by top order
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCriteria()

public Object getCriteria()

The actual cell value in the range which is used to perform the comparison for this filter. This is the cache value during the refresh process.

Remarks

NOTE: This member is now obsolete. Instead,please ignore this property. This property will be removed 12 months later since October 2025. Aspose apologizes for any inconvenience you may have experienced.

Returns: java.lang.Object

getItems()

public int getItems()

Gets top or bottom value to use as the filter criteria.

Returns: int

hashCode()

public native int hashCode()

Returns: int

isPercent()

public boolean isPercent()

Indicates whether or not to filter by percent value of the column

Returns: boolean

isTop()

public boolean isTop()

Indicates whether or not to filter by top order

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setCriteria(Object value)

public void setCriteria(Object value)

The actual cell value in the range which is used to perform the comparison for this filter. This is the cache value during the refresh process.

Remarks

NOTE: This member is now obsolete. Instead,please ignore this property. This property will be removed 12 months later since October 2025. Aspose apologizes for any inconvenience you may have experienced.

Parameters:

ParameterTypeDescription
valuejava.lang.Object

setItems(int value)

public void setItems(int value)

Sets top or bottom value to use as the filter criteria.

Parameters:

ParameterTypeDescription
valueint

setPercent(boolean value)

public void setPercent(boolean value)

Indicates whether or not to filter by percent value of the column

Parameters:

ParameterTypeDescription
valueboolean

setTop(boolean value)

public void setTop(boolean value)

Indicates whether or not to filter by top order

Parameters:

ParameterTypeDescription
valueboolean

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int