DocumentConverter implementations to convert from/to specific document
formats.See: Description
| Interface | Description |
|---|---|
| DocumentFormatRegistry |
A class implementing this interface should keep a collection of document format supported by
office.
|
| Class | Description |
|---|---|
| DefaultDocumentFormatRegistry |
Default
DocumentFormat registry. |
| DefaultDocumentFormatRegistryInstanceHolder |
Holds the default
DocumentFormatRegistry instance. |
| DocumentFormat |
Contains the required information used to deal with a specific document format .
|
| DocumentFormat.Builder |
A builder for constructing a
DocumentFormat. |
| DocumentFormatProperties |
Contains properties that will be applied when loading(opening) and storing(saving) document for a
specific
DocumentFormat. |
| JsonDocumentFormatRegistry |
A JsonDocumentFormatRegistry contains a collection of
DocumentFormat supported by office
that has been loaded from a JSON source. |
| SimpleDocumentFormatRegistry |
A SimpleDocumentFormatRegistry contains a collection of document formats supported by office.
|
| Enum | Description |
|---|---|
| DocumentFamily |
Represents a document type supported by office.
|
| Exception | Description |
|---|---|
| DocumentFormatRegistryException |
Exception thrown when a
DefaultDocumentFormatRegistry cannot be created and initialized
properly. |
DocumentConverter implementations 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.Copyright © 2016 - present; JODConverter.org. All rights reserved.