| Package | Description |
|---|---|
| org.aoju.bus.office | |
| org.aoju.bus.office.builtin | |
| org.aoju.bus.office.magic.family | |
| org.aoju.bus.office.provider |
| Modifier and Type | Method and Description |
|---|---|
FormatRegistry |
Provider.getFormatRegistry()
获取转换器支持的所有
DocumentFormat. |
| Modifier and Type | Field and Description |
|---|---|
protected FormatRegistry |
AbstractNorm.formatRegistry |
| Constructor and Description |
|---|
AbstractNorm(AbstractSourceProvider source,
OfficeManager officeManager,
FormatRegistry formatRegistry) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonFormatRegistry
包含office支持的
DocumentFormat集合,该集合已从JSON源加载. |
class |
SimpleFormatRegistry
SimpleDocumentFormatRegistry包含office支持的文档格式集合.
|
| Modifier and Type | Method and Description |
|---|---|
static FormatRegistry |
RegistryInstanceHolder.getInstance()
获取默认的
FormatRegistry实例. |
static FormatRegistry |
DefaultFormatRegistry.getInstance()
获取类的默认实例.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RegistryInstanceHolder.setInstance(FormatRegistry registry)
设置默认的
FormatRegistry实例. |
| Modifier and Type | Field and Description |
|---|---|
protected FormatRegistry |
AbstractProvider.formatRegistry |
protected FormatRegistry |
AbstractProvider.AbstractConverterBuilder.formatRegistry |
| Modifier and Type | Method and Description |
|---|---|
FormatRegistry |
AbstractProvider.getFormatRegistry() |
| Modifier and Type | Method and Description |
|---|---|
B |
AbstractProvider.AbstractConverterBuilder.formatRegistry(FormatRegistry registry)
指定
FormatRegistry,其中包含此转换器将支持的文档格式. |
| Constructor and Description |
|---|
AbstractProvider(OfficeManager officeManager,
FormatRegistry formatRegistry) |
LocalOfficeProvider(OfficeManager officeManager,
FormatRegistry formatRegistry,
Map<String,Object> loadProperties,
FilterChain filterChain,
Map<String,Object> storeProperties) |
Copyright © 2019. All rights reserved.