writer2latex.xhtml

Class XhtmlConfig

public class XhtmlConfig extends ConfigBase

XhtmlConfig.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-11-14)
Field Summary
static intCONVERT_ALL
static intIGNORE_ALL
static intIGNORE_HARD
static intIGNORE_STYLES
protected XhtmlStyleMapxattr
protected XhtmlStyleMapxframe
protected XhtmlStyleMapxlist
protected XhtmlStyleMapxpar
protected XhtmlStyleMapxtext
Constructor Summary
XhtmlConfig()
Method Summary
booleanapplyPrintRanges()
booleandisplayFilteredRowsCols()
booleandisplayHiddenRowsCols()
protected StringgetDefaultConfigPath()
protected intgetOptionCount()
XhtmlStyleMapgetXAttrStyleMap()
XhtmlStyleMapgetXFrameStyleMap()
StringgetXhtmlColumnScaling()
StringgetXhtmlDirectoryIcon()
StringgetXhtmlDocumentIcon()
intgetXhtmlRepeatLevels()
StringgetXhtmlScaling()
intgetXhtmlSplitLevel()
StringgetXhtmlTabstopStyle()
StringgetXhtmlUplink()
XhtmlStyleMapgetXListStyleMap()
XhtmlStyleMapgetXParStyleMap()
StringgetXsltPath()
XhtmlStyleMapgetXTextStyleMap()
booleanignoreDoubleSpaces()
booleanignoreEmptyParagraphs()
booleanignoreHardLineBreaks()
booleanoriginalImageSize()
protected voidreadInner(Element elm)
booleansaveImagesInSubdir()
voidsetOption(String sName, String sValue)
booleanuseNamedEntities()
protected voidwriteInner(Document dom)
booleanxhtmlAddBOM()
booleanxhtmlCalcSplit()
booleanxhtmlConvertToPx()
StringxhtmlCustomStylesheet()
booleanxhtmlDisplayHiddenSheets()
StringxhtmlEncoding()
booleanxhtmlFloatObjects()
intxhtmlFormatting()
intxhtmlFrameFormatting()
booleanxhtmlIgnoreTableDimensions()
booleanxhtmlNoDoctype()
booleanxhtmlNotes()
intxhtmlSectionFormatting()
intxhtmlTableFormatting()
booleanxhtmlUseDublinCore()
booleanxhtmlUseListHack()
booleanxhtmlUseSheetNamesAsHeadings()
booleanxhtmlUseTitleAsHeading()

Field Detail

CONVERT_ALL

public static final int CONVERT_ALL

IGNORE_ALL

public static final int IGNORE_ALL

IGNORE_HARD

public static final int IGNORE_HARD

IGNORE_STYLES

public static final int IGNORE_STYLES

xattr

protected XhtmlStyleMap xattr

xframe

protected XhtmlStyleMap xframe

xlist

protected XhtmlStyleMap xlist

xpar

protected XhtmlStyleMap xpar

xtext

protected XhtmlStyleMap xtext

Constructor Detail

XhtmlConfig

public XhtmlConfig()

Method Detail

applyPrintRanges

public boolean applyPrintRanges()

displayFilteredRowsCols

public boolean displayFilteredRowsCols()

displayHiddenRowsCols

public boolean displayHiddenRowsCols()

getDefaultConfigPath

protected String getDefaultConfigPath()

getOptionCount

protected int getOptionCount()

getXAttrStyleMap

public XhtmlStyleMap getXAttrStyleMap()

getXFrameStyleMap

public XhtmlStyleMap getXFrameStyleMap()

getXhtmlColumnScaling

public String getXhtmlColumnScaling()

getXhtmlDirectoryIcon

public String getXhtmlDirectoryIcon()

getXhtmlDocumentIcon

public String getXhtmlDocumentIcon()

getXhtmlRepeatLevels

public int getXhtmlRepeatLevels()

getXhtmlScaling

public String getXhtmlScaling()

getXhtmlSplitLevel

public int getXhtmlSplitLevel()

getXhtmlTabstopStyle

public String getXhtmlTabstopStyle()

getXhtmlUplink

public String getXhtmlUplink()

getXListStyleMap

public XhtmlStyleMap getXListStyleMap()

getXParStyleMap

public XhtmlStyleMap getXParStyleMap()

getXsltPath

public String getXsltPath()

getXTextStyleMap

public XhtmlStyleMap getXTextStyleMap()

ignoreDoubleSpaces

public boolean ignoreDoubleSpaces()

ignoreEmptyParagraphs

public boolean ignoreEmptyParagraphs()

ignoreHardLineBreaks

public boolean ignoreHardLineBreaks()

originalImageSize

public boolean originalImageSize()

readInner

protected void readInner(Element elm)

saveImagesInSubdir

public boolean saveImagesInSubdir()

setOption

public void setOption(String sName, String sValue)

useNamedEntities

public boolean useNamedEntities()

writeInner

protected void writeInner(Document dom)

xhtmlAddBOM

public boolean xhtmlAddBOM()

xhtmlCalcSplit

public boolean xhtmlCalcSplit()

xhtmlConvertToPx

public boolean xhtmlConvertToPx()

xhtmlCustomStylesheet

public String xhtmlCustomStylesheet()

xhtmlDisplayHiddenSheets

public boolean xhtmlDisplayHiddenSheets()

xhtmlEncoding

public String xhtmlEncoding()

xhtmlFloatObjects

public boolean xhtmlFloatObjects()

xhtmlFormatting

public int xhtmlFormatting()

xhtmlFrameFormatting

public int xhtmlFrameFormatting()

xhtmlIgnoreTableDimensions

public boolean xhtmlIgnoreTableDimensions()

xhtmlNoDoctype

public boolean xhtmlNoDoctype()

xhtmlNotes

public boolean xhtmlNotes()

xhtmlSectionFormatting

public int xhtmlSectionFormatting()

xhtmlTableFormatting

public int xhtmlTableFormatting()

xhtmlUseDublinCore

public boolean xhtmlUseDublinCore()

xhtmlUseListHack

public boolean xhtmlUseListHack()

xhtmlUseSheetNamesAsHeadings

public boolean xhtmlUseSheetNamesAsHeadings()

xhtmlUseTitleAsHeading

public boolean xhtmlUseTitleAsHeading()