| Constructor and Description |
|---|
PageCounterFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(Context context,
com.sun.star.lang.XComponent document,
FilterChain chain)
由于转换请求,每次通过链传递文档时,都会调用过滤器的doFilter方法。
传入此方法的筛选器链允许筛选器将文档传递给链中的下一个实体.
|
int |
getPageCount()
获取调用筛选器时文档中的页数.
|
public void doFilter(Context context, com.sun.star.lang.XComponent document, FilterChain chain)
Filterpublic int getPageCount()
Copyright © 2019. All rights reserved.