public interface FilterChain
| Modifier and Type | Method and Description |
|---|---|
void |
addFilter(Filter filter)
向链中添加一个过滤器.
|
FilterChain |
copy()
创建并返回此对象的副本。"copy"的确切含义可能取决于链的类别
|
void |
doFilter(Context context,
com.sun.star.lang.XComponent document)
导致调用链中的下一个过滤器,或者如果调用的过滤器是链中的最后一个过滤器,则不执行任何操作.
|
void addFilter(Filter filter)
filter - 过滤器添加在链的末端.void doFilter(Context context, com.sun.star.lang.XComponent document) throws InstrumentException
context - 用于沿链传递的OfficeContext.document - 被转换为沿链传递的XComponent.InstrumentException - 如果处理过滤器时发生错误.FilterChain copy()
Copyright © 2020. All rights reserved.