| Package | Description |
|---|---|
| org.aoju.bus.office.builtin | |
| org.aoju.bus.office.provider |
| Modifier and Type | Field and Description |
|---|---|
protected SourceDocumentProvider |
AbstractOffice.source |
| Constructor and Description |
|---|
AbstractLocalOffice(SourceDocumentProvider source)
使用指定的源文档创建新任务.
|
AbstractLocalOffice(SourceDocumentProvider source,
Map<String,Object> loadProperties)
使用指定的源文档创建新任务.
|
AbstractOffice(SourceDocumentProvider source)
使用指定的源文档创建新任务.
|
AbstractOnlineOffice(SourceDocumentProvider source)
使用指定的源文档创建新任务.
|
LocalMadeInOffice(SourceDocumentProvider source,
TargetDocumentProvider target,
Map<String,Object> loadProperties,
FilterChain filterChain,
Map<String,Object> storeProperties)
创建从指定源到指定目标的新转换任务.
|
OnlineMadeInOffice(SourceDocumentProvider source,
TargetDocumentProvider target)
创建从指定源到指定目标的新转换任务.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSourceProvider
所有源文档规范实现的基类.
|
class |
SourceFromFileProvider
当转换过程不再需要源文件时,提供应用行为的接口.
|
class |
SourceFromInputStreamProvider
当转换过程不再需要源文件时,提供应用行为的接口.
|
Copyright © 2020. All rights reserved.