接口 IPivotFilters
- 所有超级接口:
Iterable<IPivotFilter>
表示透视字段中所有透视过滤器的集合。
-
方法概要
修饰符和类型方法说明add
(PivotFilterType type) 向PivotFilters集合中添加一个新的筛选器。add
(PivotFilterType type, Object value1) 向PivotFilters集合中添加新筛选器。add
(PivotFilterType type, Object value1, Object value2) 向PivotFilters集合中添加一个新筛选器。add
(PivotFilterType type, Object value1, Object value2, PivotFilterOptions options) 向PivotFilters集合中添加一个新的筛选器。get
(int index) 获取指定索引处的数据透视过滤器。int
size()
获取集合中的筛选器数量。从接口继承的方法 java.lang.Iterable
forEach, iterator, spliterator
-
方法详细资料
-
size
int size()获取集合中的筛选器数量。- 返回:
- 筛选器的数量
-
get
获取指定索引处的数据透视过滤器。- 参数:
index
- 要获取的数据透视过滤器的基于零的索引- 返回:
- 指定索引处的数据透视过滤器
-
add
向PivotFilters集合中添加一个新的筛选器。- 参数:
type
- 筛选器的类型value1
- 筛选器的第一个值(可选)value2
- 筛选器的第二个值(可选)options
- 筛选器的附加设置(可选)- 返回:
- 添加的筛选器
-
add
向PivotFilters集合中添加一个新筛选器。- 参数:
type
- 筛选器的类型value1
- 筛选器的第一个值(可选)value2
- 筛选器的第二个值(可选)- 返回:
- 添加的筛选器
-
add
向PivotFilters集合中添加新筛选器。- 参数:
type
- 筛选器的类型value1
- 筛选器的第一个值(可选)- 返回:
- 添加的筛选器
-
add
向PivotFilters集合中添加一个新的筛选器。- 参数:
type
- 筛选器的类型- 返回:
- 添加的筛选器
-