Package writer2latex.api

Interface Summary

BatchConverterThis 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.
BatchHandlerThis is a call back interface to handle user interaction during a batch conversion with a BatchConverter
ConfigThis is an interface for configuration of a Converter.
ConverterThis is an interface for a converter, which offers conversion of OpenDocument (or OpenOffice.org 1.x) documents into a specific format.
ConverterResultA ConverterResult represent a document, which is the result of a conversion performed by a Converterimplementation.
GraphicConverterA simple interface for a graphic converter which converts between various graphics formats
OutputFileAn OutputFile represent a single file in a ConverterResult, which is output from a Converter implementation.
StarMathConverterThis is an interface for a converter, which offers conversion of a StarMath formula into LaTeX Instances of this interface are created using the ConverterFactory

Class Summary

ConverterFactoryThis is a factory class which provides static methods to create converters for documents in OpenDocument (or OpenOffice.org 1.x) format into a specific MIME type
IndexPageEntryThis class represents a single entry on an index page created by a batch converter
MIMETypes MIMETypes.java This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1, as published by the Free Software Foundation.