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, write
public 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 ConfigBase
protected java.lang.String getDefaultConfigPath()
getDefaultConfigPath
in class ConfigBase
public void setOption(java.lang.String sName, java.lang.String sValue)
Config
Converter
implementation as well as null values are
silently ignoredsetOption
in interface Config
setOption
in class ConfigBase
sName
- the name of the optionsValue
- the value of the optionprotected void readInner(org.w3c.dom.Element elm)
ConfigBase
readInner
in class ConfigBase
protected void writeInner(org.w3c.dom.Document dom)
ConfigBase
writeInner
in class ConfigBase
public 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()