com.aspose.cells

Class SlicerCache

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

summary description of slicer cache

Property Getters/Setters Summary
intgetCrossFilterType()
void
           Returns or sets whether a slicer is participating in cross filtering with other slicers that share the same slicer cache, and how cross filtering is displayed. Read/write The value of the property is SlicerCacheCrossFilterType integer constant.
booleangetList()
Returns whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source. Read-only
java.lang.StringgetName()
Returns the name of the slicer cache.
SlicerCacheItemCollectiongetSlicerCacheItems()
Returns a SlicerCacheItem collection that contains the collection of all items in the slicer cache. Read-only
java.lang.StringgetSourceName()
Returns the name of cache field
 

    • Property Getters/Setters Detail

      • getCrossFilterType/setCrossFilterType

        public int getCrossFilterType() / public void setCrossFilterType(int value)
        
        Returns or sets whether a slicer is participating in cross filtering with other slicers that share the same slicer cache, and how cross filtering is displayed. Read/write The value of the property is SlicerCacheCrossFilterType integer constant.
      • getList

        public boolean getList()
        
        Returns whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source. Read-only
      • getSlicerCacheItems

        public SlicerCacheItemCollection getSlicerCacheItems()
        
        Returns a SlicerCacheItem collection that contains the collection of all items in the slicer cache. Read-only
      • getName

        public java.lang.String getName()
        
        Returns the name of the slicer cache.
      • getSourceName

        public java.lang.String getSourceName()
        
        Returns the name of cache field

    setCrossFilterType

    public voidsetCrossFilterType(intvalue)
    
    Returns or sets whether a slicer is participating in cross filtering with other slicers that share the same slicer cache, and how cross filtering is displayed. Read/write The value of the property is SlicerCacheCrossFilterType integer constant.