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 XhtmlConfigconfigprotected Converterconverterprotected OfficeReaderofr
-
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 voidapplyStyle(StyleInfo info, org.w3c.dom.Element hnode)protected CellStyleConvertergetCellSc()protected DrawConvertergetDrawCv()protected FrameStyleConvertergetFrameSc()protected HeadingStyleConvertergetHeadingSc()protected ListStyleConvertergetListSc()protected MathConvertergetMathCv()protected PageStyleConvertergetPageSc()protected ParStyleConvertergetParSc()protected PresentationStyleConvertergetPresentationSc()protected RowStyleConvertergetRowSc()protected SectionStyleConvertergetSectionSc()protected writer2latex.xhtml.StyleConvertergetStyleCv()protected TableConvertergetTableCv()protected TableStyleConvertergetTableSc()protected TextConvertergetTextCv()protected TextStyleConvertergetTextSc()
-
-
-
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)
-
-