com.aspose.cells

Class SlicerCacheCrossFilterType

  • java.lang.Object
    • com.aspose.cells.SlicerCacheCrossFilterType
public class SlicerCacheCrossFilterType 
extends java.lang.Object

Utility class containing constants. Represent the type of SlicerCacheCrossFilterType

Field Summary
static final intNONE
The table style element of the slicer style for slicer items with no data is not applied to slicer items with no data, and slicer items with no data are not sorted separately in the list of slicer items in the slicer view
static final intSHOW_ITEMS_WITH_DATA_AT_TOP
The table style element of the slicer style for slicer items with no data is applied to slicer items with no data, and slicer items with no data are sorted at the bottom in the list of slicer items in the slicer view
static final intSHOW_ITEMS_WITH_NO_DATA
The table style element of the slicer style for slicer items with no data is applied to slicer items with no data, and slicer items with no data are not sorted separately in the list of slicer items in the slicer view.
 

    • Field Detail

      • NONE

        public static final int NONE
        The table style element of the slicer style for slicer items with no data is not applied to slicer items with no data, and slicer items with no data are not sorted separately in the list of slicer items in the slicer view
      • SHOW_ITEMS_WITH_DATA_AT_TOP

        public static final int SHOW_ITEMS_WITH_DATA_AT_TOP
        The table style element of the slicer style for slicer items with no data is applied to slicer items with no data, and slicer items with no data are sorted at the bottom in the list of slicer items in the slicer view
      • SHOW_ITEMS_WITH_NO_DATA

        public static final int SHOW_ITEMS_WITH_NO_DATA
        The table style element of the slicer style for slicer items with no data is applied to slicer items with no data, and slicer items with no data are not sorted separately in the list of slicer items in the slicer view.