Package 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
-
-
Field Summary
Fields Modifier and Type Field Description protected XhtmlConfig
config
protected Converter
converter
protected OfficeReader
ofr
-
Constructor Summary
Constructors Constructor Description ConverterHelper(OfficeReader ofr, XhtmlConfig config, Converter converter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
applyStyle(StyleInfo info, org.w3c.dom.Element hnode)
protected CellStyleConverter
getCellSc()
protected DrawConverter
getDrawCv()
protected FrameStyleConverter
getFrameSc()
protected HeadingStyleConverter
getHeadingSc()
protected ListStyleConverter
getListSc()
protected MathConverter
getMathCv()
protected PageStyleConverter
getPageSc()
protected ParStyleConverter
getParSc()
protected PresentationStyleConverter
getPresentationSc()
protected RowStyleConverter
getRowSc()
protected SectionStyleConverter
getSectionSc()
protected writer2latex.xhtml.StyleConverter
getStyleCv()
protected TableConverter
getTableCv()
protected TableStyleConverter
getTableSc()
protected TextConverter
getTextCv()
protected TextStyleConverter
getTextSc()
-
-
-
Field Detail
-
ofr
protected OfficeReader ofr
-
config
protected XhtmlConfig config
-
converter
protected Converter converter
-
-
Constructor Detail
-
ConverterHelper
public ConverterHelper(OfficeReader ofr, XhtmlConfig config, Converter converter)
-
-
Method Detail
-
getStyleCv
protected writer2latex.xhtml.StyleConverter getStyleCv()
-
getTextSc
protected TextStyleConverter getTextSc()
-
getParSc
protected ParStyleConverter getParSc()
-
getHeadingSc
protected HeadingStyleConverter getHeadingSc()
-
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)
-
-