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
-
-
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 ConverterPalette()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGlobalOption(java.lang.String sOption)voidconvertInner()BibConvertergetBibCv()BlockConvertergetBlockCv()CaptionConvertergetCaptionCv()CharStyleConvertergetCharSc()ColorConvertergetColorCv()ConfiggetConfig()Get the interface for the configuration of this converterDrawConvertergetDrawCv()FieldConvertergetFieldCv()HeadingConvertergetHeadingCv()I18ngetI18n()IndexConvertergetIndexCv()InfogetInfo()InlineConvertergetInlineCv()ListStyleConvertergetListSc()ContextgetMainContext()MathConvertergetMathCv()NoteConvertergetNoteCv()java.lang.StringgetOutFileName()PageStyleConvertergetPageSc()ParConvertergetParCv()SectionConvertergetSectionCv()TableConvertergetTableCv()-
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
-
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()
-
getMathCv
public MathConverter getMathCv()
-
getInfo
public Info getInfo()
-
convertInner
public void convertInner() throws java.io.IOException- Specified by:
convertInnerin classConverterBase- Throws:
java.io.IOException
-
-