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