Package writer2latex.bibtex
Class Converter
- java.lang.Object
-
- writer2latex.base.ConverterBase
-
- writer2latex.bibtex.Converter
-
- All Implemented Interfaces:
Converter
public final class Converter extends ConverterBase
BibTeX export
This class extracts bibliographic information from an OpenDocument text file to a BibTeX data file.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class writer2latex.base.ConverterBase
ConverterBase.TexMathsStyle
-
-
Field Summary
-
Fields inherited from class writer2latex.base.ConverterBase
converterResult, graphicConverter, imageConverter, metaData, odDoc, ofr, sTargetFileName
-
-
Constructor Summary
Constructors Constructor Description Converter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconvertInner()Convert the data passed into theInputStreaminto BibTeX format.ConfiggetConfig()Get the interface for the configuration of this converter-
Methods inherited from class writer2latex.base.ConverterBase
addDocument, convert, convert, convert, getEmbeddedObject, getImageCv, getMetaData, getTexMathsEquation, getTexMathsEquation, getTexMathsStyle, readResource, readResource, readStyleSheet, readStyleSheet, readTemplate, readTemplate, setGraphicConverter
-
-
-
-
Method Detail
-
getConfig
public Config getConfig()
Description copied from interface:ConverterGet the interface for the configuration of this converter- Returns:
- the configuration
-
convertInner
public void convertInner() throws java.io.IOExceptionConvert the data passed into the
InputStreaminto BibTeX format.- Specified by:
convertInnerin classConverterBase- Throws:
java.io.IOException- If any I/O error occurs.
-
-