writer2latex.xhtml

Class ConverterHelper

Known Direct Subclasses:
DrawConverter, MathConverter, StyleConverterHelper, TableConverter, TextConverter

public class ConverterHelper
extends java.lang.Object

ConverterHelper.java This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1, as published by the Free Software Foundation. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Copyright: 2002-2008 by Henrik Just All Rights Reserved. Version 1.0 (2008-09-08)

Field Summary

protected XhtmlConfig
config
protected Converter
converter
protected OfficeReader
ofr

Constructor Summary

ConverterHelper(OfficeReader ofr, XhtmlConfig config, Converter converter)

Method Summary

protected void
applyStyle(StyleInfo info, Element hnode)
protected CellStyleConverter
getCellSc()
protected DrawConverter
getDrawCv()
protected FrameStyleConverter
getFrameSc()
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 Details

config

protected XhtmlConfig config

converter

protected Converter converter

ofr

protected OfficeReader ofr

Constructor Details

ConverterHelper

public ConverterHelper(OfficeReader ofr,
                       XhtmlConfig config,
                       Converter converter)

Method Details

applyStyle

protected void applyStyle(StyleInfo info,
                          Element hnode)

getCellSc

protected CellStyleConverter getCellSc()

getDrawCv

protected DrawConverter getDrawCv()

getFrameSc

protected FrameStyleConverter getFrameSc()

getListSc

protected ListStyleConverter getListSc()

getMathCv

protected MathConverter getMathCv()

getPageSc

protected PageStyleConverter getPageSc()

getParSc

protected ParStyleConverter getParSc()

getPresentationSc

protected PresentationStyleConverter getPresentationSc()

getRowSc

protected RowStyleConverter getRowSc()

getSectionSc

protected SectionStyleConverter getSectionSc()

getStyleCv

protected writer2latex.xhtml.StyleConverter getStyleCv()

getTableCv

protected TableConverter getTableCv()

getTableSc

protected TableStyleConverter getTableSc()

getTextCv

protected TextConverter getTextCv()

getTextSc

protected TextStyleConverter getTextSc()