| Package | Description |
|---|---|
| org.aoju.bus.office.bridge | |
| org.aoju.bus.office.builtin | |
| org.aoju.bus.office.magic.filter | |
| org.aoju.bus.office.magic.filter.draw | |
| org.aoju.bus.office.magic.filter.text |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LocalOfficeContextAware
表示用于本地转换的office上下文
|
interface |
OnlineOfficeContextAware
表示用于在线转换的office环境.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalOfficeBridgeFactory
负责使用给定的UnoUrl管理到office进程的连接.
|
class |
OnlineOfficeBridgeFactory
保存与LibreOffice在线服务器通信的请求配置.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OnlineMadeInOffice.execute(Context context) |
void |
MadeInOffice.execute(Context context)
在上下文中执行任务.
|
void |
LocalMadeInOffice.execute(Context context) |
protected void |
LocalMadeInOffice.modifyDocument(Context context,
com.sun.star.lang.XComponent document)
在加载文档和以新格式保存文档之前修改文档.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FilterChain.doFilter(Context context,
com.sun.star.lang.XComponent document)
导致调用链中的下一个过滤器,或者如果调用的过滤器是链中的最后一个过滤器,则不执行任何操作.
|
void |
DefaultFilter.doFilter(Context context,
com.sun.star.lang.XComponent document) |
void |
AbstractFilter.doFilter(Context context,
com.sun.star.lang.XComponent document) |
void |
RefreshFilter.doFilter(Context context,
com.sun.star.lang.XComponent document,
FilterChain chain) |
void |
PageCounterFilter.doFilter(Context context,
com.sun.star.lang.XComponent document,
FilterChain chain) |
void |
NoopFilter.doFilter(Context context,
com.sun.star.lang.XComponent document,
FilterChain chain) |
void |
Filter.doFilter(Context context,
com.sun.star.lang.XComponent document,
FilterChain chain)
由于转换请求,每次通过链传递文档时,都会调用过滤器的doFilter方法。
传入此方法的筛选器链允许筛选器将文档传递给链中的下一个实体.
|
protected void |
AbstractFilter.doFilter(Filter filter,
Context context,
com.sun.star.lang.XComponent document)
导致调用指定的筛选器.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageSelectorFilter.doFilter(Context context,
com.sun.star.lang.XComponent document,
FilterChain chain) |
| Modifier and Type | Method and Description |
|---|---|
void |
TextReplacerFilter.doFilter(Context context,
com.sun.star.lang.XComponent document,
FilterChain chain) |
void |
TextInserterFilter.doFilter(Context context,
com.sun.star.lang.XComponent document,
FilterChain chain) |
void |
TableOfContentUpdaterFilter.doFilter(Context context,
com.sun.star.lang.XComponent document,
FilterChain chain) |
void |
PageSelectorFilter.doFilter(Context context,
com.sun.star.lang.XComponent document,
FilterChain chain) |
void |
PageMarginsFilter.doFilter(Context context,
com.sun.star.lang.XComponent document,
FilterChain chain) |
void |
LinkedImagesEmbedderFilter.doFilter(Context context,
com.sun.star.lang.XComponent document,
FilterChain chain) |
void |
GraphicInserterFilter.doFilter(Context context,
com.sun.star.lang.XComponent document,
FilterChain chain) |
void |
DocumentInserterFilter.doFilter(Context context,
com.sun.star.lang.XComponent document,
FilterChain chain) |
Copyright © 2020. All rights reserved.