Uses of Interface
writer2latex.api.Converter

Packages that use Converter
writer2latex.api   
writer2latex.base   
writer2latex.xhtml   
 

Uses of Converter in writer2latex.api
 

Methods in writer2latex.api that return Converter
static Converter ConverterFactory.createConverter(java.lang.String sMIME)
          Create a Converter implementation which supports conversion into the specified MIME type.
 

Methods in writer2latex.api with parameters of type Converter
 void BatchConverter.setConverter(Converter converter)
          Define a Converter implementation to use for conversion of the individual documents.
 

Uses of Converter in writer2latex.base
 

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

Fields in writer2latex.base declared as Converter
private  Converter BatchConverterBase.converter
           
 

Methods in writer2latex.base with parameters of type Converter
 void BatchConverterBase.setConverter(Converter 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<.
 class Xhtml10Converter
           
 class XhtmlMathMLConverter
           
 class XhtmlMathMLXSLConverter