BatchConverter |
This is an interface for a converter, which offers conversion of
all OpenDocument (or OpenOffice.org 1.x) documents in a directory
(and optionally subdirectories), creating index pages in a specific format.
|
BatchHandler |
This is a call back interface to handle user interaction during a
batch conversion with a BatchConverter
|
Config |
This is an interface for configuration of a Converter .
|
ContentEntry |
This interface represents a content entry, that is a named reference
to a position within the output document.
|
Converter |
This is an interface for a converter, which offers conversion of
OpenDocument (or OpenOffice.org 1.x) documents into a specific format.
|
ConverterResult |
A ConverterResult represent a document, which is the result
of a conversion performed by a Converter implementation.
|
GraphicConverter |
A simple interface for a graphic converter which converts between various
graphics formats
|
MetaData |
This interface provides access to the predefined meta data of the
source document (currently incomplete)
|
OutputFile |
|
StarMathConverter |
This is an interface for a converter, which offers conversion of
a StarMath formula into LaTeX
Instances of this interface are created using the
ConverterFactory
|