Package writer2latex.xhtml
Class XhtmlConfig
java.lang.Object
writer2latex.base.ConfigBase
writer2latex.xhtml.XhtmlConfig
- All Implemented Interfaces:
Config
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
protected XhtmlStyleMap
protected XhtmlStyleMap
protected XhtmlStyleMap
protected XhtmlStyleMap
protected XhtmlStyleMap
Fields inherited from class writer2latex.base.ConfigBase
options
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
protected String
protected int
int
int
boolean
boolean
boolean
boolean
protected void
Read configuration information from an xml element.boolean
void
Set a name/value option.boolean
protected void
writeInner
(Document dom) Write configuration information to an xml document.boolean
boolean
boolean
boolean
boolean
int
int
boolean
boolean
boolean
int
int
boolean
boolean
boolean
boolean
Methods inherited from class writer2latex.base.ConfigBase
getOption, read, read, readDefaultConfig, write, write
-
Field Details
-
IGNORE_ALL
public static final int IGNORE_ALL- See Also:
-
IGNORE_STYLES
public static final int IGNORE_STYLES- See Also:
-
IGNORE_HARD
public static final int IGNORE_HARD- See Also:
-
CONVERT_ALL
public static final int CONVERT_ALL- See Also:
-
xpar
-
xtext
-
xframe
-
xlist
-
xattr
-
-
Constructor Details
-
XhtmlConfig
public XhtmlConfig()
-
-
Method Details
-
getOptionCount
protected int getOptionCount()- Specified by:
getOptionCount
in classConfigBase
-
getDefaultConfigPath
- Specified by:
getDefaultConfigPath
in classConfigBase
-
setOption
Description copied from interface:Config
Set a name/value option. Options that are not defined by theConverter
implementation as well as null values are silently ignored- Specified by:
setOption
in interfaceConfig
- Overrides:
setOption
in classConfigBase
- Parameters:
sName
- the name of the optionsValue
- the value of the option
-
readInner
Description copied from class:ConfigBase
Read configuration information from an xml element. The subclass must define this to read richer configuration data- Specified by:
readInner
in classConfigBase
-
writeInner
Description copied from class:ConfigBase
Write configuration information to an xml document. The subclass must define this to write richer configuration data- Specified by:
writeInner
in classConfigBase
-
ignoreHardLineBreaks
public boolean ignoreHardLineBreaks() -
ignoreEmptyParagraphs
public boolean ignoreEmptyParagraphs() -
ignoreDoubleSpaces
public boolean ignoreDoubleSpaces() -
originalImageSize
public boolean originalImageSize() -
xhtmlNoDoctype
public boolean xhtmlNoDoctype() -
xhtmlAddBOM
public boolean xhtmlAddBOM() -
xhtmlEncoding
-
useNamedEntities
public boolean useNamedEntities() -
xhtmlCustomStylesheet
-
xhtmlFormatting
public int xhtmlFormatting() -
xhtmlFrameFormatting
public int xhtmlFrameFormatting() -
xhtmlSectionFormatting
public int xhtmlSectionFormatting() -
xhtmlTableFormatting
public int xhtmlTableFormatting() -
xhtmlIgnoreTableDimensions
public boolean xhtmlIgnoreTableDimensions() -
xhtmlUseDublinCore
public boolean xhtmlUseDublinCore() -
xhtmlNotes
public boolean xhtmlNotes() -
xhtmlConvertToPx
public boolean xhtmlConvertToPx() -
getXhtmlScaling
-
getXhtmlColumnScaling
-
xhtmlFloatObjects
public boolean xhtmlFloatObjects() -
getXhtmlTabstopStyle
-
xhtmlUseListHack
public boolean xhtmlUseListHack() -
getXhtmlSplitLevel
public int getXhtmlSplitLevel() -
getXhtmlRepeatLevels
public int getXhtmlRepeatLevels() -
xhtmlCalcSplit
public boolean xhtmlCalcSplit() -
xhtmlDisplayHiddenSheets
public boolean xhtmlDisplayHiddenSheets() -
displayHiddenRowsCols
public boolean displayHiddenRowsCols() -
displayFilteredRowsCols
public boolean displayFilteredRowsCols() -
applyPrintRanges
public boolean applyPrintRanges() -
xhtmlUseTitleAsHeading
public boolean xhtmlUseTitleAsHeading() -
xhtmlUseSheetNamesAsHeadings
public boolean xhtmlUseSheetNamesAsHeadings() -
getXsltPath
-
saveImagesInSubdir
public boolean saveImagesInSubdir() -
getXhtmlUplink
-
getXhtmlDirectoryIcon
-
getXhtmlDocumentIcon
-
getXParStyleMap
-
getXTextStyleMap
-
getXFrameStyleMap
-
getXListStyleMap
-
getXAttrStyleMap
-