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)
public static final int CONVERT_ALL
public static final int IGNORE_ALL
public static final int IGNORE_HARD
public static final int IGNORE_STYLES
public XhtmlConfig()
public boolean applyPrintRanges()
public boolean displayFilteredRowsCols()
public boolean displayHiddenRowsCols()
protected String getDefaultConfigPath()
protected int getOptionCount()
public String getXhtmlColumnScaling()
public String getXhtmlDirectoryIcon()
public String getXhtmlDocumentIcon()
public int getXhtmlRepeatLevels()
public String getXhtmlScaling()
public int getXhtmlSplitLevel()
public String getXhtmlTabstopStyle()
public String getXhtmlUplink()
public String getXsltPath()
public boolean ignoreDoubleSpaces()
public boolean ignoreEmptyParagraphs()
public boolean ignoreHardLineBreaks()
public boolean originalImageSize()
protected void readInner(Element elm)
public boolean saveImagesInSubdir()
public void setOption(String sName, String sValue)
public boolean useNamedEntities()
protected void writeInner(Document dom)
public boolean xhtmlAddBOM()
public boolean xhtmlCalcSplit()
public boolean xhtmlConvertToPx()
public String xhtmlCustomStylesheet()
public boolean xhtmlDisplayHiddenSheets()
public String xhtmlEncoding()
public boolean xhtmlFloatObjects()
public int xhtmlFormatting()
public int xhtmlFrameFormatting()
public boolean xhtmlIgnoreTableDimensions()
public boolean xhtmlNoDoctype()
public boolean xhtmlNotes()
public int xhtmlSectionFormatting()
public int xhtmlTableFormatting()
public boolean xhtmlUseDublinCore()
public boolean xhtmlUseListHack()
public boolean xhtmlUseSheetNamesAsHeadings()
public boolean xhtmlUseTitleAsHeading()