public interface Filter
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(Context context,
com.sun.star.lang.XComponent document,
FilterChain chain)
由于转换请求,每次通过链传递文档时,都会调用过滤器的doFilter方法。
传入此方法的筛选器链允许筛选器将文档传递给链中的下一个实体.
|
void doFilter(Context context, com.sun.star.lang.XComponent document, FilterChain chain) throws Exception
context - 用于沿链传递的Office Context.document - 被转换为沿链传递的XComponent.chain - 链Exception - 如果处理过滤器时发生错误.Copyright © 2019. All rights reserved.