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)
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
applyPrintRanges
public boolean applyPrintRanges()
displayFilteredRowsCols
public boolean displayFilteredRowsCols()
displayHiddenRowsCols
public boolean displayHiddenRowsCols()
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()
getXsltPath
public String getXsltPath()
ignoreDoubleSpaces
public boolean ignoreDoubleSpaces()
ignoreEmptyParagraphs
public boolean ignoreEmptyParagraphs()
ignoreHardLineBreaks
public boolean ignoreHardLineBreaks()
originalImageSize
public boolean originalImageSize()
readInner
protected void readInner(Element elm)
Read configuration information from an xml element.
The subclass must define this to read richer configuration data
- readInner in interface ConfigBase
saveImagesInSubdir
public boolean saveImagesInSubdir()
useNamedEntities
public boolean useNamedEntities()
writeInner
protected void writeInner(Document dom)
Write configuration information to an xml document.
The subclass must define this to write richer configuration data
- writeInner in interface ConfigBase
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()