writer2latex.latex
Class ConverterPalette
java.lang.Object
writer2latex.util.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<.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
texDoc
private LaTeXDocument texDoc
mainContext
private Context mainContext
globalOptions
private CSVList globalOptions
i18n
private I18n i18n
colorCv
private ColorConverter colorCv
charSc
private CharStyleConverter charSc
listSc
private ListStyleConverter listSc
pageSc
private PageStyleConverter pageSc
blockCv
private BlockConverter blockCv
parCv
private ParConverter parCv
headingCv
private HeadingConverter headingCv
indexCv
private IndexConverter indexCv
sectionCv
private SectionConverter sectionCv
tableCv
private TableConverter tableCv
noteCv
private NoteConverter noteCv
captionCv
private CaptionConverter captionCv
inlineCv
private InlineConverter inlineCv
fieldCv
private FieldConverter fieldCv
drawCv
private DrawConverter drawCv
mathmlCv
private MathmlConverter mathmlCv
info
private Info info
ConverterPalette
public ConverterPalette()
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()
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
createMeta
private void createMeta(java.lang.String sName,
java.lang.String sValue,
LaTeXDocumentPortion ldp)