writer2latex.latex
Class ConverterPalette

java.lang.Object
  extended by writer2latex.base.ConverterBase
      extended by writer2latex.latex.ConverterPalette
All 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(java.lang.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()
           
 java.lang.String getOutFileName()
           
 PageStyleConverter getPageSc()
           
 ParConverter getParCv()
           
 SectionConverter getSectionCv()
           
 TableConverter getTableCv()
           
 
Methods inherited from class writer2latex.base.ConverterBase
addDocument, convert, convert, getEmbeddedObject, getImageLoader, getMetaData, readTemplate, readTemplate, setGraphicConverter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConverterPalette

public ConverterPalette()
Method Detail

getConfig

public Config getConfig()
Description copied from interface: Converter
Get the interface for the configuration of this converter

Returns:
the configuration

getOutFileName

public java.lang.String getOutFileName()

getMainContext

public Context getMainContext()

addGlobalOption

public void addGlobalOption(java.lang.String sOption)

getI18n

public I18n getI18n()

getColorCv

public ColorConverter getColorCv()

getCharSc

public CharStyleConverter getCharSc()

getListSc

public ListStyleConverter getListSc()

getPageSc

public PageStyleConverter getPageSc()

getBlockCv

public BlockConverter getBlockCv()

getParCv

public ParConverter getParCv()

getHeadingCv

public HeadingConverter getHeadingCv()

getIndexCv

public IndexConverter getIndexCv()

getBibCv

public BibConverter getBibCv()

getSectionCv

public SectionConverter getSectionCv()

getTableCv

public TableConverter getTableCv()

getNoteCv

public NoteConverter getNoteCv()

getCaptionCv

public CaptionConverter getCaptionCv()

getInlineCv

public InlineConverter getInlineCv()

getFieldCv

public FieldConverter getFieldCv()

getDrawCv

public DrawConverter getDrawCv()

getMathmlCv

public MathmlConverter getMathmlCv()

getInfo

public Info getInfo()

convertInner

public void convertInner()
                  throws java.io.IOException
Specified by:
convertInner in class ConverterBase
Throws:
java.io.IOException