Package writer2latex.xhtml
Class XhtmlConfig
java.lang.Object
writer2latex.base.ConfigBase
writer2latex.xhtml.XhtmlConfig
- All Implemented Interfaces:
Config
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intprotected XhtmlStyleMapprotected XhtmlStyleMapprotected XhtmlStyleMapprotected XhtmlStyleMapprotected XhtmlStyleMapFields inherited from class writer2latex.base.ConfigBase
options -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanprotected Stringprotected intintintbooleanbooleanbooleanbooleanprotected voidRead configuration information from an xml element.booleanvoidSet a name/value option.booleanprotected voidwriteInner(Document dom) Write configuration information to an xml document.booleanbooleanbooleanbooleanbooleanintintbooleanbooleanbooleanintintbooleanbooleanbooleanbooleanMethods 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:
getOptionCountin classConfigBase
-
getDefaultConfigPath
- Specified by:
getDefaultConfigPathin classConfigBase
-
setOption
Description copied from interface:ConfigSet a name/value option. Options that are not defined by theConverterimplementation as well as null values are silently ignored- Specified by:
setOptionin interfaceConfig- Overrides:
setOptionin classConfigBase- Parameters:
sName- the name of the optionsValue- the value of the option
-
readInner
Description copied from class:ConfigBaseRead configuration information from an xml element. The subclass must define this to read richer configuration data- Specified by:
readInnerin classConfigBase
-
writeInner
Description copied from class:ConfigBaseWrite configuration information to an xml document. The subclass must define this to write richer configuration data- Specified by:
writeInnerin 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
-