SlicerCacheCrossFilterType

Inheritance: java.lang.Object

public final class SlicerCacheCrossFilterType

Represent the type how to show items with no data for slicer.

Remarks

NOTE: This enum is now obsolete. Instead, please use ItemsWithNoDataShowMode enum. This property will be removed 12 months later since January 2026. Aspose apologizes for any inconvenience you may have experienced.

Fields

FieldDescription
NONEHide items with no data.
SHOW_ITEMS_WITH_DATA_AT_TOPShow items with data at top.
SHOW_ITEMS_WITH_NO_DATAShow items with no data with natural order.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

NONE

public static final int NONE

Hide items with no data.

SHOW_ITEMS_WITH_DATA_AT_TOP

public static final int SHOW_ITEMS_WITH_DATA_AT_TOP

Show items with data at top.

SHOW_ITEMS_WITH_NO_DATA

public static final int SHOW_ITEMS_WITH_NO_DATA

Show items with no data with natural order.

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

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

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