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
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
protected ComplexOption
protected ComplexOption
protected ComplexOption
protected ComplexOption
protected ComplexOption
protected ComplexOption
Fields inherited from class writer2latex.base.ConfigBase
optionGroups, options
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
embedSVG()
int
int
formulas()
protected String
protected int
int
int
boolean
boolean
boolean
boolean
int
boolean
int
boolean
int
boolean
protected void
Read configuration information from an xml element.boolean
boolean
boolean
void
Set a name/value option.int
int
boolean
boolean
boolean
protected void
writeInner
(Document dom) Write configuration information to an xml document.boolean
boolean
boolean
boolean
boolean
int
int
boolean
boolean
int
int
boolean
boolean
boolean
Methods inherited from class writer2latex.base.ConfigBase
addComplexOption, getComplexOption, 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:
-
CSS1
public static final int CSS1- See Also:
-
CSS1_HACK
public static final int CSS1_HACK- See Also:
-
HARD_LABELS
public static final int HARD_LABELS- See Also:
-
NONE
public static final int NONE- See Also:
-
ABSOLUTE
public static final int ABSOLUTE- See Also:
-
RELATIVE
public static final int RELATIVE- See Also:
-
STARMATH
public static final int STARMATH- See Also:
-
LATEX
public static final int LATEX- See Also:
-
IMAGE_STARMATH
public static final int IMAGE_STARMATH- See Also:
-
IMAGE_LATEX
public static final int IMAGE_LATEX- See Also:
-
STYLES
public static final int STYLES- See Also:
-
EXPLICIT
public static final int EXPLICIT- See Also:
-
ALL
public static final int ALL- See Also:
-
xheading
-
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() -
imageSize
public int imageSize() -
xhtmlNoDoctype
public boolean xhtmlNoDoctype() -
xhtmlAddBOM
public boolean xhtmlAddBOM() -
xhtmlEncoding
-
useNamedEntities
public boolean useNamedEntities() -
hexadecimalEntities
public boolean hexadecimalEntities() -
prettyPrint
public boolean prettyPrint() -
multilingual
public boolean multilingual() -
templateIds
-
separateStylesheet
public boolean separateStylesheet() -
xhtmlCustomStylesheet
-
xhtmlFormatting
public int xhtmlFormatting() -
xhtmlFrameFormatting
public int xhtmlFrameFormatting() -
xhtmlSectionFormatting
public int xhtmlSectionFormatting() -
xhtmlTableFormatting
public int xhtmlTableFormatting() -
tableSize
public int tableSize() -
listFormatting
public int listFormatting() -
useDefaultFont
public boolean useDefaultFont() -
defaultFontName
-
xhtmlUseDublinCore
public boolean xhtmlUseDublinCore() -
xhtmlNotes
public boolean xhtmlNotes() -
displayHiddenText
public boolean displayHiddenText() -
xhtmlConvertToPx
public boolean xhtmlConvertToPx() -
getXhtmlScaling
-
getXhtmlColumnScaling
-
relativeFontSize
public boolean relativeFontSize() -
fontScaling
-
xhtmlFloatObjects
public boolean xhtmlFloatObjects() -
getXhtmlTabstopStyle
-
getEndnotesHeading
-
getFootnotesHeading
-
formulas
public int formulas() -
externalTocDepth
public int externalTocDepth() -
includeToc
public boolean includeToc() -
getXhtmlSplitLevel
public int getXhtmlSplitLevel() -
getXhtmlRepeatLevels
public int getXhtmlRepeatLevels() -
pageBreakSplit
public int pageBreakSplit() -
splitAfter
public int splitAfter() -
imageSplit
-
coverImage
public boolean coverImage() -
embedSVG
public boolean embedSVG() -
useMathJax
public boolean useMathJax() -
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() -
saveImagesInSubdir
public boolean saveImagesInSubdir() -
getXhtmlUplink
-
getXhtmlDirectoryIcon
-
getXhtmlDocumentIcon
-
getXParStyleMap
-
getXHeadingStyleMap
-
getXTextStyleMap
-
getXFrameStyleMap
-
getXListStyleMap
-
getXAttrStyleMap
-