Package writer2latex.latex
Class ConverterPalette
- java.lang.Object
-
- writer2latex.base.ConverterBase
-
- 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
Constructors Constructor Description ConverterPalette()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 converterDrawConverter
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
-
-
-
-
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 classConverterBase
- Throws:
java.io.IOException
-
-