| Package | Description |
|---|---|
| org.openoffice.da.comp.w2lcommon.filter | |
| writer2latex.api | |
| writer2latex.base | |
| writer2latex.bibtex | |
| writer2latex.epub | |
| writer2latex.latex | |
| writer2latex.xhtml |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterDataParser.applyFilterData(java.lang.Object data,
Converter converter)
Apply the given FilterData property to the given converter.
|
void |
FilterDataParser.applyFilterOptions(java.lang.Object options,
Converter converter)
Apply the given FilterOptions property to the given converter.
|
| Modifier and Type | Method and 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 and Description |
|---|---|
void |
BatchConverter.setConverter(Converter converter)
Define a
Converter implementation to use for
conversion of the individual documents. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConverterBase
Abstract base implementation of
writer2latex.api.Converter |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchConverterBase.setConverter(Converter converter) |
| Modifier and Type | Class and Description |
|---|---|
class |
Converter
This class exports bibliographic information from an OpenDocument text file to a BibTeX data file
|
| Modifier and Type | Class and Description |
|---|---|
class |
EPUB3Converter
This class converts an OpenDocument file to an EPUB 3 document.
|
class |
EPUBConverter
This class converts an OpenDocument file to an EPUB document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConverterPalette
This class converts a Writer XML file to a LaTeX file
|
| Modifier and Type | Class and Description |
|---|---|
class |
Html5Converter |
class |
Xhtml10Converter |
class |
Xhtml11Converter |
class |
XhtmlMathMLConverter |