public interface ISlicerCache
IPivotCache.| Modifier and Type | Method and Description |
|---|---|
void |
clearAllFilters()
Clears the filter for slicer, depending on the slicer cache type.
|
void |
delete()
Deletes the specified slicer cache and the slicers associated with it.
|
boolean |
getFilterCleared()
Returns whether the slicer filter state is cleared.
|
boolean |
getList()
True if the slicer cache is for a slicer on a table.
|
java.lang.String |
getName()
Returns the name of the slicer cache.
|
ISlicerPivotTables |
getPivotTables()
Returns a
ISlicerPivotTables collection that contains information
about the PivotTables the slicer cache is currently filtering. |
ISlicerItems |
getSlicerItems()
Returns a
ISlicerItems collection that contains the collection of all
items in the slicer cache. |
ISlicers |
getSlicers()
Returns a
ISlicers collection that contains the collection of
ISlicer objects associated with the specified ISlicerCache. |
SlicerSortOrder |
getSortItems()
Returns the sort order of the items in the slicer.
|
java.lang.String |
getSourceName()
Returns the name of the data source the slicer is connected to.
|
ITable |
getTable()
Returns a
ITable object associated with slicer. |
void |
setName(java.lang.String value)
Sets the name of the slicer cache.
|
void |
setSortItems(SlicerSortOrder value)
Sets the sort order of the items in the slicer.
|
boolean getFilterCleared()
boolean getList()
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getSourceName()
ISlicerPivotTables getPivotTables()
ISlicerPivotTables collection that contains information
about the PivotTables the slicer cache is currently filtering.ISlicerItems getSlicerItems()
ISlicerItems collection that contains the collection of all
items in the slicer cache.ISlicers getSlicers()
ISlicers collection that contains the collection of
ISlicer objects associated with the specified ISlicerCache.SlicerSortOrder getSortItems()
void setSortItems(SlicerSortOrder value)
void clearAllFilters()
void delete()