DocumentFormat
class that contains the information required by
JODConverter to convert from/to specific document formats.请参阅: 说明
接口 | 说明 |
---|---|
DocumentFormatRegistry |
A class implementing this interface should keep a collection of document format supported by
office.
|
类 | 说明 |
---|---|
DefaultDocumentFormatRegistry |
Holds the default
DocumentFormat registry. |
DocumentFormat |
Contains the required information used to deal with a specific document format .
|
JsonDocumentFormatRegistry |
A JsonDocumentFormatRegistry contains a collection of
DocumentFormat supported by office
that has been loaded loaded from a JSON source. |
SimpleDocumentFormatRegistry |
A SimpleDocumentFormatRegistry contains a collection of document formats supported by office.
|
枚举 | 说明 |
---|---|
DocumentFamily |
Represents a document type supported by office.
|
异常错误 | 说明 |
---|---|
DocumentFormatRegistryException |
Exception thrown when a
DefaultDocumentFormatRegistry cannot be created and initialized
properly. |
DocumentFormat
class that contains the information required by
JODConverter to convert from/to specific document formats. The package also provides a default
DocumentFormatRegistry
registry containing all the formats supported by JODConverter out
of the box.