public final class Converter extends ConverterBase
BibTeX export
This class extracts bibliographic information from an OpenDocument text file to a BibTeX data file.
converterResult, graphicConverter, imageLoader, metaData, odDoc, ofr, sTargetFileName
Constructor and Description |
---|
Converter() |
Modifier and Type | Method and 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, getEmbeddedObject, getImageLoader, getMetaData, 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.