writer2latex.xhtml

Class ConverterHelper

public class ConverterHelper extends 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 XhtmlConfigconfig
protected Converterconverter
protected OfficeReaderofr
Constructor Summary
ConverterHelper(OfficeReader ofr, XhtmlConfig config, Converter converter)
Method Summary
protected voidapplyStyle(StyleInfo info, Element hnode)
protected CellStyleConvertergetCellSc()
protected DrawConvertergetDrawCv()
protected FrameStyleConvertergetFrameSc()
protected ListStyleConvertergetListSc()
protected MathConvertergetMathCv()
protected PageStyleConvertergetPageSc()
protected ParStyleConvertergetParSc()
protected PresentationStyleConvertergetPresentationSc()
protected RowStyleConvertergetRowSc()
protected SectionStyleConvertergetSectionSc()
protected StyleConvertergetStyleCv()
protected TableConvertergetTableCv()
protected TableStyleConvertergetTableSc()
protected TextConvertergetTextCv()
protected TextStyleConvertergetTextSc()

Field Detail

config

protected XhtmlConfig config

converter

protected Converter converter

ofr

protected OfficeReader ofr

Constructor Detail

ConverterHelper

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

Method Detail

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 StyleConverter getStyleCv()

getTableCv

protected TableConverter getTableCv()

getTableSc

protected TableStyleConverter getTableSc()

getTextCv

protected TextConverter getTextCv()

getTextSc

protected TextStyleConverter getTextSc()