| Constructor and Description |
|---|
PageSelectorFilter(int page)
创建一个新的过滤器,在转换文档时选择指定的页面(只转换给定的页面).
|
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(Context context,
com.sun.star.lang.XComponent document,
FilterChain chain)
由于转换请求,每次通过链传递文档时,都会调用过滤器的doFilter方法。
传入此方法的筛选器链允许筛选器将文档传递给链中的下一个实体.
|
public PageSelectorFilter(int page)
page - 要转换的页码.public void doFilter(Context context, com.sun.star.lang.XComponent document, FilterChain chain) throws Exception
FilterCopyright © 2019. All rights reserved.