Uses of Interface writer2latex.api.Converter

Uses in package org.openoffice.da.comp.w2lcommon.filter

Methods with parameter type writer2latex.api.Converter

void
FilterDataParser.applyFilterData(Object data, Converter converter)
Apply the given FilterData property to the given converter

Uses in package writer2latex.latex

Classes implementing writer2latex.api.Converter

class
This class converts a Writer XML file to a LaTeX file<.

Uses in package writer2latex.xhtml

Classes implementing writer2latex.api.Converter

class
This class converts an OpenDocument file to an XHTML(+MathML) document<.
class
Xhtml10Converter.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.
class
XhtmlMathMLConverter.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.
class
XhtmlMathMLXSLConverter.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.

Uses in package writer2latex.bibtex

Classes implementing writer2latex.api.Converter

class
BibTeX export

This class extracts bibliographic information from an OpenDocument text file to a BibTeX data file.

Uses in package writer2latex.base

Classes implementing writer2latex.api.Converter

class
Abstract base implementation of writer2latex.api.Converter

Methods with parameter type writer2latex.api.Converter

void

Uses in package writer2latex.api

Methods with parameter type writer2latex.api.Converter

void
Define a Converter implementation to use for conversion of the individual documents.

Methods with return type writer2latex.api.Converter

Converter
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