writer2latex.xhtml
Class ConverterHelper
java.lang.Object
writer2latex.xhtml.ConverterHelper
- Direct Known Subclasses:
- DrawConverter, MathConverter, StyleConverterHelper, TableConverter, TextConverter
public class ConverterHelper
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ofr
protected OfficeReader ofr
config
protected XhtmlConfig config
converter
protected Converter converter
ConverterHelper
public ConverterHelper(OfficeReader ofr,
XhtmlConfig config,
Converter converter)
getStyleCv
protected writer2latex.xhtml.StyleConverter getStyleCv()
getTextSc
protected TextStyleConverter getTextSc()
getParSc
protected ParStyleConverter getParSc()
getListSc
protected ListStyleConverter getListSc()
getSectionSc
protected SectionStyleConverter getSectionSc()
getTableSc
protected TableStyleConverter getTableSc()
getRowSc
protected RowStyleConverter getRowSc()
getCellSc
protected CellStyleConverter getCellSc()
getFrameSc
protected FrameStyleConverter getFrameSc()
getPresentationSc
protected PresentationStyleConverter getPresentationSc()
getPageSc
protected PageStyleConverter getPageSc()
getTextCv
protected TextConverter getTextCv()
getTableCv
protected TableConverter getTableCv()
getDrawCv
protected DrawConverter getDrawCv()
getMathCv
protected MathConverter getMathCv()
applyStyle
protected void applyStyle(StyleInfo info,
org.w3c.dom.Element hnode)