public class XhtmlConfig extends ConfigBase
| Modifier and Type | Field and Description |
|---|---|
static int |
CONVERT_ALL |
static int |
IGNORE_ALL |
static int |
IGNORE_HARD |
static int |
IGNORE_STYLES |
protected XhtmlStyleMap |
xattr |
protected XhtmlStyleMap |
xframe |
protected XhtmlStyleMap |
xlist |
protected XhtmlStyleMap |
xpar |
protected XhtmlStyleMap |
xtext |
options| Constructor and Description |
|---|
XhtmlConfig() |
getOption, read, read, readDefaultConfig, write, writepublic static final int IGNORE_ALL
public static final int IGNORE_STYLES
public static final int IGNORE_HARD
public static final int CONVERT_ALL
protected XhtmlStyleMap xpar
protected XhtmlStyleMap xtext
protected XhtmlStyleMap xframe
protected XhtmlStyleMap xlist
protected XhtmlStyleMap xattr
protected int getOptionCount()
getOptionCount in class ConfigBaseprotected java.lang.String getDefaultConfigPath()
getDefaultConfigPath in class ConfigBasepublic void setOption(java.lang.String sName,
java.lang.String sValue)
ConfigConverter implementation as well as null values are
silently ignoredsetOption in interface ConfigsetOption in class ConfigBasesName - the name of the optionsValue - the value of the optionprotected void readInner(org.w3c.dom.Element elm)
ConfigBasereadInner in class ConfigBaseprotected void writeInner(org.w3c.dom.Document dom)
ConfigBasewriteInner in class ConfigBasepublic boolean ignoreHardLineBreaks()
public boolean ignoreEmptyParagraphs()
public boolean ignoreDoubleSpaces()
public boolean originalImageSize()
public boolean xhtmlNoDoctype()
public boolean xhtmlAddBOM()
public java.lang.String xhtmlEncoding()
public boolean useNamedEntities()
public java.lang.String xhtmlCustomStylesheet()
public int xhtmlFormatting()
public int xhtmlFrameFormatting()
public int xhtmlSectionFormatting()
public int xhtmlTableFormatting()
public boolean xhtmlIgnoreTableDimensions()
public boolean xhtmlUseDublinCore()
public boolean xhtmlNotes()
public boolean xhtmlConvertToPx()
public java.lang.String getXhtmlScaling()
public java.lang.String getXhtmlColumnScaling()
public boolean xhtmlFloatObjects()
public java.lang.String getXhtmlTabstopStyle()
public boolean xhtmlUseListHack()
public int getXhtmlSplitLevel()
public int getXhtmlRepeatLevels()
public boolean xhtmlCalcSplit()
public boolean xhtmlDisplayHiddenSheets()
public boolean displayHiddenRowsCols()
public boolean displayFilteredRowsCols()
public boolean applyPrintRanges()
public boolean xhtmlUseTitleAsHeading()
public boolean xhtmlUseSheetNamesAsHeadings()
public java.lang.String getXsltPath()
public boolean saveImagesInSubdir()
public java.lang.String getXhtmlUplink()
public java.lang.String getXhtmlDirectoryIcon()
public java.lang.String getXhtmlDocumentIcon()
public XhtmlStyleMap getXParStyleMap()
public XhtmlStyleMap getXTextStyleMap()
public XhtmlStyleMap getXFrameStyleMap()
public XhtmlStyleMap getXListStyleMap()
public XhtmlStyleMap getXAttrStyleMap()