public abstract static class AbstractConverter.AbstractConverterBuilder<B extends AbstractConverter.AbstractConverterBuilder<B>>
extends java.lang.Object
AbstractConverter.AbstractConverter| 限定符和类型 | 字段和说明 |
|---|---|
protected DocumentFormatRegistry |
formatRegistry |
protected OfficeManager |
officeManager |
| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractConverterBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract AbstractConverter |
build()
Creates the converter that is specified by this builder.
|
B |
formatRegistry(DocumentFormatRegistry registry)
Specifies the
DocumentFormatRegistry the which contains the document formats that
will be supported by this converter. |
B |
officeManager(OfficeManager manager)
Specifies the
OfficeManager the converter will use to execute office tasks. |
protected OfficeManager officeManager
protected DocumentFormatRegistry formatRegistry
public B officeManager(OfficeManager manager)
OfficeManager the converter will use to execute office tasks.manager - The office manager this converter will use.public B formatRegistry(DocumentFormatRegistry registry)
DocumentFormatRegistry the which contains the document formats that
will be supported by this converter.registry - The registry that contains the supported formats.protected abstract AbstractConverter build()