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.epub 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 voidFilterDataParser. 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 ConverterConverterFactory. createConverter(java.lang.String sMIME)Create aConverterimplementation which supports conversion into the specified MIME type.Methods in writer2latex.api with parameters of type Converter Modifier and Type Method Description voidBatchConverter. setConverter(Converter converter)Define aConverterimplementation 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 classConverterBaseAbstract base implementation ofwriter2latex.api.ConverterMethods in writer2latex.base with parameters of type Converter Modifier and Type Method Description voidBatchConverterBase. setConverter(Converter converter) -
Uses of Converter in writer2latex.bibtex
Classes in writer2latex.bibtex that implement Converter Modifier and Type Class Description classConverterBibTeX export -
Uses of Converter in writer2latex.epub
Classes in writer2latex.epub that implement Converter Modifier and Type Class Description classEPUBConverterThis class converts an OpenDocument file to an EPUB document. -
Uses of Converter in writer2latex.latex
Classes in writer2latex.latex that implement Converter Modifier and Type Class Description classConverterPaletteThis 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 classConverterThis class converts an OpenDocument file to an XHTML(+MathML) or EPUB document.classHtml5ConverterclassXhtml10ConverterclassXhtml11ConverterclassXhtmlMathMLConverter
-