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.util.ConverterBase

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

Method Summary

void
addGlobalOption(String sOption)
void
convertInner()
BlockConverter
getBlockCv()
CaptionConverter
getCaptionCv()
CharStyleConverter
getCharSc()
ColorConverter
getColorCv()
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.util.ConverterBase

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

Method Details

addGlobalOption

public void addGlobalOption(String sOption)

convertInner

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

getBlockCv

public BlockConverter getBlockCv()

getCaptionCv

public CaptionConverter getCaptionCv()

getCharSc

public CharStyleConverter getCharSc()

getColorCv

public ColorConverter getColorCv()

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()