Converterpublic final class Converter extends ConverterBase
BibTeX export
This class extracts bibliographic information from an OpenDocument text file to a BibTeX data file.
ConverterBase.TexMathsStyleconverterResult, 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, setGraphicConverterpublic Config getConfig()
Converterpublic void convertInner()
throws java.io.IOException
Convert the data passed into the InputStream
into BibTeX format.
convertInner in class ConverterBasejava.io.IOException - If any I/O error occurs.