Package | Description |
---|---|
org.openoffice.da.comp.w2lcommon.filter | |
writer2latex.api | |
writer2latex.base | |
writer2latex.bibtex | |
writer2latex.epub | |
writer2latex.latex | |
writer2latex.xhtml |
Modifier and Type | Method | Description |
---|---|---|
void |
FilterDataParser.applyFilterData(java.lang.Object data,
Converter converter) |
Apply the given FilterData property to the given converter
|
Modifier and Type | Method | Description |
---|---|---|
static Converter |
ConverterFactory.createConverter(java.lang.String sMIME) |
Create a
Converter implementation which supports
conversion into the specified MIME type. |
Modifier and Type | Method | Description |
---|---|---|
void |
BatchConverter.setConverter(Converter converter) |
Define a
Converter implementation to use for
conversion of the individual documents. |
Modifier and Type | Class | Description |
---|---|---|
class |
ConverterBase |
Abstract base implementation of
writer2latex.api.Converter |
Modifier and Type | Method | Description |
---|---|---|
void |
BatchConverterBase.setConverter(Converter converter) |
Modifier and Type | Class | Description |
---|---|---|
class |
Converter |
BibTeX export
|
Modifier and Type | Class | Description |
---|---|---|
class |
EPUBConverter |
This class converts an OpenDocument file to an EPUB document.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ConverterPalette |
This class converts a Writer XML file to a LaTeX file
|
Modifier and Type | Class | Description |
---|---|---|
class |
Converter |
This class converts an OpenDocument file to an XHTML(+MathML) or EPUB document.
|
class |
Html5Converter |
|
class |
Xhtml10Converter |
|
class |
Xhtml11Converter |
|
class |
XhtmlMathMLConverter |