Class LaTeXConfig

  • All Implemented Interfaces:
    Config

    public class LaTeXConfig
    extends ConfigBase
    • Constructor Detail

      • LaTeXConfig

        public LaTeXConfig()
    • Method Detail

      • setOption

        public void setOption​(java.lang.String sName,
                              java.lang.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​(org.w3c.dom.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
      • readHeadingMap

        public void readHeadingMap​(org.w3c.dom.Element node)
      • writeInner

        protected void writeInner​(org.w3c.dom.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
      • debug

        public boolean debug()
      • getDocumentclass

        public java.lang.String getDocumentclass()
      • getGlobalOptions

        public java.lang.String getGlobalOptions()
      • getBackend

        public int getBackend()
      • getInputencoding

        public int getInputencoding()
      • multilingual

        public boolean multilingual()
      • greekMath

        public boolean greekMath()
      • noPreamble

        public boolean noPreamble()
      • noIndex

        public boolean noIndex()
      • useOoomath

        public boolean useOoomath()
      • usePifont

        public boolean usePifont()
      • useIfsym

        public boolean useIfsym()
      • useWasysym

        public boolean useWasysym()
      • useBbding

        public boolean useBbding()
      • useEurosym

        public boolean useEurosym()
      • useTipa

        public boolean useTipa()
      • useColor

        public boolean useColor()
      • useColortbl

        public boolean useColortbl()
      • useGeometry

        public boolean useGeometry()
      • useFancyhdr

        public boolean useFancyhdr()
      • useHyperref

        public boolean useHyperref()
      • useCaption

        public boolean useCaption()
      • useLongtable

        public boolean useLongtable()
      • useSupertabular

        public boolean useSupertabular()
      • useTabulary

        public boolean useTabulary()
      • useEndnotes

        public boolean useEndnotes()
      • useUlem

        public boolean useUlem()
      • useLastpage

        public boolean useLastpage()
      • useTitleref

        public boolean useTitleref()
      • useOooref

        public boolean useOooref()
      • useBibtex

        public boolean useBibtex()
      • bibtexStyle

        public java.lang.String bibtexStyle()
      • externalBibtexFiles

        public java.lang.String externalBibtexFiles()
      • formatting

        public int formatting()
      • pageFormatting

        public int pageFormatting()
      • otherStyles

        public int otherStyles()
      • imageContent

        public int imageContent()
      • tableContent

        public int tableContent()
      • ignoreHardPageBreaks

        public boolean ignoreHardPageBreaks()
      • ignoreHardLineBreaks

        public boolean ignoreHardLineBreaks()
      • ignoreEmptyParagraphs

        public boolean ignoreEmptyParagraphs()
      • ignoreDoubleSpaces

        public boolean ignoreDoubleSpaces()
      • alignFrames

        public boolean alignFrames()
      • floatFigures

        public boolean floatFigures()
      • floatTables

        public boolean floatTables()
      • getFloatOptions

        public java.lang.String getFloatOptions()
      • getFigureSequenceName

        public java.lang.String getFigureSequenceName()
      • getTableSequenceName

        public java.lang.String getTableSequenceName()
      • getImageOptions

        public java.lang.String getImageOptions()
      • removeGraphicsExtension

        public boolean removeGraphicsExtension()
      • originalImageSize

        public boolean originalImageSize()
      • getSimpleTableLimit

        public int getSimpleTableLimit()
      • notes

        public int notes()
      • getNotesCommand

        public java.lang.String getNotesCommand()
      • metadata

        public boolean metadata()
      • getTabstop

        public java.lang.String getTabstop()
      • getWrapLinesAfter

        public int getWrapLinesAfter()
      • splitLinkedSections

        public boolean splitLinkedSections()
      • splitToplevelSections

        public boolean splitToplevelSections()
      • saveImagesInSubdir

        public boolean saveImagesInSubdir()
      • getMathSymbols

        public java.util.Hashtable getMathSymbols()
      • getParStyleMap

        public StyleMap getParStyleMap()
      • getParBlockStyleMap

        public StyleMap getParBlockStyleMap()
      • getTextStyleMap

        public StyleMap getTextStyleMap()
      • getListStyleMap

        public StyleMap getListStyleMap()
      • getListItemStyleMap

        public StyleMap getListItemStyleMap()
      • getTextAttributeStyleMap

        public StyleMap getTextAttributeStyleMap()
      • getHeadingMap

        public HeadingMap getHeadingMap()
      • getCustomPreamble

        public java.util.LinkedList getCustomPreamble()