| Constructor and Description |
|---|
TableOfContentUpdaterFilter()
创建一个将更新内容表的新筛选器.
|
TableOfContentUpdaterFilter(int level)
创建一个新过滤器,该过滤器将更改内容表的级别数并更新它.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(Context context,
com.sun.star.lang.XComponent document,
FilterChain chain)
由于转换请求,每次通过链传递文档时,都会调用过滤器的doFilter方法。
传入此方法的筛选器链允许筛选器将文档传递给链中的下一个实体.
|
public TableOfContentUpdaterFilter()
public TableOfContentUpdaterFilter(int level)
level - 内容表中所需的级别数.public void doFilter(Context context, com.sun.star.lang.XComponent document, FilterChain chain) throws Exception
FilterCopyright © 2020. All rights reserved.