Class XhtmlConfig

java.lang.Object
writer2latex.base.ConfigBase
writer2latex.xhtml.XhtmlConfig
All Implemented Interfaces:
Config

public class XhtmlConfig extends ConfigBase
  • Field Details

  • Constructor Details

    • XhtmlConfig

      public XhtmlConfig()
  • Method Details

    • getOptionCount

      protected int getOptionCount()
      Specified by:
      getOptionCount in class ConfigBase
    • getDefaultConfigPath

      protected String getDefaultConfigPath()
      Specified by:
      getDefaultConfigPath in class ConfigBase
    • setOption

      public void setOption(String sName, String sValue)
      Description copied from interface: Config
      Set a name/value option. Options that are not defined by the Converter implementation as well as null values are silently ignored
      Specified by:
      setOption in interface Config
      Overrides:
      setOption in class ConfigBase
      Parameters:
      sName - the name of the option
      sValue - the value of the option
    • readInner

      protected void readInner(Element elm)
      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 class ConfigBase
    • writeInner

      protected void writeInner(Document dom)
      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 class ConfigBase
    • 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

      public String xhtmlEncoding()
    • useNamedEntities

      public boolean useNamedEntities()
    • hexadecimalEntities

      public boolean hexadecimalEntities()
    • prettyPrint

      public boolean prettyPrint()
    • multilingual

      public boolean multilingual()
    • templateIds

      public String templateIds()
    • separateStylesheet

      public boolean separateStylesheet()
    • xhtmlCustomStylesheet

      public String 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

      public String defaultFontName()
    • xhtmlUseDublinCore

      public boolean xhtmlUseDublinCore()
    • xhtmlNotes

      public boolean xhtmlNotes()
    • displayHiddenText

      public boolean displayHiddenText()
    • xhtmlConvertToPx

      public boolean xhtmlConvertToPx()
    • getXhtmlScaling

      public String getXhtmlScaling()
    • getXhtmlColumnScaling

      public String getXhtmlColumnScaling()
    • relativeFontSize

      public boolean relativeFontSize()
    • fontScaling

      public String fontScaling()
    • xhtmlFloatObjects

      public boolean xhtmlFloatObjects()
    • getXhtmlTabstopStyle

      public String getXhtmlTabstopStyle()
    • getEndnotesHeading

      public String getEndnotesHeading()
    • getFootnotesHeading

      public String 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

      public String 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

      public String getXhtmlUplink()
    • getXhtmlDirectoryIcon

      public String getXhtmlDirectoryIcon()
    • getXhtmlDocumentIcon

      public String getXhtmlDocumentIcon()
    • getXParStyleMap

      public XhtmlStyleMap getXParStyleMap()
    • getXHeadingStyleMap

      public XhtmlStyleMap getXHeadingStyleMap()
    • getXTextStyleMap

      public XhtmlStyleMap getXTextStyleMap()
    • getXFrameStyleMap

      public XhtmlStyleMap getXFrameStyleMap()
    • getXListStyleMap

      public XhtmlStyleMap getXListStyleMap()
    • getXAttrStyleMap

      public XhtmlStyleMap getXAttrStyleMap()