DocumentFormat
class that contains the information required by
JODConverter 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 |
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.
|
Enum | Description |
---|---|
DocumentFamily |
Represents a document type supported by office.
|
Exception | Description |
---|---|
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.