writer2latex.latex

Class ConverterPalette

Implemented Interfaces:
Converter

public final class ConverterPalette
extends ConverterBase

This class converts a Writer XML file to a LaTeX file<.

Field Summary

Fields inherited from class writer2latex.base.ConverterBase

convertData, graphicConverter, imageLoader, metaData, odDoc, ofr, sTargetFileName

Constructor Summary

ConverterPalette()

Method Summary

void
addGlobalOption(String sOption)
void
convertInner()
BibConverter
getBibCv()
BlockConverter
getBlockCv()
CaptionConverter
getCaptionCv()
CharStyleConverter
getCharSc()
ColorConverter
getColorCv()
Config
getConfig()
Get the interface for the configuration of this converter
DrawConverter
getDrawCv()
FieldConverter
getFieldCv()
HeadingConverter
getHeadingCv()
I18n
getI18n()
IndexConverter
getIndexCv()
Info
getInfo()
InlineConverter
getInlineCv()
ListStyleConverter
getListSc()
Context
getMainContext()
MathmlConverter
getMathmlCv()
NoteConverter
getNoteCv()
String
getOutFileName()
PageStyleConverter
getPageSc()
ParConverter
getParCv()
SectionConverter
getSectionCv()
TableConverter
getTableCv()

Methods inherited from class writer2latex.base.ConverterBase

addDocument, convert, convert, convertInner, getEmbeddedObject, getImageLoader, getMetaData, readTemplate, readTemplate, setGraphicConverter

Constructor Details

ConverterPalette

public ConverterPalette()

Method Details

addGlobalOption

public void addGlobalOption(String sOption)

convertInner

public void convertInner()
            throws IOException
Overrides:
convertInner in interface ConverterBase

getBibCv

public BibConverter getBibCv()

getBlockCv

public BlockConverter getBlockCv()

getCaptionCv

public CaptionConverter getCaptionCv()

getCharSc

public CharStyleConverter getCharSc()

getColorCv

public ColorConverter getColorCv()

getConfig

public Config getConfig()
Get the interface for the configuration of this converter
Specified by:
getConfig in interface Converter
Returns:
the configuration

getDrawCv

public DrawConverter getDrawCv()

getFieldCv

public FieldConverter getFieldCv()

getHeadingCv

public HeadingConverter getHeadingCv()

getI18n

public I18n getI18n()

getIndexCv

public IndexConverter getIndexCv()

getInfo

public Info getInfo()

getInlineCv

public InlineConverter getInlineCv()

getListSc

public ListStyleConverter getListSc()

getMainContext

public Context getMainContext()

getMathmlCv

public MathmlConverter getMathmlCv()

getNoteCv

public NoteConverter getNoteCv()

getOutFileName

public String getOutFileName()

getPageSc

public PageStyleConverter getPageSc()

getParCv

public ParConverter getParCv()

getSectionCv

public SectionConverter getSectionCv()

getTableCv

public TableConverter getTableCv()