Converter
public final class Converter extends ConverterBase
BibTeX export
This class extracts bibliographic information from an OpenDocument text file to a BibTeX data file.
ConverterBase.TexMathsStyle
converterResult, graphicConverter, imageConverter, metaData, odDoc, ofr, sTargetFileName
Constructor | Description |
---|---|
Converter() |
Modifier and Type | Method | Description |
---|---|---|
void |
convertInner() |
Convert the data passed into the
InputStream
into BibTeX format. |
Config |
getConfig() |
Get the interface for the configuration of this converter
|
addDocument, convert, convert, convert, getEmbeddedObject, getImageCv, getMetaData, getTexMathsEquation, getTexMathsEquation, getTexMathsStyle, readResource, readResource, readStyleSheet, readStyleSheet, readTemplate, readTemplate, setGraphicConverter
public Config getConfig()
Converter
public void convertInner() throws java.io.IOException
Convert the data passed into the InputStream
into BibTeX format.
convertInner
in class ConverterBase
java.io.IOException
- If any I/O error occurs.