Uses of Interface
writer2latex.api.Converter
-
Packages that use Converter Package Description org.openoffice.da.comp.w2lcommon.filter writer2latex.api writer2latex.base writer2latex.bibtex writer2latex.latex writer2latex.xhtml -
-
Uses of Converter in org.openoffice.da.comp.w2lcommon.filter
Methods in org.openoffice.da.comp.w2lcommon.filter with parameters of type Converter Modifier and Type Method Description void
FilterDataParser. applyFilterData(java.lang.Object data, Converter converter)
Apply the given FilterData property to the given converter -
Uses of Converter in writer2latex.api
Methods in writer2latex.api that return Converter Modifier and Type Method Description static Converter
ConverterFactory. createConverter(java.lang.String sMIME)
Create aConverter
implementation which supports conversion into the specified MIME type.Methods in writer2latex.api with parameters of type Converter Modifier and Type Method Description void
BatchConverter. setConverter(Converter converter)
Define aConverter
implementation to use for conversion of the individual documents. -
Uses of Converter in writer2latex.base
Classes in writer2latex.base that implement Converter Modifier and Type Class Description class
ConverterBase
Abstract base implementation ofwriter2latex.api.Converter
Methods in writer2latex.base with parameters of type Converter Modifier and Type Method Description void
BatchConverterBase. setConverter(Converter converter)
-
Uses of Converter in writer2latex.bibtex
Classes in writer2latex.bibtex that implement Converter Modifier and Type Class Description class
Converter
BibTeX export -
Uses of Converter in writer2latex.latex
Classes in writer2latex.latex that implement Converter Modifier and Type Class Description class
ConverterPalette
This class converts a Writer XML file to a LaTeX file<. -
Uses of Converter in writer2latex.xhtml
Classes in writer2latex.xhtml that implement Converter Modifier and Type Class Description class
Converter
This class converts an OpenDocument file to an XHTML(+MathML) document<.class
Xhtml10Converter
class
XhtmlMathMLConverter
class
XhtmlMathMLXSLConverter
-