Uses of Interface
writer2latex.api.Converter

Packages that use Converter
writer2latex.api   
writer2latex.latex   
writer2latex.util   
writer2latex.xhtml   
 

Uses of Converter in writer2latex.api
 

Subinterfaces of Converter in writer2latex.api
 interface BatchConverter
          This is an extended interface for a converter, which offers conversion of OpenDocument or OOo 1.x docs into a specific format.
 

Methods in writer2latex.api that return Converter
 Converter ConverterFactory.createConverter(java.lang.String sMIME)
          Create a Converter implementation which supports conversion into the specified MIME type Currently supported MIME types are: application/x-latex for LaTeX format application/x-bibtex for BibTeX format text/html for XHTML 1.0 strict format application/xhtml+xml for XHTML+MathML application/xml for XHTML+MathML using stylesheets from w3c's math working group
 

Uses of Converter in writer2latex.latex
 

Classes in writer2latex.latex that implement Converter
 class ConverterPalette
          This class converts a Writer XML file to a LaTeX file<.
 

Uses of Converter in writer2latex.util
 

Classes in writer2latex.util that implement Converter
 class ConverterBase
          Abstract base implementation of writer2latex.api.Converter
 

Uses of Converter in writer2latex.xhtml
 

Classes in writer2latex.xhtml that implement Converter
 class Converter
          This class converts an OpenDocument file to an XHTML(+MathML) document<.